Use the editor background for the scrollbar track background
This commit is contained in:
parent
aa27e1bcec
commit
dfd1b5aa11
12 changed files with 49 additions and 51 deletions
|
@ -45,7 +45,7 @@ pub fn palenight() -> UserThemeFamily {
|
|||
scrollbar_thumb_background: Some(rgba(0x694ca466).into()),
|
||||
scrollbar_thumb_hover_background: Some(rgba(0x694ca4cc).into()),
|
||||
scrollbar_thumb_border: Some(rgba(0x694ca466).into()),
|
||||
scrollbar_track_background: Some(rgba(0x292d3e00).into()),
|
||||
scrollbar_track_background: Some(rgba(0x292d3eff).into()),
|
||||
scrollbar_track_border: Some(rgba(0x292d3e00).into()),
|
||||
editor_background: Some(rgba(0x292d3eff).into()),
|
||||
editor_gutter_background: Some(rgba(0x292d3eff).into()),
|
||||
|
@ -331,7 +331,7 @@ pub fn palenight() -> UserThemeFamily {
|
|||
scrollbar_thumb_background: Some(rgba(0x694ca466).into()),
|
||||
scrollbar_thumb_hover_background: Some(rgba(0x694ca4cc).into()),
|
||||
scrollbar_thumb_border: Some(rgba(0x694ca466).into()),
|
||||
scrollbar_track_background: Some(rgba(0x292d3e00).into()),
|
||||
scrollbar_track_background: Some(rgba(0x292d3eff).into()),
|
||||
scrollbar_track_border: Some(rgba(0x292d3e00).into()),
|
||||
editor_background: Some(rgba(0x292d3eff).into()),
|
||||
editor_gutter_background: Some(rgba(0x292d3eff).into()),
|
||||
|
@ -617,7 +617,7 @@ pub fn palenight() -> UserThemeFamily {
|
|||
scrollbar_thumb_background: Some(rgba(0x694ca466).into()),
|
||||
scrollbar_thumb_hover_background: Some(rgba(0x694ca4cc).into()),
|
||||
scrollbar_thumb_border: Some(rgba(0x694ca466).into()),
|
||||
scrollbar_track_background: Some(rgba(0x292d3e00).into()),
|
||||
scrollbar_track_background: Some(rgba(0x292d3eff).into()),
|
||||
scrollbar_track_border: Some(rgba(0x292d3e00).into()),
|
||||
editor_background: Some(rgba(0x292d3eff).into()),
|
||||
editor_gutter_background: Some(rgba(0x292d3eff).into()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue