Extend VSCode theme importer
This commit is contained in:
parent
25c8b19dfb
commit
bdeb32c34b
12 changed files with 153 additions and 0 deletions
|
@ -30,6 +30,10 @@ pub fn ayu() -> UserThemeFamily {
|
|||
text: Some(rgba(0x8a9199ff).into()),
|
||||
tab_inactive_background: Some(rgba(0xf8f9faff).into()),
|
||||
tab_active_background: Some(rgba(0xf8f9faff).into()),
|
||||
editor_background: Some(rgba(0xf8f9faff).into()),
|
||||
editor_gutter_background: Some(rgba(0xf8f9faff).into()),
|
||||
editor_line_number: Some(rgba(0x8a919966).into()),
|
||||
editor_active_line_number: Some(rgba(0x5c6166ff).into()),
|
||||
terminal_background: Some(rgba(0xf8f9faff).into()),
|
||||
terminal_ansi_bright_black: Some(rgba(0x686868ff).into()),
|
||||
terminal_ansi_bright_red: Some(rgba(0xef7070ff).into()),
|
||||
|
@ -69,6 +73,10 @@ pub fn ayu() -> UserThemeFamily {
|
|||
text: Some(rgba(0x707a8cff).into()),
|
||||
tab_inactive_background: Some(rgba(0x1f2430ff).into()),
|
||||
tab_active_background: Some(rgba(0x1f2430ff).into()),
|
||||
editor_background: Some(rgba(0x1f2430ff).into()),
|
||||
editor_gutter_background: Some(rgba(0x1f2430ff).into()),
|
||||
editor_line_number: Some(rgba(0x8a919966).into()),
|
||||
editor_active_line_number: Some(rgba(0xcccac2ff).into()),
|
||||
terminal_background: Some(rgba(0x1f2430ff).into()),
|
||||
terminal_ansi_bright_black: Some(rgba(0x686868ff).into()),
|
||||
terminal_ansi_bright_red: Some(rgba(0xf18678ff).into()),
|
||||
|
@ -108,6 +116,10 @@ pub fn ayu() -> UserThemeFamily {
|
|||
text: Some(rgba(0x565b66ff).into()),
|
||||
tab_inactive_background: Some(rgba(0x0b0e14ff).into()),
|
||||
tab_active_background: Some(rgba(0x0b0e14ff).into()),
|
||||
editor_background: Some(rgba(0x0b0e14ff).into()),
|
||||
editor_gutter_background: Some(rgba(0x0b0e14ff).into()),
|
||||
editor_line_number: Some(rgba(0x6c738099).into()),
|
||||
editor_active_line_number: Some(rgba(0xbfbdb6ff).into()),
|
||||
terminal_background: Some(rgba(0x0b0e14ff).into()),
|
||||
terminal_ansi_bright_black: Some(rgba(0x686868ff).into()),
|
||||
terminal_ansi_bright_red: Some(rgba(0xef7077ff).into()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue