Skip to content

Commit

Permalink
feat(theme): Added gruvbox and gruvbox_light themes (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierNotFound authored Nov 24, 2023
1 parent 42a2ac9 commit 3ae9588
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions themes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,20 @@ export const themes: Themes = {
icon_color: "FFFFFF",
bg_color: "30,E96443,904E95",
},
gruvbox: {
title_color: "fabd2f",
icon_color: "fe8019",
text_color: "8ec07c",
bg_color: "282828",
stroke_color: "3c3836",
username_color: "ebdbb2",
},
gruvbox_light: {
title_color: "b57614",
icon_color: "af3a03",
text_color: "427b58",
bg_color: "fbf1c7",
stroke_color: "ebdbb2",
username_color: "3c3836",
},
}

0 comments on commit 3ae9588

Please sign in to comment.