Skip to content

Commit f562cf9

Browse files
committed
add gruvbox
1 parent b16a681 commit f562cf9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/lib/themes.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,19 @@ export const themes = {
6464
'--txt-err': '#eb6f92',
6565
},
6666
},
67+
gruvbox: {
68+
displayName: 'gruvbox',
69+
colors: {
70+
'--bg-1': '#282828',
71+
'--bg-2': '#3c3836',
72+
'--bg-3': '#504945',
73+
'--txt-1': '#ebdbb2',
74+
'--txt-2': '#d5c4a1',
75+
'--txt-3': '#928374',
76+
'--txt-4': '#fabd2f',
77+
'--txt-err': '#fb4934',
78+
},
79+
},
6780
}
6881

6982
export const themeNames = Object.keys(themes)

0 commit comments

Comments
 (0)