Map scrollbar colors from VS Code themes

This commit is contained in:
Marshall Bowers 2023-12-11 12:49:54 -05:00
parent 89884d289f
commit 3271cf1030
12 changed files with 148 additions and 0 deletions

View file

@ -41,6 +41,9 @@ pub fn palenight() -> UserThemeFamily {
tab_bar_background: Some(rgba(0x31364aff).into()),
tab_inactive_background: Some(rgba(0x31364aff).into()),
tab_active_background: Some(rgba(0x292d3eff).into()),
scrollbar_thumb_background: Some(rgba(0x694ca466).into()),
scrollbar_thumb_hover_background: Some(rgba(0x694ca4cc).into()),
scrollbar_track_background: Some(rgba(0x292d3e00).into()),
editor_background: Some(rgba(0x292d3eff).into()),
editor_gutter_background: Some(rgba(0x292d3eff).into()),
editor_line_number: Some(rgba(0x4c5374ff).into()),
@ -321,6 +324,9 @@ pub fn palenight() -> UserThemeFamily {
tab_bar_background: Some(rgba(0x31364aff).into()),
tab_inactive_background: Some(rgba(0x31364aff).into()),
tab_active_background: Some(rgba(0x292d3eff).into()),
scrollbar_thumb_background: Some(rgba(0x694ca466).into()),
scrollbar_thumb_hover_background: Some(rgba(0x694ca4cc).into()),
scrollbar_track_background: Some(rgba(0x292d3e00).into()),
editor_background: Some(rgba(0x292d3eff).into()),
editor_gutter_background: Some(rgba(0x292d3eff).into()),
editor_line_number: Some(rgba(0x4c5374ff).into()),
@ -601,6 +607,9 @@ pub fn palenight() -> UserThemeFamily {
tab_bar_background: Some(rgba(0x31364aff).into()),
tab_inactive_background: Some(rgba(0x31364aff).into()),
tab_active_background: Some(rgba(0x25293aff).into()),
scrollbar_thumb_background: Some(rgba(0x694ca466).into()),
scrollbar_thumb_hover_background: Some(rgba(0x694ca4cc).into()),
scrollbar_track_background: Some(rgba(0x292d3e00).into()),
editor_background: Some(rgba(0x292d3eff).into()),
editor_gutter_background: Some(rgba(0x292d3eff).into()),
editor_line_number: Some(rgba(0x4c5374ff).into()),