Skip to content

Commit df6d240

Browse files
authored
Add files via upload
1 parent 2085245 commit df6d240

File tree

97 files changed

+5393
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+5393
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
$color-background = #fafafa
2+
$color-footer-mobile-1 = darken($color-background, 2%)
3+
$color-footer-mobile-2 = darken($color-background, 10%)
4+
$color-background-code = darken($color-background, 2%)
5+
$color-border = #666
6+
$color-scrollbar = #AAA
7+
$color-meta = #666
8+
$color-meta-code = lighten($color-meta, 10%)
9+
$color-link = rgba(86, 124, 119, .4)
10+
$color-text = #22272a
11+
$color-accent-1 = #cc2a41
12+
$color-accent-2 = rgba(86, 124, 119, .8)
13+
$color-accent-3 = #666
14+
$color-quote = #cc2a41
15+
$highlight = hexo-config("highlight") || "github"
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
$color-background = #1d1f21
2+
$color-footer-mobile-1 = lighten($color-background, 2%)
3+
$color-footer-mobile-2 = lighten($color-background, 10%)
4+
$color-background-code = lighten($color-background, 2%)
5+
$color-border = #908d8d
6+
$color-scrollbar = #999
7+
$color-meta = #908d8d
8+
$color-meta-code = #908d8d
9+
$color-link = rgba(212, 128, 170, 1)
10+
$color-text = #c9cacc
11+
$color-accent-3 = #cccccc
12+
$color-accent-2 = #eeeeee
13+
$color-accent-1 = #2bbc8a
14+
$color-quote = #ccffb6
15+
$highlight = hexo-config("highlight") || "rainbow"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// by @GabiThume (https://github.com/gabithume)
2+
$color-background = #e2e0de
3+
$color-footer-mobile-1 = darken($color-background, 2%)
4+
$color-footer-mobile-2 = darken($color-background, 10%)
5+
$color-background-code = darken($color-background, 2%)
6+
$color-border = #666
7+
$color-scrollbar = #999
8+
$color-meta = #666
9+
$color-meta-code = lighten($color-meta, 10%)
10+
$color-link = rgba(43, 188, 138, 1)
11+
$color-text = #363533
12+
$color-accent-3 = #666666
13+
$color-accent-2 = #111111
14+
$color-accent-1 = #d44375
15+
$color-quote = #ab2251
16+
$highlight = hexo-config("highlight") || "github"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// by @sergodeeva (https://github.com/sergodeeva)
2+
$color-background = #FFFFFF
3+
$color-footer-mobile-1 = darken($color-background, 2%)
4+
$color-footer-mobile-2 = darken($color-background, 10%)
5+
$color-background-code = darken($color-background, 2%)
6+
$color-border = #666
7+
$color-scrollbar = #AAA
8+
$color-meta = #666
9+
$color-meta-code = lighten($color-meta, 10%)
10+
$color-link = rgba(212, 128, 170, 1)
11+
$color-text = #383838
12+
$color-accent-3 = #8c8c8c
13+
$color-accent-2 = #383838
14+
$color-accent-1 = #2bbc8a
15+
$color-quote = #2bbc8a
16+
$highlight = hexo-config("highlight") || "atelier-cave-light"
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
$base-style
2+
h1, .h1
3+
display: block
4+
margin-top: 3rem
5+
margin-bottom: 1rem
6+
color: $color-accent-1
7+
letter-spacing: .01em
8+
font-weight: 700
9+
font-style: normal
10+
font-size: 1.5em
11+
12+
antialias()
13+
14+
h2, .h2
15+
position: relative
16+
display: block
17+
margin-top: 2rem
18+
margin-bottom: .5rem
19+
color: $color-accent-2
20+
text-transform: none
21+
letter-spacing: normal
22+
font-weight: bold
23+
font-size: 1rem
24+
25+
h3
26+
color: $color-accent-2
27+
text-decoration: underline
28+
font-weight: bold
29+
font-size: .9rem
30+
31+
h4
32+
h5
33+
h6
34+
display: inline
35+
text-decoration: none
36+
color: $color-accent-3
37+
font-weight: bold
38+
font-size: .9rem
39+
40+
h3
41+
h4
42+
h5
43+
h6
44+
margin-top: .9rem
45+
margin-bottom: .5rem
46+
47+
hr
48+
border: .5px dashed $color-accent-3
49+
opacity: .5
50+
margin: 0
51+
margin-top: 20px
52+
margin-bottom: 20px
53+
54+
strong
55+
font-weight: bold
56+
57+
em
58+
cite
59+
font-style: italic
60+
61+
sup
62+
sub
63+
position: relative
64+
vertical-align: baseline
65+
font-size: .75em
66+
line-height: 0
67+
68+
sup
69+
top: -.5em
70+
71+
sub
72+
bottom: -.2em
73+
74+
small
75+
font-size: .85em
76+
77+
acronym
78+
abbr
79+
border-bottom: 1px dotted
80+
81+
ul
82+
ol
83+
dl
84+
line-height: $line-height
85+
86+
ul
87+
ol
88+
ul
89+
ol
90+
margin-top: 0
91+
margin-bottom: 0
92+
93+
ol
94+
list-style: decimal
95+
96+
dt
97+
font-weight: bold
98+
99+
table
100+
width: 100%
101+
border-collapse: collapse
102+
text-align: left
103+
font-size: $font-size - 2px
104+
overflow: auto
105+
display: block
106+
107+
th
108+
padding: 8px
109+
border-bottom: 1px dashed $color-border
110+
color: $color-accent-2
111+
font-weight: bold
112+
font-size: $font-size - 1px
113+
114+
td
115+
padding: 0 8px
116+
border-bottom: none
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@font-face
2+
font-style: normal
3+
font-family: "Meslo LG"
4+
src: local("Meslo LG S"), url("../lib/meslo-LG/MesloLGS-Regular.ttf") format("truetype")
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
/*
2+
* Agate by Taufik Nurrohman <https://github.com/tovic>
3+
* ----------------------------------------------------
4+
*
5+
* #ade5fc
6+
* #a2fca2
7+
* #c6b4f0
8+
* #d36363
9+
* #fcc28c
10+
* #fc9b9b
11+
* #ffa
12+
* #fff
13+
* #333
14+
* #62c8f3
15+
* #888
16+
*
17+
*/
18+
.highlight
19+
background: #333
20+
color: white
21+
22+
.code
23+
.name, .strong
24+
font-weight: bold
25+
26+
.code, .emphasis
27+
font-style: italic
28+
29+
.tag
30+
color: #62c8f3
31+
32+
.variable, .template-variable, .selector-id, .selector-class
33+
color: #ade5fc
34+
35+
.string, .bullet
36+
color: #a2fca2
37+
38+
.type, .title, .section, .attribute, .quote, .built_in, .builtin-name
39+
color: #ffa
40+
41+
.number, .symbol, .bullet
42+
color: #d36363
43+
44+
.keyword, .selector-tag, .literal
45+
color: #fcc28c
46+
47+
.comment, .deletion, .code
48+
color: #888
49+
50+
.regexp, .link
51+
color: #c6b4f0
52+
53+
.meta
54+
color: #fc9b9b
55+
56+
.deletion
57+
background-color: #fc9b9b
58+
color: #333
59+
60+
.addition
61+
background-color: #a2fca2
62+
color: #333
63+
64+
.highlight a
65+
color: inherit
66+
67+
.highlight a:focus, .highlight a:hover
68+
color: inherit
69+
text-decoration: underline
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
/*
2+
Date: 24 Fev 2015
3+
Author: Pedro Oliveira <kanytu@gmail . com>
4+
*/
5+
.highlight
6+
background: #282b2e
7+
color: #a9b7c6
8+
9+
.code
10+
.number, .literal, .symbol, .bullet
11+
color: #6897BB
12+
13+
.keyword, .selector-tag, .deletion
14+
color: #cc7832
15+
16+
.variable, .template-variable, .link
17+
color: #629755
18+
19+
.comment, .quote
20+
color: #808080
21+
22+
.meta
23+
color: #bbb529
24+
25+
.string, .attribute, .addition
26+
color: #6A8759
27+
28+
.section, .title, .type
29+
color: #ffc66d
30+
31+
.name, .selector-id, .selector-class
32+
color: #e8bf6a
33+
34+
.emphasis
35+
font-style: italic
36+
37+
.strong
38+
font-weight: bold
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
/*
2+
3+
Arduino® Light Theme - Stefania Mellai <s.mellai@arduino.cc>
4+
5+
*/
6+
7+
.highlight
8+
color: #434f54
9+
background: #FFFFFF
10+
.code
11+
.subst
12+
color: #434f54
13+
14+
.keyword,
15+
.attribute,
16+
.selector-tag,
17+
.doctag,
18+
.name
19+
color: #00979D
20+
21+
.built_in,
22+
.literal,
23+
.bullet,
24+
.code,
25+
.addition
26+
color: #D35400
27+
28+
.regexp,
29+
.symbol,
30+
.variable,
31+
.template-variable,
32+
.link,
33+
.selector-attr,
34+
.selector-pseudo
35+
color: #00979D
36+
37+
.type,
38+
.string,
39+
.selector-id,
40+
.selector-class,
41+
.quote,
42+
.template-tag,
43+
.deletion
44+
color: #005C5F
45+
46+
.title,
47+
.section
48+
color: #880000
49+
font-weight: bold
50+
51+
.comment
52+
color: rgba(149,165,166,.8)
53+
54+
.meta-keyword
55+
color: #728E00
56+
57+
.meta
58+
color: #728E00
59+
color: #434f54
60+
61+
.emphasis
62+
font-style: italic
63+
64+
.strong
65+
font-weight: bold
66+
67+
.function
68+
color: #728E00
69+
70+
.number
71+
color: #8A7B52

0 commit comments

Comments
 (0)