This repository was archived by the owner on Nov 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +21
-21
lines changed Expand file tree Collapse file tree 8 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * a theme inspired by Muzli && unbuntu
2
+ * a theme inspired by dribble
3
3
*/
4
4
import { lighten , darken } from 'polished'
5
5
@@ -15,7 +15,7 @@ const markdownFont = '#7F8189'
15
15
const descText = '#4a455a'
16
16
const primaryMate = '#a7674d'
17
17
18
- const Blue = {
18
+ const blue = {
19
19
logoText : primaryColor ,
20
20
cover : '#586ABD' ,
21
21
coverIndex : '#9e96c3' ,
@@ -286,4 +286,4 @@ const Blue = {
286
286
} ,
287
287
}
288
288
289
- export default Blue
289
+ export default blue
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const markdownFont = '#9eb8bd'
16
16
const descText = '#a3bbbd'
17
17
const primaryMate = 'orange'
18
18
19
- const Cyan = {
19
+ const cyan = {
20
20
logoText : descText ,
21
21
cover : primaryColor ,
22
22
coverIndex : '#F9FCFC' ,
@@ -292,4 +292,4 @@ const Cyan = {
292
292
} ,
293
293
}
294
294
295
- export default Cyan
295
+ export default cyan
Original file line number Diff line number Diff line change 1
1
/*
2
- * a theme inspired by Muzli && unbuntu
2
+ * a theme inspired by github
3
3
*/
4
4
import { lighten , darken } from 'polished'
5
5
@@ -16,7 +16,7 @@ const descText = '#b5b5b5'
16
16
const threadTitle = '#7b7878'
17
17
// const primaryMate = 'orange'
18
18
19
- const Github = {
19
+ const github = {
20
20
logoText : descText ,
21
21
cover : 'white' ,
22
22
coverIndex : '#F9FCFC' ,
@@ -293,4 +293,4 @@ const Github = {
293
293
} ,
294
294
}
295
295
296
- export default Github
296
+ export default github
Original file line number Diff line number Diff line change 1
1
/*
2
- * a theme inspired by Green && unbuntu
2
+ * a theme inspired by green && unbuntu
3
3
*/
4
4
import { lighten , darken } from 'polished'
5
5
@@ -16,7 +16,7 @@ const descText = '#83a085'
16
16
const bannerTitle = '#708e7a'
17
17
const primaryMate = '#b57a5b'
18
18
19
- const Green = {
19
+ const green = {
20
20
logoText : bannerTitle ,
21
21
cover : '#B4C9B2' ,
22
22
coverIndex : '#9e96c3' ,
@@ -283,4 +283,4 @@ const Green = {
283
283
} ,
284
284
}
285
285
286
- export default Green
286
+ export default green
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const markdownFont = '#B4C7C6'
16
16
17
17
const descText = '#7EA7AC'
18
18
19
- const IconGreen = {
19
+ const iconGreen = {
20
20
logoText : descText ,
21
21
cover : bannerBg ,
22
22
coverIndex : '#F9FCFC' ,
@@ -286,4 +286,4 @@ const IconGreen = {
286
286
} ,
287
287
}
288
288
289
- export default IconGreen
289
+ export default iconGreen
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const markdownFont = '#7F8189'
15
15
const descText = '#4a455a'
16
16
const primaryMate = '#a7674d'
17
17
18
- const Purple = {
18
+ const purple = {
19
19
logoText : primaryColor ,
20
20
cover : primaryColor ,
21
21
coverIndex : '#9e96c3' ,
@@ -291,4 +291,4 @@ const Purple = {
291
291
} ,
292
292
}
293
293
294
- export default Purple
294
+ export default purple
Original file line number Diff line number Diff line change 1
1
/*
2
- * a theme inspired by solarized: http://ethanschoonover.com/solarized
2
+ * inspired by solarized proj : http://ethanschoonover.com/solarized
3
3
*/
4
4
// some selection color not supported
5
5
import { lighten , darken } from 'polished'
@@ -16,7 +16,7 @@ const markdownFont = '#687F82'
16
16
const descText = '#176179'
17
17
const primaryMate = '#2CB4AA'
18
18
19
- const SolarizedDark = {
19
+ const solarizedDark = {
20
20
logoText : primaryColor ,
21
21
cover : lighten ( 0.08 , bannerBg ) ,
22
22
coverIndex : primaryMate ,
@@ -292,4 +292,4 @@ const SolarizedDark = {
292
292
} ,
293
293
}
294
294
295
- export default SolarizedDark
295
+ export default solarizedDark
Original file line number Diff line number Diff line change 1
1
/*
2
- * a theme inspired by Muzli && unbuntu
2
+ * a theme inspired by https://vimawesome.com/
3
3
*/
4
4
import { lighten , darken } from 'polished'
5
5
@@ -15,7 +15,7 @@ const markdownFont = '#85979c'
15
15
const descText = '#9eb7bd'
16
16
const primaryMate = '#1e9089'
17
17
18
- const Yellow = {
18
+ const yellow = {
19
19
logoText : primaryColor ,
20
20
cover : bannerBg ,
21
21
coverIndex : primaryMate ,
@@ -290,4 +290,4 @@ const Yellow = {
290
290
} ,
291
291
}
292
292
293
- export default Yellow
293
+ export default yellow
You can’t perform that action at this time.
0 commit comments