Use dropdown.background
from VS Code for elevated surface background
This commit is contained in:
parent
1c850f495c
commit
77c8108f9b
10 changed files with 29 additions and 20 deletions
|
@ -25,7 +25,7 @@ pub fn andromeda() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x1b1d23ff).into()),
|
border_selected: Some(rgba(0x1b1d23ff).into()),
|
||||||
border_transparent: Some(rgba(0x1b1d23ff).into()),
|
border_transparent: Some(rgba(0x1b1d23ff).into()),
|
||||||
border_disabled: Some(rgba(0x1b1d23ff).into()),
|
border_disabled: Some(rgba(0x1b1d23ff).into()),
|
||||||
elevated_surface_background: Some(rgba(0x23262eff).into()),
|
elevated_surface_background: Some(rgba(0x2b303bff).into()),
|
||||||
surface_background: Some(rgba(0x23262eff).into()),
|
surface_background: Some(rgba(0x23262eff).into()),
|
||||||
background: Some(rgba(0x23262eff).into()),
|
background: Some(rgba(0x23262eff).into()),
|
||||||
element_background: Some(rgba(0x00e8c5cc).into()),
|
element_background: Some(rgba(0x00e8c5cc).into()),
|
||||||
|
@ -230,7 +230,7 @@ pub fn andromeda() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x1b1d23ff).into()),
|
border_selected: Some(rgba(0x1b1d23ff).into()),
|
||||||
border_transparent: Some(rgba(0x1b1d23ff).into()),
|
border_transparent: Some(rgba(0x1b1d23ff).into()),
|
||||||
border_disabled: Some(rgba(0x1b1d23ff).into()),
|
border_disabled: Some(rgba(0x1b1d23ff).into()),
|
||||||
elevated_surface_background: Some(rgba(0x23262eff).into()),
|
elevated_surface_background: Some(rgba(0x2b303bff).into()),
|
||||||
surface_background: Some(rgba(0x23262eff).into()),
|
surface_background: Some(rgba(0x23262eff).into()),
|
||||||
background: Some(rgba(0x262a33ff).into()),
|
background: Some(rgba(0x262a33ff).into()),
|
||||||
element_background: Some(rgba(0x00e8c5cc).into()),
|
element_background: Some(rgba(0x00e8c5cc).into()),
|
||||||
|
|
|
@ -25,7 +25,7 @@ pub fn ayu() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x6b7d8f1f).into()),
|
border_selected: Some(rgba(0x6b7d8f1f).into()),
|
||||||
border_transparent: Some(rgba(0x6b7d8f1f).into()),
|
border_transparent: Some(rgba(0x6b7d8f1f).into()),
|
||||||
border_disabled: Some(rgba(0x6b7d8f1f).into()),
|
border_disabled: Some(rgba(0x6b7d8f1f).into()),
|
||||||
elevated_surface_background: Some(rgba(0xf8f9faff).into()),
|
elevated_surface_background: Some(rgba(0xfcfcfcff).into()),
|
||||||
surface_background: Some(rgba(0xf8f9faff).into()),
|
surface_background: Some(rgba(0xf8f9faff).into()),
|
||||||
background: Some(rgba(0xf8f9faff).into()),
|
background: Some(rgba(0xf8f9faff).into()),
|
||||||
element_background: Some(rgba(0xffaa33ff).into()),
|
element_background: Some(rgba(0xffaa33ff).into()),
|
||||||
|
@ -324,7 +324,7 @@ pub fn ayu() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x171b24ff).into()),
|
border_selected: Some(rgba(0x171b24ff).into()),
|
||||||
border_transparent: Some(rgba(0x171b24ff).into()),
|
border_transparent: Some(rgba(0x171b24ff).into()),
|
||||||
border_disabled: Some(rgba(0x171b24ff).into()),
|
border_disabled: Some(rgba(0x171b24ff).into()),
|
||||||
elevated_surface_background: Some(rgba(0x1f2430ff).into()),
|
elevated_surface_background: Some(rgba(0x242936ff).into()),
|
||||||
surface_background: Some(rgba(0x1f2430ff).into()),
|
surface_background: Some(rgba(0x1f2430ff).into()),
|
||||||
background: Some(rgba(0x1f2430ff).into()),
|
background: Some(rgba(0x1f2430ff).into()),
|
||||||
element_background: Some(rgba(0xffcc66ff).into()),
|
element_background: Some(rgba(0xffcc66ff).into()),
|
||||||
|
@ -623,7 +623,7 @@ pub fn ayu() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x1e232bff).into()),
|
border_selected: Some(rgba(0x1e232bff).into()),
|
||||||
border_transparent: Some(rgba(0x1e232bff).into()),
|
border_transparent: Some(rgba(0x1e232bff).into()),
|
||||||
border_disabled: Some(rgba(0x1e232bff).into()),
|
border_disabled: Some(rgba(0x1e232bff).into()),
|
||||||
elevated_surface_background: Some(rgba(0x0b0e14ff).into()),
|
elevated_surface_background: Some(rgba(0x0d1017ff).into()),
|
||||||
surface_background: Some(rgba(0x0b0e14ff).into()),
|
surface_background: Some(rgba(0x0b0e14ff).into()),
|
||||||
background: Some(rgba(0x0b0e14ff).into()),
|
background: Some(rgba(0x0b0e14ff).into()),
|
||||||
element_background: Some(rgba(0xe6b450ff).into()),
|
element_background: Some(rgba(0xe6b450ff).into()),
|
||||||
|
|
|
@ -24,7 +24,7 @@ pub fn dracula() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0xbd93f9ff).into()),
|
border_selected: Some(rgba(0xbd93f9ff).into()),
|
||||||
border_transparent: Some(rgba(0xbd93f9ff).into()),
|
border_transparent: Some(rgba(0xbd93f9ff).into()),
|
||||||
border_disabled: Some(rgba(0xbd93f9ff).into()),
|
border_disabled: Some(rgba(0xbd93f9ff).into()),
|
||||||
elevated_surface_background: Some(rgba(0x282a36ff).into()),
|
elevated_surface_background: Some(rgba(0x343746ff).into()),
|
||||||
surface_background: Some(rgba(0x282a36ff).into()),
|
surface_background: Some(rgba(0x282a36ff).into()),
|
||||||
background: Some(rgba(0x282a36ff).into()),
|
background: Some(rgba(0x282a36ff).into()),
|
||||||
element_background: Some(rgba(0x44475aff).into()),
|
element_background: Some(rgba(0x44475aff).into()),
|
||||||
|
|
|
@ -25,6 +25,7 @@ pub fn gruvbox() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x3c3836ff).into()),
|
border_selected: Some(rgba(0x3c3836ff).into()),
|
||||||
border_transparent: Some(rgba(0x3c3836ff).into()),
|
border_transparent: Some(rgba(0x3c3836ff).into()),
|
||||||
border_disabled: Some(rgba(0x3c3836ff).into()),
|
border_disabled: Some(rgba(0x3c3836ff).into()),
|
||||||
|
elevated_surface_background: Some(rgba(0x1d2021ff).into()),
|
||||||
background: Some(rgba(0x1d2021ff).into()),
|
background: Some(rgba(0x1d2021ff).into()),
|
||||||
element_background: Some(rgba(0x45858880).into()),
|
element_background: Some(rgba(0x45858880).into()),
|
||||||
element_hover: Some(rgba(0x3c383680).into()),
|
element_hover: Some(rgba(0x3c383680).into()),
|
||||||
|
@ -309,6 +310,7 @@ pub fn gruvbox() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x3c3836ff).into()),
|
border_selected: Some(rgba(0x3c3836ff).into()),
|
||||||
border_transparent: Some(rgba(0x3c3836ff).into()),
|
border_transparent: Some(rgba(0x3c3836ff).into()),
|
||||||
border_disabled: Some(rgba(0x3c3836ff).into()),
|
border_disabled: Some(rgba(0x3c3836ff).into()),
|
||||||
|
elevated_surface_background: Some(rgba(0x282828ff).into()),
|
||||||
background: Some(rgba(0x282828ff).into()),
|
background: Some(rgba(0x282828ff).into()),
|
||||||
element_background: Some(rgba(0x45858880).into()),
|
element_background: Some(rgba(0x45858880).into()),
|
||||||
element_hover: Some(rgba(0x3c383680).into()),
|
element_hover: Some(rgba(0x3c383680).into()),
|
||||||
|
@ -593,6 +595,7 @@ pub fn gruvbox() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x3c3836ff).into()),
|
border_selected: Some(rgba(0x3c3836ff).into()),
|
||||||
border_transparent: Some(rgba(0x3c3836ff).into()),
|
border_transparent: Some(rgba(0x3c3836ff).into()),
|
||||||
border_disabled: Some(rgba(0x3c3836ff).into()),
|
border_disabled: Some(rgba(0x3c3836ff).into()),
|
||||||
|
elevated_surface_background: Some(rgba(0x32302fff).into()),
|
||||||
background: Some(rgba(0x32302fff).into()),
|
background: Some(rgba(0x32302fff).into()),
|
||||||
element_background: Some(rgba(0x45858880).into()),
|
element_background: Some(rgba(0x45858880).into()),
|
||||||
element_hover: Some(rgba(0x3c383680).into()),
|
element_hover: Some(rgba(0x3c383680).into()),
|
||||||
|
@ -877,6 +880,7 @@ pub fn gruvbox() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0xebdbb2ff).into()),
|
border_selected: Some(rgba(0xebdbb2ff).into()),
|
||||||
border_transparent: Some(rgba(0xebdbb2ff).into()),
|
border_transparent: Some(rgba(0xebdbb2ff).into()),
|
||||||
border_disabled: Some(rgba(0xebdbb2ff).into()),
|
border_disabled: Some(rgba(0xebdbb2ff).into()),
|
||||||
|
elevated_surface_background: Some(rgba(0xf9f5d7ff).into()),
|
||||||
background: Some(rgba(0xf9f5d7ff).into()),
|
background: Some(rgba(0xf9f5d7ff).into()),
|
||||||
element_background: Some(rgba(0x45858880).into()),
|
element_background: Some(rgba(0x45858880).into()),
|
||||||
element_hover: Some(rgba(0xebdbb280).into()),
|
element_hover: Some(rgba(0xebdbb280).into()),
|
||||||
|
@ -1161,6 +1165,7 @@ pub fn gruvbox() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0xebdbb2ff).into()),
|
border_selected: Some(rgba(0xebdbb2ff).into()),
|
||||||
border_transparent: Some(rgba(0xebdbb2ff).into()),
|
border_transparent: Some(rgba(0xebdbb2ff).into()),
|
||||||
border_disabled: Some(rgba(0xebdbb2ff).into()),
|
border_disabled: Some(rgba(0xebdbb2ff).into()),
|
||||||
|
elevated_surface_background: Some(rgba(0xfbf1c7ff).into()),
|
||||||
background: Some(rgba(0xfbf1c7ff).into()),
|
background: Some(rgba(0xfbf1c7ff).into()),
|
||||||
element_background: Some(rgba(0x45858880).into()),
|
element_background: Some(rgba(0x45858880).into()),
|
||||||
element_hover: Some(rgba(0xebdbb280).into()),
|
element_hover: Some(rgba(0xebdbb280).into()),
|
||||||
|
@ -1445,6 +1450,7 @@ pub fn gruvbox() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0xebdbb2ff).into()),
|
border_selected: Some(rgba(0xebdbb2ff).into()),
|
||||||
border_transparent: Some(rgba(0xebdbb2ff).into()),
|
border_transparent: Some(rgba(0xebdbb2ff).into()),
|
||||||
border_disabled: Some(rgba(0xebdbb2ff).into()),
|
border_disabled: Some(rgba(0xebdbb2ff).into()),
|
||||||
|
elevated_surface_background: Some(rgba(0xf2e5bcff).into()),
|
||||||
background: Some(rgba(0xf2e5bcff).into()),
|
background: Some(rgba(0xf2e5bcff).into()),
|
||||||
element_background: Some(rgba(0x45858880).into()),
|
element_background: Some(rgba(0x45858880).into()),
|
||||||
element_hover: Some(rgba(0xebdbb280).into()),
|
element_hover: Some(rgba(0xebdbb280).into()),
|
||||||
|
|
|
@ -25,7 +25,7 @@ pub fn noctis() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x1679b6ff).into()),
|
border_selected: Some(rgba(0x1679b6ff).into()),
|
||||||
border_transparent: Some(rgba(0x1679b6ff).into()),
|
border_transparent: Some(rgba(0x1679b6ff).into()),
|
||||||
border_disabled: Some(rgba(0x1679b6ff).into()),
|
border_disabled: Some(rgba(0x1679b6ff).into()),
|
||||||
elevated_surface_background: Some(rgba(0x051b29ff).into()),
|
elevated_surface_background: Some(rgba(0x09334eff).into()),
|
||||||
surface_background: Some(rgba(0x051b29ff).into()),
|
surface_background: Some(rgba(0x051b29ff).into()),
|
||||||
background: Some(rgba(0x07273bff).into()),
|
background: Some(rgba(0x07273bff).into()),
|
||||||
element_background: Some(rgba(0x007f99ff).into()),
|
element_background: Some(rgba(0x007f99ff).into()),
|
||||||
|
@ -295,7 +295,7 @@ pub fn noctis() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x997582ff).into()),
|
border_selected: Some(rgba(0x997582ff).into()),
|
||||||
border_transparent: Some(rgba(0x997582ff).into()),
|
border_transparent: Some(rgba(0x997582ff).into()),
|
||||||
border_disabled: Some(rgba(0x997582ff).into()),
|
border_disabled: Some(rgba(0x997582ff).into()),
|
||||||
elevated_surface_background: Some(rgba(0x272022ff).into()),
|
elevated_surface_background: Some(rgba(0x413036ff).into()),
|
||||||
surface_background: Some(rgba(0x272022ff).into()),
|
surface_background: Some(rgba(0x272022ff).into()),
|
||||||
background: Some(rgba(0x322a2dff).into()),
|
background: Some(rgba(0x322a2dff).into()),
|
||||||
element_background: Some(rgba(0x007f99ff).into()),
|
element_background: Some(rgba(0x007f99ff).into()),
|
||||||
|
@ -565,7 +565,7 @@ pub fn noctis() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x00c6e0ff).into()),
|
border_selected: Some(rgba(0x00c6e0ff).into()),
|
||||||
border_transparent: Some(rgba(0x00c6e0ff).into()),
|
border_transparent: Some(rgba(0x00c6e0ff).into()),
|
||||||
border_disabled: Some(rgba(0x00c6e0ff).into()),
|
border_disabled: Some(rgba(0x00c6e0ff).into()),
|
||||||
elevated_surface_background: Some(rgba(0xe1eeefff).into()),
|
elevated_surface_background: Some(rgba(0xf4f6f6ff).into()),
|
||||||
surface_background: Some(rgba(0xe1eeefff).into()),
|
surface_background: Some(rgba(0xe1eeefff).into()),
|
||||||
background: Some(rgba(0xf4f6f6ff).into()),
|
background: Some(rgba(0xf4f6f6ff).into()),
|
||||||
element_background: Some(rgba(0x099099ff).into()),
|
element_background: Some(rgba(0x099099ff).into()),
|
||||||
|
@ -835,7 +835,7 @@ pub fn noctis() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0xaea4f4ff).into()),
|
border_selected: Some(rgba(0xaea4f4ff).into()),
|
||||||
border_transparent: Some(rgba(0xaea4f4ff).into()),
|
border_transparent: Some(rgba(0xaea4f4ff).into()),
|
||||||
border_disabled: Some(rgba(0xaea4f4ff).into()),
|
border_disabled: Some(rgba(0xaea4f4ff).into()),
|
||||||
elevated_surface_background: Some(rgba(0xe9e7f3ff).into()),
|
elevated_surface_background: Some(rgba(0xf2f1f8ff).into()),
|
||||||
surface_background: Some(rgba(0xe9e7f3ff).into()),
|
surface_background: Some(rgba(0xe9e7f3ff).into()),
|
||||||
background: Some(rgba(0xf2f1f8ff).into()),
|
background: Some(rgba(0xf2f1f8ff).into()),
|
||||||
element_background: Some(rgba(0x8e80ffff).into()),
|
element_background: Some(rgba(0x8e80ffff).into()),
|
||||||
|
@ -1105,7 +1105,7 @@ pub fn noctis() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x00c6e0ff).into()),
|
border_selected: Some(rgba(0x00c6e0ff).into()),
|
||||||
border_transparent: Some(rgba(0x00c6e0ff).into()),
|
border_transparent: Some(rgba(0x00c6e0ff).into()),
|
||||||
border_disabled: Some(rgba(0x00c6e0ff).into()),
|
border_disabled: Some(rgba(0x00c6e0ff).into()),
|
||||||
elevated_surface_background: Some(rgba(0xf6eddaff).into()),
|
elevated_surface_background: Some(rgba(0xfef8ecff).into()),
|
||||||
surface_background: Some(rgba(0xf6eddaff).into()),
|
surface_background: Some(rgba(0xf6eddaff).into()),
|
||||||
background: Some(rgba(0xfef8ecff).into()),
|
background: Some(rgba(0xfef8ecff).into()),
|
||||||
element_background: Some(rgba(0x099099ff).into()),
|
element_background: Some(rgba(0x099099ff).into()),
|
||||||
|
@ -1375,7 +1375,7 @@ pub fn noctis() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x496d83ff).into()),
|
border_selected: Some(rgba(0x496d83ff).into()),
|
||||||
border_transparent: Some(rgba(0x496d83ff).into()),
|
border_transparent: Some(rgba(0x496d83ff).into()),
|
||||||
border_disabled: Some(rgba(0x496d83ff).into()),
|
border_disabled: Some(rgba(0x496d83ff).into()),
|
||||||
elevated_surface_background: Some(rgba(0x0e1920ff).into()),
|
elevated_surface_background: Some(rgba(0x202e37ff).into()),
|
||||||
surface_background: Some(rgba(0x0e1920ff).into()),
|
surface_background: Some(rgba(0x0e1920ff).into()),
|
||||||
background: Some(rgba(0x1b2932ff).into()),
|
background: Some(rgba(0x1b2932ff).into()),
|
||||||
element_background: Some(rgba(0x2e616bff).into()),
|
element_background: Some(rgba(0x2e616bff).into()),
|
||||||
|
@ -1645,7 +1645,7 @@ pub fn noctis() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x0e6671ff).into()),
|
border_selected: Some(rgba(0x0e6671ff).into()),
|
||||||
border_transparent: Some(rgba(0x0e6671ff).into()),
|
border_transparent: Some(rgba(0x0e6671ff).into()),
|
||||||
border_disabled: Some(rgba(0x0e6671ff).into()),
|
border_disabled: Some(rgba(0x0e6671ff).into()),
|
||||||
elevated_surface_background: Some(rgba(0x03191bff).into()),
|
elevated_surface_background: Some(rgba(0x073940ff).into()),
|
||||||
surface_background: Some(rgba(0x03191bff).into()),
|
surface_background: Some(rgba(0x03191bff).into()),
|
||||||
background: Some(rgba(0x052529ff).into()),
|
background: Some(rgba(0x052529ff).into()),
|
||||||
element_background: Some(rgba(0x099099ff).into()),
|
element_background: Some(rgba(0x099099ff).into()),
|
||||||
|
@ -1915,7 +1915,7 @@ pub fn noctis() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x0e6671ff).into()),
|
border_selected: Some(rgba(0x0e6671ff).into()),
|
||||||
border_transparent: Some(rgba(0x0e6671ff).into()),
|
border_transparent: Some(rgba(0x0e6671ff).into()),
|
||||||
border_disabled: Some(rgba(0x0e6671ff).into()),
|
border_disabled: Some(rgba(0x0e6671ff).into()),
|
||||||
elevated_surface_background: Some(rgba(0x020c0eff).into()),
|
elevated_surface_background: Some(rgba(0x031417ff).into()),
|
||||||
surface_background: Some(rgba(0x020c0eff).into()),
|
surface_background: Some(rgba(0x020c0eff).into()),
|
||||||
background: Some(rgba(0x031417ff).into()),
|
background: Some(rgba(0x031417ff).into()),
|
||||||
element_background: Some(rgba(0x099099ff).into()),
|
element_background: Some(rgba(0x099099ff).into()),
|
||||||
|
@ -2185,7 +2185,7 @@ pub fn noctis() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x0e6671ff).into()),
|
border_selected: Some(rgba(0x0e6671ff).into()),
|
||||||
border_transparent: Some(rgba(0x0e6671ff).into()),
|
border_transparent: Some(rgba(0x0e6671ff).into()),
|
||||||
border_disabled: Some(rgba(0x0e6671ff).into()),
|
border_disabled: Some(rgba(0x0e6671ff).into()),
|
||||||
elevated_surface_background: Some(rgba(0x020c0eff).into()),
|
elevated_surface_background: Some(rgba(0x031417ff).into()),
|
||||||
surface_background: Some(rgba(0x020c0eff).into()),
|
surface_background: Some(rgba(0x020c0eff).into()),
|
||||||
background: Some(rgba(0x031417ff).into()),
|
background: Some(rgba(0x031417ff).into()),
|
||||||
element_background: Some(rgba(0x099099ff).into()),
|
element_background: Some(rgba(0x099099ff).into()),
|
||||||
|
@ -2455,7 +2455,7 @@ pub fn noctis() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x6e67a8ff).into()),
|
border_selected: Some(rgba(0x6e67a8ff).into()),
|
||||||
border_transparent: Some(rgba(0x6e67a8ff).into()),
|
border_transparent: Some(rgba(0x6e67a8ff).into()),
|
||||||
border_disabled: Some(rgba(0x6e67a8ff).into()),
|
border_disabled: Some(rgba(0x6e67a8ff).into()),
|
||||||
elevated_surface_background: Some(rgba(0x1f1d30ff).into()),
|
elevated_surface_background: Some(rgba(0x2f2c49ff).into()),
|
||||||
surface_background: Some(rgba(0x1f1d30ff).into()),
|
surface_background: Some(rgba(0x1f1d30ff).into()),
|
||||||
background: Some(rgba(0x292640ff).into()),
|
background: Some(rgba(0x292640ff).into()),
|
||||||
element_background: Some(rgba(0x007f99ff).into()),
|
element_background: Some(rgba(0x007f99ff).into()),
|
||||||
|
@ -2725,7 +2725,7 @@ pub fn noctis() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x8767a8ff).into()),
|
border_selected: Some(rgba(0x8767a8ff).into()),
|
||||||
border_transparent: Some(rgba(0x8767a8ff).into()),
|
border_transparent: Some(rgba(0x8767a8ff).into()),
|
||||||
border_disabled: Some(rgba(0x8767a8ff).into()),
|
border_disabled: Some(rgba(0x8767a8ff).into()),
|
||||||
elevated_surface_background: Some(rgba(0x291d35ff).into()),
|
elevated_surface_background: Some(rgba(0x3d2e4dff).into()),
|
||||||
surface_background: Some(rgba(0x291d35ff).into()),
|
surface_background: Some(rgba(0x291d35ff).into()),
|
||||||
background: Some(rgba(0x30243dff).into()),
|
background: Some(rgba(0x30243dff).into()),
|
||||||
element_background: Some(rgba(0x007f99ff).into()),
|
element_background: Some(rgba(0x007f99ff).into()),
|
||||||
|
|
|
@ -24,7 +24,7 @@ pub fn nord() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x3b4252ff).into()),
|
border_selected: Some(rgba(0x3b4252ff).into()),
|
||||||
border_transparent: Some(rgba(0x3b4252ff).into()),
|
border_transparent: Some(rgba(0x3b4252ff).into()),
|
||||||
border_disabled: Some(rgba(0x3b4252ff).into()),
|
border_disabled: Some(rgba(0x3b4252ff).into()),
|
||||||
elevated_surface_background: Some(rgba(0x2e3440ff).into()),
|
elevated_surface_background: Some(rgba(0x3b4252ff).into()),
|
||||||
surface_background: Some(rgba(0x2e3440ff).into()),
|
surface_background: Some(rgba(0x2e3440ff).into()),
|
||||||
background: Some(rgba(0x2e3440ff).into()),
|
background: Some(rgba(0x2e3440ff).into()),
|
||||||
element_background: Some(rgba(0x88c0d0ee).into()),
|
element_background: Some(rgba(0x88c0d0ee).into()),
|
||||||
|
|
|
@ -583,7 +583,7 @@ pub fn palenight() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x2c2f40ff).into()),
|
border_selected: Some(rgba(0x2c2f40ff).into()),
|
||||||
border_transparent: Some(rgba(0x2c2f40ff).into()),
|
border_transparent: Some(rgba(0x2c2f40ff).into()),
|
||||||
border_disabled: Some(rgba(0x2c2f40ff).into()),
|
border_disabled: Some(rgba(0x2c2f40ff).into()),
|
||||||
elevated_surface_background: Some(rgba(0x25293aff).into()),
|
elevated_surface_background: Some(rgba(0x292d3eff).into()),
|
||||||
surface_background: Some(rgba(0x25293aff).into()),
|
surface_background: Some(rgba(0x25293aff).into()),
|
||||||
background: Some(rgba(0x292d3eff).into()),
|
background: Some(rgba(0x292d3eff).into()),
|
||||||
element_background: Some(rgba(0x7e57c2cc).into()),
|
element_background: Some(rgba(0x7e57c2cc).into()),
|
||||||
|
|
|
@ -25,6 +25,7 @@ pub fn solarized() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0x003847ff).into()),
|
border_selected: Some(rgba(0x003847ff).into()),
|
||||||
border_transparent: Some(rgba(0x003847ff).into()),
|
border_transparent: Some(rgba(0x003847ff).into()),
|
||||||
border_disabled: Some(rgba(0x003847ff).into()),
|
border_disabled: Some(rgba(0x003847ff).into()),
|
||||||
|
elevated_surface_background: Some(rgba(0x00212bff).into()),
|
||||||
background: Some(rgba(0x002b36ff).into()),
|
background: Some(rgba(0x002b36ff).into()),
|
||||||
element_background: Some(rgba(0x2aa19899).into()),
|
element_background: Some(rgba(0x2aa19899).into()),
|
||||||
element_hover: Some(rgba(0x004454aa).into()),
|
element_hover: Some(rgba(0x004454aa).into()),
|
||||||
|
@ -288,6 +289,7 @@ pub fn solarized() -> UserThemeFamily {
|
||||||
border_selected: Some(rgba(0xddd6c1ff).into()),
|
border_selected: Some(rgba(0xddd6c1ff).into()),
|
||||||
border_transparent: Some(rgba(0xddd6c1ff).into()),
|
border_transparent: Some(rgba(0xddd6c1ff).into()),
|
||||||
border_disabled: Some(rgba(0xddd6c1ff).into()),
|
border_disabled: Some(rgba(0xddd6c1ff).into()),
|
||||||
|
elevated_surface_background: Some(rgba(0xeee8d5ff).into()),
|
||||||
background: Some(rgba(0xfdf6e3ff).into()),
|
background: Some(rgba(0xfdf6e3ff).into()),
|
||||||
element_background: Some(rgba(0xac9d57ff).into()),
|
element_background: Some(rgba(0xac9d57ff).into()),
|
||||||
element_hover: Some(rgba(0xdfca8844).into()),
|
element_hover: Some(rgba(0xdfca8844).into()),
|
||||||
|
|
|
@ -19,6 +19,7 @@ pub fn synthwave_84() -> UserThemeFamily {
|
||||||
styles: UserThemeStylesRefinement {
|
styles: UserThemeStylesRefinement {
|
||||||
colors: ThemeColorsRefinement {
|
colors: ThemeColorsRefinement {
|
||||||
border_focused: Some(rgba(0x1f212bff).into()),
|
border_focused: Some(rgba(0x1f212bff).into()),
|
||||||
|
elevated_surface_background: Some(rgba(0x232530ff).into()),
|
||||||
background: Some(rgba(0x262335ff).into()),
|
background: Some(rgba(0x262335ff).into()),
|
||||||
element_background: Some(rgba(0x614d85ff).into()),
|
element_background: Some(rgba(0x614d85ff).into()),
|
||||||
element_hover: Some(rgba(0x37294d99).into()),
|
element_hover: Some(rgba(0x37294d99).into()),
|
||||||
|
|
|
@ -153,7 +153,7 @@ impl VsCodeThemeConverter {
|
||||||
.as_ref()
|
.as_ref()
|
||||||
.traverse(|color| try_parse_color(&color))?,
|
.traverse(|color| try_parse_color(&color))?,
|
||||||
elevated_surface_background: vscode_colors
|
elevated_surface_background: vscode_colors
|
||||||
.panel_background
|
.dropdown_background
|
||||||
.as_ref()
|
.as_ref()
|
||||||
.traverse(|color| try_parse_color(&color))?,
|
.traverse(|color| try_parse_color(&color))?,
|
||||||
surface_background: vscode_colors
|
surface_background: vscode_colors
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue