feat: add gruvbox themes
This commit is contained in:
parent
f821a416aa
commit
d268baa972
3 changed files with 16 additions and 0 deletions
|
|
@ -18,12 +18,18 @@ pub const theme_files = [_]theme_file{
|
|||
THEME("themes/CRT-Amber-color-theme.json"),
|
||||
THEME("themes/CRT-Gray-color-theme.json"),
|
||||
THEME("themes/CRT-Green-color-theme.json"),
|
||||
THEME("themes/gruvbox-dark-hard.json"),
|
||||
THEME("themes/gruvbox-dark-medium.json"),
|
||||
THEME("themes/gruvbox-dark-soft.json"),
|
||||
THEME("extensions/theme-defaults/themes/dark_vs.json"),
|
||||
THEME("extensions/theme-defaults/themes/dark_plus.json"),
|
||||
THEME("extensions/theme-defaults/themes/dark_modern.json"),
|
||||
THEME("themes/1984-light-color-theme.json"),
|
||||
THEME("extensions/theme-solarized-light/themes/solarized-light-color-theme.json"),
|
||||
THEME("themes/CRT-Paper-color-theme.json"),
|
||||
THEME("themes/gruvbox-light-hard.json"),
|
||||
THEME("themes/gruvbox-light-medium.json"),
|
||||
THEME("themes/gruvbox-light-soft.json"),
|
||||
THEME("extensions/theme-defaults/themes/light_vs.json"),
|
||||
THEME("extensions/theme-defaults/themes/light_plus.json"),
|
||||
THEME("extensions/theme-defaults/themes/light_modern.json"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue