Pull more scrollbar colors from VS Code
This commit is contained in:
parent
6add17338c
commit
fe46459982
10 changed files with 77 additions and 8 deletions
|
@ -43,7 +43,9 @@ pub fn palenight() -> UserThemeFamily {
|
|||
tab_active_background: Some(rgba(0x292d3eff).into()),
|
||||
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_border: Some(rgba(0x292d3e00).into()),
|
||||
editor_background: Some(rgba(0x292d3eff).into()),
|
||||
editor_gutter_background: Some(rgba(0x292d3eff).into()),
|
||||
editor_line_number: Some(rgba(0x4c5374ff).into()),
|
||||
|
@ -326,7 +328,9 @@ pub fn palenight() -> UserThemeFamily {
|
|||
tab_active_background: Some(rgba(0x292d3eff).into()),
|
||||
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_border: Some(rgba(0x292d3e00).into()),
|
||||
editor_background: Some(rgba(0x292d3eff).into()),
|
||||
editor_gutter_background: Some(rgba(0x292d3eff).into()),
|
||||
editor_line_number: Some(rgba(0x4c5374ff).into()),
|
||||
|
@ -609,7 +613,9 @@ pub fn palenight() -> UserThemeFamily {
|
|||
tab_active_background: Some(rgba(0x25293aff).into()),
|
||||
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_border: Some(rgba(0x292d3e00).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