Map scrollbar colors from VS Code themes
This commit is contained in:
parent
89884d289f
commit
3271cf1030
12 changed files with 148 additions and 0 deletions
|
@ -40,6 +40,9 @@ pub fn ayu() -> UserThemeFamily {
|
|||
tab_bar_background: Some(rgba(0xf8f9faff).into()),
|
||||
tab_inactive_background: Some(rgba(0xf8f9faff).into()),
|
||||
tab_active_background: Some(rgba(0xf8f9faff).into()),
|
||||
scrollbar_thumb_background: Some(rgba(0x8a919966).into()),
|
||||
scrollbar_thumb_hover_background: Some(rgba(0x8a919999).into()),
|
||||
scrollbar_track_background: Some(rgba(0x6b7d8f00).into()),
|
||||
editor_background: Some(rgba(0xf8f9faff).into()),
|
||||
editor_gutter_background: Some(rgba(0xf8f9faff).into()),
|
||||
editor_line_number: Some(rgba(0x8a919966).into()),
|
||||
|
@ -340,6 +343,9 @@ pub fn ayu() -> UserThemeFamily {
|
|||
tab_bar_background: Some(rgba(0x1f2430ff).into()),
|
||||
tab_inactive_background: Some(rgba(0x1f2430ff).into()),
|
||||
tab_active_background: Some(rgba(0x1f2430ff).into()),
|
||||
scrollbar_thumb_background: Some(rgba(0x707a8c66).into()),
|
||||
scrollbar_thumb_hover_background: Some(rgba(0x707a8c99).into()),
|
||||
scrollbar_track_background: Some(rgba(0x171b2400).into()),
|
||||
editor_background: Some(rgba(0x1f2430ff).into()),
|
||||
editor_gutter_background: Some(rgba(0x1f2430ff).into()),
|
||||
editor_line_number: Some(rgba(0x8a919966).into()),
|
||||
|
@ -640,6 +646,9 @@ pub fn ayu() -> UserThemeFamily {
|
|||
tab_bar_background: Some(rgba(0x0b0e14ff).into()),
|
||||
tab_inactive_background: Some(rgba(0x0b0e14ff).into()),
|
||||
tab_active_background: Some(rgba(0x0b0e14ff).into()),
|
||||
scrollbar_thumb_background: Some(rgba(0x565b6666).into()),
|
||||
scrollbar_thumb_hover_background: Some(rgba(0x565b6699).into()),
|
||||
scrollbar_track_background: Some(rgba(0x1e232b00).into()),
|
||||
editor_background: Some(rgba(0x0b0e14ff).into()),
|
||||
editor_gutter_background: Some(rgba(0x0b0e14ff).into()),
|
||||
editor_line_number: Some(rgba(0x6c738099).into()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue