File tree Expand file tree Collapse file tree 1 file changed +26
-16
lines changed Expand file tree Collapse file tree 1 file changed +26
-16
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export type Themes = {
13
13
14
14
// Object containing various predefined themes for GitHub stats cards
15
15
export const themes : Themes = {
16
+ // Solid themes
16
17
default : {
17
18
title_color : "2f80ed" ,
18
19
text_color : "434d58" ,
@@ -213,6 +214,31 @@ export const themes: Themes = {
213
214
border_color : "31312D" ,
214
215
bg_color : "ffffff00" ,
215
216
} ,
217
+ gruvbox : {
218
+ title_color : "fabd2f" ,
219
+ icon_color : "fe8019" ,
220
+ text_color : "8ec07c" ,
221
+ bg_color : "282828" ,
222
+ stroke_color : "3c3836" ,
223
+ username_color : "ebdbb2" ,
224
+ } ,
225
+ gruvbox_light : {
226
+ title_color : "b57614" ,
227
+ icon_color : "af3a03" ,
228
+ text_color : "427b58" ,
229
+ bg_color : "fbf1c7" ,
230
+ stroke_color : "ebdbb2" ,
231
+ username_color : "3c3836" ,
232
+ } ,
233
+ apprentice : {
234
+ title_color : "ffffff" ,
235
+ icon_color : "ffffaf" ,
236
+ text_color : "bcbcbc" ,
237
+ bg_color : "262626" ,
238
+ username_color : "ffffaf" ,
239
+ } ,
240
+
241
+ // Gradient themes
216
242
"sunset-gradient" : {
217
243
title_color : "FFFFFF" ,
218
244
text_color : "FFFFFF" ,
@@ -240,20 +266,4 @@ export const themes: Themes = {
240
266
icon_color : "FFFFFF" ,
241
267
bg_color : "30,E96443,904E95" ,
242
268
} ,
243
- gruvbox : {
244
- title_color : "fabd2f" ,
245
- icon_color : "fe8019" ,
246
- text_color : "8ec07c" ,
247
- bg_color : "282828" ,
248
- stroke_color : "3c3836" ,
249
- username_color : "ebdbb2" ,
250
- } ,
251
- gruvbox_light : {
252
- title_color : "b57614" ,
253
- icon_color : "af3a03" ,
254
- text_color : "427b58" ,
255
- bg_color : "fbf1c7" ,
256
- stroke_color : "ebdbb2" ,
257
- username_color : "3c3836" ,
258
- } ,
259
269
}
You can’t perform that action at this time.
0 commit comments