Use the editor background for the scrollbar track background

This commit is contained in:
Marshall Bowers 2023-12-11 16:39:26 -05:00
parent aa27e1bcec
commit dfd1b5aa11
12 changed files with 49 additions and 51 deletions

View file

@ -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()),