Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcdf14db

Browse files
authored
Duplicate hyphenated and underscored themes
1 parentd60d53c commitcdf14db

File tree

1 file changed

+153
-0
lines changed

1 file changed

+153
-0
lines changed

‎themes/index.js

Lines changed: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ export const themes = {
1212
text_color:"434d58",
1313
bg_color:"fffefe",
1414
},
15+
"default-repocard":{
16+
title_color:"2f80ed",
17+
icon_color:"586069",// icon color is different
18+
text_color:"434d58",
19+
bg_color:"fffefe",
20+
},
1521
transparent:{
1622
title_color:"006AFF",
1723
icon_color:"0579C3",
@@ -48,6 +54,12 @@ export const themes = {
4854
text_color:"427b58",
4955
bg_color:"fbf1c7",
5056
},
57+
"gruvbox-light":{
58+
title_color:"b57614",
59+
icon_color:"af3a03",
60+
text_color:"427b58",
61+
bg_color:"fbf1c7",
62+
},
5163
tokyonight:{
5264
title_color:"70a5fd",
5365
icon_color:"bf91f3",
@@ -108,12 +120,24 @@ export const themes = {
108120
text_color:"fffefe",
109121
bg_color:"273849",
110122
},
123+
vue_dark:{
124+
title_color:"41b883",
125+
icon_color:"41b883",
126+
text_color:"fffefe",
127+
bg_color:"273849",
128+
},
111129
"shades-of-purple":{
112130
title_color:"fad000",
113131
icon_color:"b362ff",
114132
text_color:"a599e9",
115133
bg_color:"2d2b55",
116134
},
135+
shades_of_purple:{
136+
title_color:"fad000",
137+
icon_color:"b362ff",
138+
text_color:"a599e9",
139+
bg_color:"2d2b55",
140+
},
117141
nightowl:{
118142
title_color:"c792ea",
119143
icon_color:"ffeb95",
@@ -132,6 +156,12 @@ export const themes = {
132156
text_color:"0cf574",
133157
bg_color:"040f0f",
134158
},
159+
blue_green:{
160+
title_color:"2f97c1",
161+
icon_color:"f5b700",
162+
text_color:"0cf574",
163+
bg_color:"040f0f",
164+
},
135165
algolia:{
136166
title_color:"00AEFF",
137167
icon_color:"2DDE98",
@@ -144,6 +174,12 @@ export const themes = {
144174
text_color:"ffd95b",
145175
bg_color:"000000",
146176
},
177+
great_gatsby:{
178+
title_color:"ffa726",
179+
icon_color:"ffb74d",
180+
text_color:"ffd95b",
181+
bg_color:"000000",
182+
},
147183
darcula:{
148184
title_color:"BA5F17",
149185
icon_color:"84628F",
@@ -174,6 +210,24 @@ export const themes = {
174210
text_color:"fff",
175211
bg_color:"000",
176212
},
213+
solarized_dark:{
214+
title_color:"268bd2",
215+
icon_color:"b58900",
216+
text_color:"859900",
217+
bg_color:"002b36",
218+
},
219+
solarized_light:{
220+
title_color:"268bd2",
221+
icon_color:"b58900",
222+
text_color:"859900",
223+
bg_color:"fdf6e3",
224+
},
225+
chartreuse_dark:{
226+
title_color:"7fff00",
227+
icon_color:"00AEFF",
228+
text_color:"fff",
229+
bg_color:"000",
230+
},
177231
nord:{
178232
title_color:"81a1c1",
179233
text_color:"d8dee9",
@@ -192,6 +246,12 @@ export const themes = {
192246
text_color:"a6accd",
193247
bg_color:"292d3e",
194248
},
249+
material_palenight:{
250+
title_color:"c792ea",
251+
icon_color:"89ddff",
252+
text_color:"a6accd",
253+
bg_color:"292d3e",
254+
},
195255
graywhite:{
196256
title_color:"24292e",
197257
icon_color:"24292e",
@@ -216,6 +276,24 @@ export const themes = {
216276
text_color:"ffffff",
217277
bg_color:"000000",
218278
},
279+
vision_friendly_dark:{
280+
title_color:"ffb000",
281+
icon_color:"785ef0",
282+
text_color:"ffffff",
283+
bg_color:"000000",
284+
},
285+
ayu_mirage:{
286+
title_color:"f4cd7c",
287+
icon_color:"73d0ff",
288+
text_color:"c7c8c2",
289+
bg_color:"1f2430",
290+
},
291+
midnight_purple:{
292+
title_color:"9745f5",
293+
icon_color:"9f4bff",
294+
text_color:"ffffff",
295+
bg_color:"000000",
296+
},
219297
calm:{
220298
title_color:"e07a5f",
221299
icon_color:"edae49",
@@ -228,6 +306,12 @@ export const themes = {
228306
text_color:"509E2F",
229307
bg_color:"ffffff",
230308
},
309+
flag_india:{
310+
title_color:"ff8f1c",
311+
icon_color:"250E62",
312+
text_color:"509E2F",
313+
bg_color:"ffffff",
314+
},
231315
omni:{
232316
title_color:"FF79C6",
233317
icon_color:"e7de79",
@@ -276,6 +360,12 @@ export const themes = {
276360
text_color:"d9c8a9",
277361
bg_color:"402b23",
278362
},
363+
"kacho-ga":{
364+
title_color:"bf4a3f",
365+
icon_color:"a64833",
366+
text_color:"d9c8a9",
367+
bg_color:"402b23",
368+
},
279369
outrun:{
280370
title_color:"ffcc00",
281371
icon_color:"ff1aff",
@@ -294,6 +384,18 @@ export const themes = {
294384
text_color:"718CA1",
295385
bg_color:"1D252C",
296386
},
387+
"ocean-dark":{
388+
title_color:"8957B2",
389+
icon_color:"FFFFFF",
390+
text_color:"92D534",
391+
bg_color:"151A28",
392+
},
393+
"city-lights":{
394+
title_color:"5D8CB3",
395+
icon_color:"4798FF",
396+
text_color:"718CA1",
397+
bg_color:"1D252C",
398+
},
297399
github_dark:{
298400
title_color:"58A6FF",
299401
icon_color:"1F6FEB",
@@ -312,6 +414,24 @@ export const themes = {
312414
text_color:"dbdbdb",
313415
bg_color:"252334",
314416
},
417+
"github-dark":{
418+
title_color:"58A6FF",
419+
icon_color:"1F6FEB",
420+
text_color:"C3D1D9",
421+
bg_color:"0D1117",
422+
},
423+
"discord-old-blurple":{
424+
title_color:"7289DA",
425+
icon_color:"7289DA",
426+
text_color:"FFFFFF",
427+
bg_color:"2C2F33",
428+
},
429+
"aura-dark":{
430+
title_color:"ff7372",
431+
icon_color:"6cffd0",
432+
text_color:"dbdbdb",
433+
bg_color:"252334",
434+
},
315435
panda:{
316436
title_color:"19f9d899",
317437
icon_color:"19f9d899",
@@ -324,6 +444,12 @@ export const themes = {
324444
text_color:"c5cdd3",
325445
bg_color:"1b2932",
326446
},
447+
"noctis-minimus":{
448+
title_color:"d3b692",
449+
icon_color:"72b7c0",
450+
text_color:"c5cdd3",
451+
bg_color:"1b2932",
452+
},
327453
cobalt2:{
328454
title_color:"ffc600",
329455
icon_color:"ffffff",
@@ -381,6 +507,26 @@ export const themes = {
381507
border_color:"3B4048",
382508
bg_color:"23272E",
383509
},
510+
"rose-pine":{
511+
title_color:"9ccfd8",
512+
icon_color:"ebbcba",
513+
text_color:"e0def4",
514+
bg_color:"191724",
515+
},
516+
"date-night":{
517+
title_color:"DA7885",
518+
text_color:"E1B2A2",
519+
icon_color:"BB8470",
520+
border_color:"170F0C",
521+
bg_color:"170F0C",
522+
},
523+
"one-dark-pro":{
524+
title_color:"61AFEF",
525+
text_color:"E5C06E",
526+
icon_color:"C678DD",
527+
border_color:"3B4048",
528+
bg_color:"23272E",
529+
},
384530
rose:{
385531
title_color:"8d192b",
386532
text_color:"862931",
@@ -395,6 +541,13 @@ export const themes = {
395541
border_color:"85A4C0",
396542
bg_color:"030314",
397543
},
544+
"holi-theme":{
545+
title_color:"5FABEE",
546+
text_color:"D6E7FF",
547+
icon_color:"5FABEE",
548+
border_color:"85A4C0",
549+
bg_color:"030314",
550+
},
398551
};
399552

400553
exportdefaultthemes;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp