Emit editor_foreground
color from theme converter
This commit is contained in:
parent
35838ae554
commit
8bac4e199d
13 changed files with 52 additions and 10 deletions
|
@ -46,6 +46,7 @@ pub fn palenight() -> UserThemeFamily {
|
|||
scrollbar_thumb_hover_background: Some(rgba(0x694ca4cc).into()),
|
||||
scrollbar_thumb_border: Some(rgba(0x694ca466).into()),
|
||||
scrollbar_track_background: Some(rgba(0x292d3eff).into()),
|
||||
editor_foreground: Some(rgba(0xffffffff).into()),
|
||||
editor_background: Some(rgba(0x292d3eff).into()),
|
||||
editor_gutter_background: Some(rgba(0x292d3eff).into()),
|
||||
editor_line_number: Some(rgba(0x4c5374ff).into()),
|
||||
|
@ -331,6 +332,7 @@ pub fn palenight() -> UserThemeFamily {
|
|||
scrollbar_thumb_hover_background: Some(rgba(0x694ca4cc).into()),
|
||||
scrollbar_thumb_border: Some(rgba(0x694ca466).into()),
|
||||
scrollbar_track_background: Some(rgba(0x292d3eff).into()),
|
||||
editor_foreground: Some(rgba(0xffffffff).into()),
|
||||
editor_background: Some(rgba(0x292d3eff).into()),
|
||||
editor_gutter_background: Some(rgba(0x292d3eff).into()),
|
||||
editor_line_number: Some(rgba(0x4c5374ff).into()),
|
||||
|
@ -616,6 +618,7 @@ pub fn palenight() -> UserThemeFamily {
|
|||
scrollbar_thumb_hover_background: Some(rgba(0x694ca4cc).into()),
|
||||
scrollbar_thumb_border: Some(rgba(0x694ca466).into()),
|
||||
scrollbar_track_background: Some(rgba(0x292d3eff).into()),
|
||||
editor_foreground: Some(rgba(0xffffffff).into()),
|
||||
editor_background: Some(rgba(0x292d3eff).into()),
|
||||
editor_gutter_background: Some(rgba(0x292d3eff).into()),
|
||||
editor_line_number: Some(rgba(0x4c5374ff).into()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue