Set various bar backgrounds in imported themes (#3550)
This PR updates the imported themes to set the background colors for the various bars (title bar, toolbar, tab bar, status bar). Release Notes: - N/A
This commit is contained in:
commit
5b96ffbbd1
12 changed files with 138 additions and 0 deletions
|
@ -34,6 +34,10 @@ pub fn andromeda() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x3a404eff).into()),
|
||||
ghost_element_hover: Some(rgba(0x23262eff).into()),
|
||||
text: Some(rgba(0xd5ced9ff).into()),
|
||||
status_bar_background: Some(rgba(0x23262eff).into()),
|
||||
title_bar_background: Some(rgba(0x23262eff).into()),
|
||||
toolbar_background: Some(rgba(0x23262eff).into()),
|
||||
tab_bar_background: Some(rgba(0x23262eff).into()),
|
||||
tab_inactive_background: Some(rgba(0x23262eff).into()),
|
||||
tab_active_background: Some(rgba(0x23262eff).into()),
|
||||
editor_background: Some(rgba(0x23262eff).into()),
|
||||
|
@ -192,6 +196,10 @@ pub fn andromeda() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x3a404eff).into()),
|
||||
ghost_element_hover: Some(rgba(0x23262eff).into()),
|
||||
text: Some(rgba(0xd5ced9ff).into()),
|
||||
status_bar_background: Some(rgba(0x23262eff).into()),
|
||||
title_bar_background: Some(rgba(0x23262eff).into()),
|
||||
toolbar_background: Some(rgba(0x23262eff).into()),
|
||||
tab_bar_background: Some(rgba(0x23262eff).into()),
|
||||
tab_inactive_background: Some(rgba(0x23262eff).into()),
|
||||
tab_active_background: Some(rgba(0x262a33ff).into()),
|
||||
editor_background: Some(rgba(0x262a33ff).into()),
|
||||
|
|
|
@ -33,6 +33,10 @@ pub fn ayu() -> UserThemeFamily {
|
|||
element_selected: Some(rgba(0x56728f1f).into()),
|
||||
ghost_element_hover: Some(rgba(0x56728f1f).into()),
|
||||
text: Some(rgba(0x8a9199ff).into()),
|
||||
status_bar_background: Some(rgba(0xf8f9faff).into()),
|
||||
title_bar_background: Some(rgba(0xf8f9faff).into()),
|
||||
toolbar_background: Some(rgba(0xf8f9faff).into()),
|
||||
tab_bar_background: Some(rgba(0xf8f9faff).into()),
|
||||
tab_inactive_background: Some(rgba(0xf8f9faff).into()),
|
||||
tab_active_background: Some(rgba(0xf8f9faff).into()),
|
||||
editor_background: Some(rgba(0xf8f9faff).into()),
|
||||
|
@ -304,6 +308,10 @@ pub fn ayu() -> UserThemeFamily {
|
|||
element_selected: Some(rgba(0x63759926).into()),
|
||||
ghost_element_hover: Some(rgba(0x63759926).into()),
|
||||
text: Some(rgba(0x707a8cff).into()),
|
||||
status_bar_background: Some(rgba(0x1f2430ff).into()),
|
||||
title_bar_background: Some(rgba(0x1f2430ff).into()),
|
||||
toolbar_background: Some(rgba(0x1f2430ff).into()),
|
||||
tab_bar_background: Some(rgba(0x1f2430ff).into()),
|
||||
tab_inactive_background: Some(rgba(0x1f2430ff).into()),
|
||||
tab_active_background: Some(rgba(0x1f2430ff).into()),
|
||||
editor_background: Some(rgba(0x1f2430ff).into()),
|
||||
|
@ -575,6 +583,10 @@ pub fn ayu() -> UserThemeFamily {
|
|||
element_selected: Some(rgba(0x47526640).into()),
|
||||
ghost_element_hover: Some(rgba(0x47526640).into()),
|
||||
text: Some(rgba(0x565b66ff).into()),
|
||||
status_bar_background: Some(rgba(0x0b0e14ff).into()),
|
||||
title_bar_background: Some(rgba(0x0b0e14ff).into()),
|
||||
toolbar_background: Some(rgba(0x0b0e14ff).into()),
|
||||
tab_bar_background: Some(rgba(0x0b0e14ff).into()),
|
||||
tab_inactive_background: Some(rgba(0x0b0e14ff).into()),
|
||||
tab_active_background: Some(rgba(0x0b0e14ff).into()),
|
||||
editor_background: Some(rgba(0x0b0e14ff).into()),
|
||||
|
|
|
@ -33,6 +33,10 @@ pub fn dracula() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x44475aff).into()),
|
||||
ghost_element_hover: Some(rgba(0x44475a75).into()),
|
||||
text: Some(rgba(0xf8f8f2ff).into()),
|
||||
status_bar_background: Some(rgba(0x191a21ff).into()),
|
||||
title_bar_background: Some(rgba(0x21222cff).into()),
|
||||
toolbar_background: Some(rgba(0x282a36ff).into()),
|
||||
tab_bar_background: Some(rgba(0x282a36ff).into()),
|
||||
tab_inactive_background: Some(rgba(0x21222cff).into()),
|
||||
tab_active_background: Some(rgba(0x282a36ff).into()),
|
||||
editor_background: Some(rgba(0x282a36ff).into()),
|
||||
|
|
|
@ -32,6 +32,8 @@ pub fn gruvbox() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x3c3836ff).into()),
|
||||
ghost_element_hover: Some(rgba(0x3c383680).into()),
|
||||
text: Some(rgba(0xebdbb2ff).into()),
|
||||
status_bar_background: Some(rgba(0x1d2021ff).into()),
|
||||
title_bar_background: Some(rgba(0x1d2021ff).into()),
|
||||
tab_inactive_background: Some(rgba(0x1d2021ff).into()),
|
||||
tab_active_background: Some(rgba(0x32302fff).into()),
|
||||
editor_background: Some(rgba(0x1d2021ff).into()),
|
||||
|
@ -231,6 +233,8 @@ pub fn gruvbox() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x3c3836ff).into()),
|
||||
ghost_element_hover: Some(rgba(0x3c383680).into()),
|
||||
text: Some(rgba(0xebdbb2ff).into()),
|
||||
status_bar_background: Some(rgba(0x282828ff).into()),
|
||||
title_bar_background: Some(rgba(0x282828ff).into()),
|
||||
tab_inactive_background: Some(rgba(0x282828ff).into()),
|
||||
tab_active_background: Some(rgba(0x3c3836ff).into()),
|
||||
editor_background: Some(rgba(0x282828ff).into()),
|
||||
|
@ -430,6 +434,8 @@ pub fn gruvbox() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x3c3836ff).into()),
|
||||
ghost_element_hover: Some(rgba(0x3c383680).into()),
|
||||
text: Some(rgba(0xebdbb2ff).into()),
|
||||
status_bar_background: Some(rgba(0x32302fff).into()),
|
||||
title_bar_background: Some(rgba(0x32302fff).into()),
|
||||
tab_inactive_background: Some(rgba(0x32302fff).into()),
|
||||
tab_active_background: Some(rgba(0x504945ff).into()),
|
||||
editor_background: Some(rgba(0x32302fff).into()),
|
||||
|
@ -629,6 +635,8 @@ pub fn gruvbox() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0xebdbb2ff).into()),
|
||||
ghost_element_hover: Some(rgba(0xebdbb280).into()),
|
||||
text: Some(rgba(0x3c3836ff).into()),
|
||||
status_bar_background: Some(rgba(0xf9f5d7ff).into()),
|
||||
title_bar_background: Some(rgba(0xf9f5d7ff).into()),
|
||||
tab_inactive_background: Some(rgba(0xf9f5d7ff).into()),
|
||||
tab_active_background: Some(rgba(0xf2e5bcff).into()),
|
||||
editor_background: Some(rgba(0xf9f5d7ff).into()),
|
||||
|
@ -828,6 +836,8 @@ pub fn gruvbox() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0xebdbb2ff).into()),
|
||||
ghost_element_hover: Some(rgba(0xebdbb280).into()),
|
||||
text: Some(rgba(0x3c3836ff).into()),
|
||||
status_bar_background: Some(rgba(0xfbf1c7ff).into()),
|
||||
title_bar_background: Some(rgba(0xfbf1c7ff).into()),
|
||||
tab_inactive_background: Some(rgba(0xfbf1c7ff).into()),
|
||||
tab_active_background: Some(rgba(0xebdbb2ff).into()),
|
||||
editor_background: Some(rgba(0xfbf1c7ff).into()),
|
||||
|
@ -1027,6 +1037,8 @@ pub fn gruvbox() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0xebdbb2ff).into()),
|
||||
ghost_element_hover: Some(rgba(0xebdbb280).into()),
|
||||
text: Some(rgba(0x3c3836ff).into()),
|
||||
status_bar_background: Some(rgba(0xf2e5bcff).into()),
|
||||
title_bar_background: Some(rgba(0xf2e5bcff).into()),
|
||||
tab_inactive_background: Some(rgba(0xf2e5bcff).into()),
|
||||
tab_active_background: Some(rgba(0xd5c4a1ff).into()),
|
||||
editor_background: Some(rgba(0xf2e5bcff).into()),
|
||||
|
|
|
@ -34,6 +34,10 @@ pub fn night_owl() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x011627ff).into()),
|
||||
ghost_element_hover: Some(rgba(0x011627ff).into()),
|
||||
text: Some(rgba(0xd6deebff).into()),
|
||||
status_bar_background: Some(rgba(0x011627ff).into()),
|
||||
title_bar_background: Some(rgba(0x011627ff).into()),
|
||||
toolbar_background: Some(rgba(0x011627ff).into()),
|
||||
tab_bar_background: Some(rgba(0x011627ff).into()),
|
||||
tab_inactive_background: Some(rgba(0x01111dff).into()),
|
||||
tab_active_background: Some(rgba(0x0b2942ff).into()),
|
||||
editor_background: Some(rgba(0x011627ff).into()),
|
||||
|
@ -220,6 +224,10 @@ pub fn night_owl() -> UserThemeFamily {
|
|||
element_selected: Some(rgba(0xd3e8f8ff).into()),
|
||||
ghost_element_hover: Some(rgba(0xd3e8f8ff).into()),
|
||||
text: Some(rgba(0x403f53ff).into()),
|
||||
status_bar_background: Some(rgba(0xf0f0f0ff).into()),
|
||||
title_bar_background: Some(rgba(0xf0f0f0ff).into()),
|
||||
toolbar_background: Some(rgba(0xf0f0f0ff).into()),
|
||||
tab_bar_background: Some(rgba(0xf0f0f0ff).into()),
|
||||
tab_inactive_background: Some(rgba(0xf0f0f0ff).into()),
|
||||
tab_active_background: Some(rgba(0xf6f6f6ff).into()),
|
||||
editor_background: Some(rgba(0xfbfbfbff).into()),
|
||||
|
|
|
@ -34,6 +34,10 @@ pub fn noctis() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x002a4dff).into()),
|
||||
ghost_element_hover: Some(rgba(0x00558a65).into()),
|
||||
text: Some(rgba(0xbecfdaff).into()),
|
||||
status_bar_background: Some(rgba(0x07273bff).into()),
|
||||
title_bar_background: Some(rgba(0x07273bff).into()),
|
||||
toolbar_background: Some(rgba(0x051b29ff).into()),
|
||||
tab_bar_background: Some(rgba(0x051b29ff).into()),
|
||||
tab_inactive_background: Some(rgba(0x09334eff).into()),
|
||||
tab_active_background: Some(rgba(0x07273bff).into()),
|
||||
editor_background: Some(rgba(0x07273bff).into()),
|
||||
|
@ -240,6 +244,10 @@ pub fn noctis() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x38292eff).into()),
|
||||
ghost_element_hover: Some(rgba(0x533641ff).into()),
|
||||
text: Some(rgba(0xcbbec2ff).into()),
|
||||
status_bar_background: Some(rgba(0x322a2dff).into()),
|
||||
title_bar_background: Some(rgba(0x322a2dff).into()),
|
||||
toolbar_background: Some(rgba(0x272022ff).into()),
|
||||
tab_bar_background: Some(rgba(0x272022ff).into()),
|
||||
tab_inactive_background: Some(rgba(0x413036ff).into()),
|
||||
tab_active_background: Some(rgba(0x322a2dff).into()),
|
||||
editor_background: Some(rgba(0x322a2dff).into()),
|
||||
|
@ -446,6 +454,10 @@ pub fn noctis() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0xb2cacdff).into()),
|
||||
ghost_element_hover: Some(rgba(0xd1eafaff).into()),
|
||||
text: Some(rgba(0x005661ff).into()),
|
||||
status_bar_background: Some(rgba(0xcaedf2ff).into()),
|
||||
title_bar_background: Some(rgba(0xe7f2f3ff).into()),
|
||||
toolbar_background: Some(rgba(0xe1eeefff).into()),
|
||||
tab_bar_background: Some(rgba(0xe1eeefff).into()),
|
||||
tab_inactive_background: Some(rgba(0xcaedf2ff).into()),
|
||||
tab_active_background: Some(rgba(0xf4f6f6ff).into()),
|
||||
editor_background: Some(rgba(0xf4f6f6ff).into()),
|
||||
|
@ -652,6 +664,10 @@ pub fn noctis() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0xafaad4aa).into()),
|
||||
ghost_element_hover: Some(rgba(0xd2ccffff).into()),
|
||||
text: Some(rgba(0x0c006bff).into()),
|
||||
status_bar_background: Some(rgba(0xe2dff6ff).into()),
|
||||
title_bar_background: Some(rgba(0xedecf8ff).into()),
|
||||
toolbar_background: Some(rgba(0xe9e7f3ff).into()),
|
||||
tab_bar_background: Some(rgba(0xe9e7f3ff).into()),
|
||||
tab_inactive_background: Some(rgba(0xe2dff6ff).into()),
|
||||
tab_active_background: Some(rgba(0xf2f1f8ff).into()),
|
||||
editor_background: Some(rgba(0xf2f1f8ff).into()),
|
||||
|
@ -858,6 +874,10 @@ pub fn noctis() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0xcdcbb2ff).into()),
|
||||
ghost_element_hover: Some(rgba(0xd2f3f9ff).into()),
|
||||
text: Some(rgba(0x005661ff).into()),
|
||||
status_bar_background: Some(rgba(0xf0e9d6ff).into()),
|
||||
title_bar_background: Some(rgba(0xf9f1e1ff).into()),
|
||||
toolbar_background: Some(rgba(0xf6eddaff).into()),
|
||||
tab_bar_background: Some(rgba(0xf6eddaff).into()),
|
||||
tab_inactive_background: Some(rgba(0xf0e9d6ff).into()),
|
||||
tab_active_background: Some(rgba(0xfef8ecff).into()),
|
||||
editor_background: Some(rgba(0xfef8ecff).into()),
|
||||
|
@ -1064,6 +1084,10 @@ pub fn noctis() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x152837ff).into()),
|
||||
ghost_element_hover: Some(rgba(0x00558aff).into()),
|
||||
text: Some(rgba(0xc5cdd3ff).into()),
|
||||
status_bar_background: Some(rgba(0x1b2932ff).into()),
|
||||
title_bar_background: Some(rgba(0x1b2932ff).into()),
|
||||
toolbar_background: Some(rgba(0x0e1920ff).into()),
|
||||
tab_bar_background: Some(rgba(0x0e1920ff).into()),
|
||||
tab_inactive_background: Some(rgba(0x202e37ff).into()),
|
||||
tab_active_background: Some(rgba(0x1b2932ff).into()),
|
||||
editor_background: Some(rgba(0x1b2932ff).into()),
|
||||
|
@ -1270,6 +1294,10 @@ pub fn noctis() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x00404dff).into()),
|
||||
ghost_element_hover: Some(rgba(0x0b515bff).into()),
|
||||
text: Some(rgba(0xb2cacdff).into()),
|
||||
status_bar_background: Some(rgba(0x041d20ff).into()),
|
||||
title_bar_background: Some(rgba(0x041d20ff).into()),
|
||||
toolbar_background: Some(rgba(0x03191bff).into()),
|
||||
tab_bar_background: Some(rgba(0x03191bff).into()),
|
||||
tab_inactive_background: Some(rgba(0x062e32ff).into()),
|
||||
tab_active_background: Some(rgba(0x052529ff).into()),
|
||||
editor_background: Some(rgba(0x052529ff).into()),
|
||||
|
@ -1476,6 +1504,10 @@ pub fn noctis() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x00404dff).into()),
|
||||
ghost_element_hover: Some(rgba(0x0b515bff).into()),
|
||||
text: Some(rgba(0xb2cacdff).into()),
|
||||
status_bar_background: Some(rgba(0x031417ff).into()),
|
||||
title_bar_background: Some(rgba(0x031417ff).into()),
|
||||
toolbar_background: Some(rgba(0x020c0eff).into()),
|
||||
tab_bar_background: Some(rgba(0x020c0eff).into()),
|
||||
tab_inactive_background: Some(rgba(0x062e32ff).into()),
|
||||
tab_active_background: Some(rgba(0x031417ff).into()),
|
||||
editor_background: Some(rgba(0x031417ff).into()),
|
||||
|
@ -1682,6 +1714,10 @@ pub fn noctis() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x00404dff).into()),
|
||||
ghost_element_hover: Some(rgba(0x0b515bff).into()),
|
||||
text: Some(rgba(0xb2cacdff).into()),
|
||||
status_bar_background: Some(rgba(0x031417ff).into()),
|
||||
title_bar_background: Some(rgba(0x031417ff).into()),
|
||||
toolbar_background: Some(rgba(0x020c0eff).into()),
|
||||
tab_bar_background: Some(rgba(0x020c0eff).into()),
|
||||
tab_inactive_background: Some(rgba(0x062e32ff).into()),
|
||||
tab_active_background: Some(rgba(0x031417ff).into()),
|
||||
editor_background: Some(rgba(0x031417ff).into()),
|
||||
|
@ -1888,6 +1924,10 @@ pub fn noctis() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x202040ff).into()),
|
||||
ghost_element_hover: Some(rgba(0x383866ff).into()),
|
||||
text: Some(rgba(0xc5c2d6ff).into()),
|
||||
status_bar_background: Some(rgba(0x292640ff).into()),
|
||||
title_bar_background: Some(rgba(0x292640ff).into()),
|
||||
toolbar_background: Some(rgba(0x1f1d30ff).into()),
|
||||
tab_bar_background: Some(rgba(0x1f1d30ff).into()),
|
||||
tab_inactive_background: Some(rgba(0x2f2c49ff).into()),
|
||||
tab_active_background: Some(rgba(0x292640ff).into()),
|
||||
editor_background: Some(rgba(0x292640ff).into()),
|
||||
|
@ -2094,6 +2134,10 @@ pub fn noctis() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x302040ff).into()),
|
||||
ghost_element_hover: Some(rgba(0x6a448dff).into()),
|
||||
text: Some(rgba(0xccbfd9ff).into()),
|
||||
status_bar_background: Some(rgba(0x30243dff).into()),
|
||||
title_bar_background: Some(rgba(0x30243dff).into()),
|
||||
toolbar_background: Some(rgba(0x291d35ff).into()),
|
||||
tab_bar_background: Some(rgba(0x291d35ff).into()),
|
||||
tab_inactive_background: Some(rgba(0x3d2e4dff).into()),
|
||||
tab_active_background: Some(rgba(0x30243dff).into()),
|
||||
editor_background: Some(rgba(0x30243dff).into()),
|
||||
|
|
|
@ -33,6 +33,10 @@ pub fn nord() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x88c0d099).into()),
|
||||
ghost_element_hover: Some(rgba(0x3b4252ff).into()),
|
||||
text: Some(rgba(0xd8dee9ff).into()),
|
||||
status_bar_background: Some(rgba(0x3b4252ff).into()),
|
||||
title_bar_background: Some(rgba(0x2e3440ff).into()),
|
||||
toolbar_background: Some(rgba(0x2e3440ff).into()),
|
||||
tab_bar_background: Some(rgba(0x2e3440ff).into()),
|
||||
tab_inactive_background: Some(rgba(0x2e3440ff).into()),
|
||||
tab_active_background: Some(rgba(0x3b4252ff).into()),
|
||||
editor_background: Some(rgba(0x2e3440ff).into()),
|
||||
|
|
|
@ -34,6 +34,10 @@ pub fn palenight() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x2e3245ff).into()),
|
||||
ghost_element_hover: Some(rgba(0x0000001a).into()),
|
||||
text: Some(rgba(0xffffffff).into()),
|
||||
status_bar_background: Some(rgba(0x282c3dff).into()),
|
||||
title_bar_background: Some(rgba(0x292d3eff).into()),
|
||||
toolbar_background: Some(rgba(0x292d3eff).into()),
|
||||
tab_bar_background: Some(rgba(0x292d3eff).into()),
|
||||
tab_inactive_background: Some(rgba(0x31364aff).into()),
|
||||
tab_active_background: Some(rgba(0x292d3eff).into()),
|
||||
editor_background: Some(rgba(0x292d3eff).into()),
|
||||
|
@ -249,6 +253,10 @@ pub fn palenight() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x2e3245ff).into()),
|
||||
ghost_element_hover: Some(rgba(0x0000001a).into()),
|
||||
text: Some(rgba(0xffffffff).into()),
|
||||
status_bar_background: Some(rgba(0x282c3dff).into()),
|
||||
title_bar_background: Some(rgba(0x292d3eff).into()),
|
||||
toolbar_background: Some(rgba(0x292d3eff).into()),
|
||||
tab_bar_background: Some(rgba(0x292d3eff).into()),
|
||||
tab_inactive_background: Some(rgba(0x31364aff).into()),
|
||||
tab_active_background: Some(rgba(0x292d3eff).into()),
|
||||
editor_background: Some(rgba(0x292d3eff).into()),
|
||||
|
@ -464,6 +472,10 @@ pub fn palenight() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x2e3245ff).into()),
|
||||
ghost_element_hover: Some(rgba(0x0000001a).into()),
|
||||
text: Some(rgba(0xffffffff).into()),
|
||||
status_bar_background: Some(rgba(0x25293aff).into()),
|
||||
title_bar_background: Some(rgba(0x25293aff).into()),
|
||||
toolbar_background: Some(rgba(0x25293aff).into()),
|
||||
tab_bar_background: Some(rgba(0x25293aff).into()),
|
||||
tab_inactive_background: Some(rgba(0x31364aff).into()),
|
||||
tab_active_background: Some(rgba(0x25293aff).into()),
|
||||
editor_background: Some(rgba(0x292d3eff).into()),
|
||||
|
|
|
@ -34,6 +34,10 @@ pub fn rose_pine() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x1f1d2eff).into()),
|
||||
ghost_element_hover: Some(rgba(0x6e6a861a).into()),
|
||||
text: Some(rgba(0xe0def4ff).into()),
|
||||
status_bar_background: Some(rgba(0x191724ff).into()),
|
||||
title_bar_background: Some(rgba(0x191724ff).into()),
|
||||
toolbar_background: Some(rgba(0x1f1d2eff).into()),
|
||||
tab_bar_background: Some(rgba(0x1f1d2eff).into()),
|
||||
tab_inactive_background: Some(rgba(0x000000ff).into()),
|
||||
tab_active_background: Some(rgba(0x6e6a861a).into()),
|
||||
editor_background: Some(rgba(0x191724ff).into()),
|
||||
|
@ -207,6 +211,10 @@ pub fn rose_pine() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x2a273fff).into()),
|
||||
ghost_element_hover: Some(rgba(0x817c9c14).into()),
|
||||
text: Some(rgba(0xe0def4ff).into()),
|
||||
status_bar_background: Some(rgba(0x232136ff).into()),
|
||||
title_bar_background: Some(rgba(0x232136ff).into()),
|
||||
toolbar_background: Some(rgba(0x2a273fff).into()),
|
||||
tab_bar_background: Some(rgba(0x2a273fff).into()),
|
||||
tab_inactive_background: Some(rgba(0x000000ff).into()),
|
||||
tab_active_background: Some(rgba(0x817c9c14).into()),
|
||||
editor_background: Some(rgba(0x232136ff).into()),
|
||||
|
@ -380,6 +388,10 @@ pub fn rose_pine() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0xfffaf3ff).into()),
|
||||
ghost_element_hover: Some(rgba(0x6e6a860d).into()),
|
||||
text: Some(rgba(0x575279ff).into()),
|
||||
status_bar_background: Some(rgba(0xfaf4edff).into()),
|
||||
title_bar_background: Some(rgba(0xfaf4edff).into()),
|
||||
toolbar_background: Some(rgba(0xfffaf3ff).into()),
|
||||
tab_bar_background: Some(rgba(0xfffaf3ff).into()),
|
||||
tab_inactive_background: Some(rgba(0x000000ff).into()),
|
||||
tab_active_background: Some(rgba(0x6e6a860d).into()),
|
||||
editor_background: Some(rgba(0xfaf4edff).into()),
|
||||
|
|
|
@ -32,6 +32,8 @@ pub fn solarized() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x00445488).into()),
|
||||
ghost_element_hover: Some(rgba(0x004454aa).into()),
|
||||
text: Some(rgba(0xbbbbbbff).into()),
|
||||
status_bar_background: Some(rgba(0x00212bff).into()),
|
||||
title_bar_background: Some(rgba(0x002c39ff).into()),
|
||||
tab_inactive_background: Some(rgba(0x004052ff).into()),
|
||||
tab_active_background: Some(rgba(0x002b37ff).into()),
|
||||
editor_background: Some(rgba(0x002b36ff).into()),
|
||||
|
@ -227,6 +229,8 @@ pub fn solarized() -> UserThemeFamily {
|
|||
element_selected: Some(rgba(0xdfca88ff).into()),
|
||||
ghost_element_hover: Some(rgba(0xdfca8844).into()),
|
||||
text: Some(rgba(0x333333ff).into()),
|
||||
status_bar_background: Some(rgba(0xeee8d5ff).into()),
|
||||
title_bar_background: Some(rgba(0xeee8d5ff).into()),
|
||||
tab_inactive_background: Some(rgba(0xd3cbb7ff).into()),
|
||||
tab_active_background: Some(rgba(0xfdf6e3ff).into()),
|
||||
editor_background: Some(rgba(0xfdf6e3ff).into()),
|
||||
|
|
|
@ -26,6 +26,8 @@ pub fn synthwave_84() -> UserThemeFamily {
|
|||
drop_target_background: Some(rgba(0x34294f66).into()),
|
||||
ghost_element_hover: Some(rgba(0x37294d99).into()),
|
||||
text: Some(rgba(0xffffffff).into()),
|
||||
status_bar_background: Some(rgba(0x241b2fff).into()),
|
||||
title_bar_background: Some(rgba(0x241b2fff).into()),
|
||||
tab_inactive_background: Some(rgba(0x262335ff).into()),
|
||||
editor_background: Some(rgba(0x262335ff).into()),
|
||||
editor_gutter_background: Some(rgba(0x262335ff).into()),
|
||||
|
|
|
@ -141,6 +141,14 @@ impl VsCodeThemeConverter {
|
|||
.editor_background
|
||||
.as_ref()
|
||||
.traverse(|color| try_parse_color(&color))?,
|
||||
title_bar_background: vscode_colors
|
||||
.title_bar_active_background
|
||||
.as_ref()
|
||||
.traverse(|color| try_parse_color(&color))?,
|
||||
status_bar_background: vscode_colors
|
||||
.status_bar_background
|
||||
.as_ref()
|
||||
.traverse(|color| try_parse_color(&color))?,
|
||||
element_background: vscode_colors
|
||||
.button_background
|
||||
.as_ref()
|
||||
|
@ -175,6 +183,10 @@ impl VsCodeThemeConverter {
|
|||
.ok()
|
||||
.flatten()
|
||||
}),
|
||||
tab_bar_background: vscode_colors
|
||||
.panel_background
|
||||
.as_ref()
|
||||
.traverse(|color| try_parse_color(&color))?,
|
||||
tab_active_background: vscode_colors
|
||||
.tab_active_background
|
||||
.as_ref()
|
||||
|
@ -183,6 +195,10 @@ impl VsCodeThemeConverter {
|
|||
.tab_inactive_background
|
||||
.as_ref()
|
||||
.traverse(|color| try_parse_color(&color))?,
|
||||
toolbar_background: vscode_colors
|
||||
.panel_background
|
||||
.as_ref()
|
||||
.traverse(|color| try_parse_color(&color))?,
|
||||
editor_background: vscode_colors
|
||||
.editor_background
|
||||
.as_ref()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue