mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Add everfrost dark and light themes (#1934)
Co-authored-by: Ross <ro@noirlab.edu>
This commit is contained in:
@@ -10,6 +10,8 @@ const APP_THEMES = new Set([
|
||||
'defaultDark',
|
||||
'defaultLight',
|
||||
'dracula',
|
||||
'everforestDark',
|
||||
'everforestLight',
|
||||
'githubDark',
|
||||
'githubLight',
|
||||
'glassyDark',
|
||||
|
||||
@@ -23,6 +23,8 @@ export const THEME_DATA = [
|
||||
{ label: 'One Dark', type: 'dark', value: AppTheme.ONE_DARK },
|
||||
{ label: 'Solarized Dark', type: 'dark', value: AppTheme.SOLARIZED_DARK },
|
||||
{ label: 'Solarized Light', type: 'light', value: AppTheme.SOLARIZED_LIGHT },
|
||||
{ label: 'Everforest Dark', type: 'dark', value: AppTheme.EVERFOREST_DARK },
|
||||
{ label: 'Everforest Light', type: 'light', value: AppTheme.EVERFOREST_LIGHT },
|
||||
{ label: 'GitHub Dark', type: 'dark', value: AppTheme.GITHUB_DARK },
|
||||
{ label: 'GitHub Light', type: 'light', value: AppTheme.GITHUB_LIGHT },
|
||||
{ label: 'Glassy Dark', type: 'dark', value: AppTheme.GLASSY_DARK },
|
||||
|
||||
Reference in New Issue
Block a user