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

Commit18c717c

Browse files
committed
fix: remove extra github dark theme
1 parent465faa7 commit18c717c

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

‎themes/index.js

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -261,21 +261,15 @@ const themes = {
261261
title_color:"bf4a3f",
262262
icon_color:"a64833",
263263
text_color:"d9c8a9",
264-
bg_color:"402b23"
264+
bg_color:"402b23",
265265
},
266-
outrun:{
266+
outrun:{
267267
title_color:"ffcc00",
268268
icon_color:"ff1aff",
269269
text_color:"8080ff",
270270
bg_color:"141439",
271271
},
272-
github_dark:{
273-
title_color:"58a6ff",
274-
icon_color:"da3633",
275-
text_color:"c9d1d9",
276-
bg_color:"0d1117",
277-
},
278-
ocean_dark:{
272+
ocean_dark:{
279273
title_color:"8957B2",
280274
icon_color:"FFFFFF",
281275
text_color:"92D534",
@@ -291,8 +285,8 @@ const themes = {
291285
title_color:"58A6FF",
292286
icon_color:"1F6FEB",
293287
text_color:"C3D1D9",
294-
bg_color:"0D1117"
295-
}
288+
bg_color:"0D1117",
289+
},
296290
};
297291

298292
module.exports=themes;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp