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
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commiteeaa83d

Browse files
committed
refactor(Themes): lowerCase the theme file & vars
1 parentdb09b7b commiteeaa83d

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

‎utils/themes/skins/Blue.js‎renamed to ‎utils/themes/skins/blue.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* a theme inspired byMuzli && unbuntu
2+
* a theme inspired bydribble
33
*/
44
import{lighten,darken}from'polished'
55

@@ -15,7 +15,7 @@ const markdownFont = '#7F8189'
1515
constdescText='#4a455a'
1616
constprimaryMate='#a7674d'
1717

18-
constBlue={
18+
constblue={
1919
logoText:primaryColor,
2020
cover:'#586ABD',
2121
coverIndex:'#9e96c3',
@@ -286,4 +286,4 @@ const Blue = {
286286
},
287287
}
288288

289-
exportdefaultBlue
289+
exportdefaultblue

‎utils/themes/skins/Cyan.js‎renamed to ‎utils/themes/skins/cyan.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const markdownFont = '#9eb8bd'
1616
constdescText='#a3bbbd'
1717
constprimaryMate='orange'
1818

19-
constCyan={
19+
constcyan={
2020
logoText:descText,
2121
cover:primaryColor,
2222
coverIndex:'#F9FCFC',
@@ -292,4 +292,4 @@ const Cyan = {
292292
},
293293
}
294294

295-
exportdefaultCyan
295+
exportdefaultcyan

‎utils/themes/skins/Github.js‎renamed to ‎utils/themes/skins/github.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* a theme inspired byMuzli && unbuntu
2+
* a theme inspired bygithub
33
*/
44
import{lighten,darken}from'polished'
55

@@ -16,7 +16,7 @@ const descText = '#b5b5b5'
1616
constthreadTitle='#7b7878'
1717
// const primaryMate = 'orange'
1818

19-
constGithub={
19+
constgithub={
2020
logoText:descText,
2121
cover:'white',
2222
coverIndex:'#F9FCFC',
@@ -293,4 +293,4 @@ const Github = {
293293
},
294294
}
295295

296-
exportdefaultGithub
296+
exportdefaultgithub

‎utils/themes/skins/Green.js‎renamed to ‎utils/themes/skins/green.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* a theme inspired byGreen && unbuntu
2+
* a theme inspired bygreen && unbuntu
33
*/
44
import{lighten,darken}from'polished'
55

@@ -16,7 +16,7 @@ const descText = '#83a085'
1616
constbannerTitle='#708e7a'
1717
constprimaryMate='#b57a5b'
1818

19-
constGreen={
19+
constgreen={
2020
logoText:bannerTitle,
2121
cover:'#B4C9B2',
2222
coverIndex:'#9e96c3',
@@ -283,4 +283,4 @@ const Green = {
283283
},
284284
}
285285

286-
exportdefaultGreen
286+
exportdefaultgreen

‎utils/themes/skins/iron_green.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const markdownFont = '#B4C7C6'
1616

1717
constdescText='#7EA7AC'
1818

19-
constIconGreen={
19+
consticonGreen={
2020
logoText:descText,
2121
cover:bannerBg,
2222
coverIndex:'#F9FCFC',
@@ -286,4 +286,4 @@ const IconGreen = {
286286
},
287287
}
288288

289-
exportdefaultIconGreen
289+
exportdefaulticonGreen

‎utils/themes/skins/Purple.js‎renamed to ‎utils/themes/skins/purple.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const markdownFont = '#7F8189'
1515
constdescText='#4a455a'
1616
constprimaryMate='#a7674d'
1717

18-
constPurple={
18+
constpurple={
1919
logoText:primaryColor,
2020
cover:primaryColor,
2121
coverIndex:'#9e96c3',
@@ -291,4 +291,4 @@ const Purple = {
291291
},
292292
}
293293

294-
exportdefaultPurple
294+
exportdefaultpurple

‎utils/themes/skins/solarized_dark.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
*a themeinspired by solarized: http://ethanschoonover.com/solarized
2+
* inspired by solarized proj: http://ethanschoonover.com/solarized
33
*/
44
// some selection color not supported
55
import{lighten,darken}from'polished'
@@ -16,7 +16,7 @@ const markdownFont = '#687F82'
1616
constdescText='#176179'
1717
constprimaryMate='#2CB4AA'
1818

19-
constSolarizedDark={
19+
constsolarizedDark={
2020
logoText:primaryColor,
2121
cover:lighten(0.08,bannerBg),
2222
coverIndex:primaryMate,
@@ -292,4 +292,4 @@ const SolarizedDark = {
292292
},
293293
}
294294

295-
exportdefaultSolarizedDark
295+
exportdefaultsolarizedDark

‎utils/themes/skins/Yellow.js‎renamed to ‎utils/themes/skins/yellow.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* a theme inspired byMuzli && unbuntu
2+
* a theme inspired byhttps://vimawesome.com/
33
*/
44
import{lighten,darken}from'polished'
55

@@ -15,7 +15,7 @@ const markdownFont = '#85979c'
1515
constdescText='#9eb7bd'
1616
constprimaryMate='#1e9089'
1717

18-
constYellow={
18+
constyellow={
1919
logoText:primaryColor,
2020
cover:bannerBg,
2121
coverIndex:primaryMate,
@@ -290,4 +290,4 @@ const Yellow = {
290290
},
291291
}
292292

293-
exportdefaultYellow
293+
exportdefaultyellow

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp