Skip to content

Commit

Permalink
style(theme): add gruvbox_light theme (anuraghazra#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
schnerring authored Oct 13, 2021
1 parent 300ee85 commit 7072a23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ const themes = {
text_color: "8ec07c",
bg_color: "282828",
},
gruvbox_light: {
title_color: "b57614",
icon_color: "af3a03",
text_color: "427b58",
bg_color: "fbf1c7",
},
tokyonight: {
title_color: "70a5fd",
icon_color: "bf91f3",
Expand Down

0 comments on commit 7072a23

Please sign in to comment.