Extend VSCode theme importer

This commit is contained in:
Nate Butler 2023-11-09 01:39:31 -05:00
parent 25c8b19dfb
commit bdeb32c34b
12 changed files with 153 additions and 0 deletions

View file

@ -29,6 +29,10 @@ pub fn dracula() -> UserThemeFamily {
text: Some(rgba(0xf8f8f2ff).into()),
tab_inactive_background: Some(rgba(0x21222cff).into()),
tab_active_background: Some(rgba(0x282a35ff).into()),
editor_background: Some(rgba(0x282a35ff).into()),
editor_gutter_background: Some(rgba(0x282a35ff).into()),
editor_line_number: Some(rgba(0x6272a4ff).into()),
editor_active_line_number: Some(rgba(0xf8f8f2ff).into()),
terminal_background: Some(rgba(0x282a35ff).into()),
terminal_ansi_bright_black: Some(rgba(0x6272a4ff).into()),
terminal_ansi_bright_red: Some(rgba(0xff6d6dff).into()),