Paint editor background
This commit is contained in:
parent
86d1defda2
commit
769526a76a
6 changed files with 948 additions and 809 deletions
|
@ -103,10 +103,15 @@ pub struct ThemeColors {
|
|||
pub tab_inactive: Hsla,
|
||||
pub tab_active: Hsla,
|
||||
pub editor: Hsla,
|
||||
pub editor_gutter: Hsla,
|
||||
pub editor_subheader: Hsla,
|
||||
pub editor_active_line: Hsla,
|
||||
pub editor_highlighted_line: Hsla,
|
||||
pub editor_line_number: Hsla,
|
||||
pub editor_active_line_number: Hsla,
|
||||
pub editor_invisible: Hsla,
|
||||
pub editor_wrap_guide: Hsla,
|
||||
pub editor_active_wrap_guide: Hsla,
|
||||
}
|
||||
|
||||
#[derive(Refineable, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue