File tree 3 files changed +30
-26
lines changed
3 files changed +30
-26
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ a > .hljs {
93
93
.menu-title {
94
94
display : inline-block;
95
95
font-weight : 200 ;
96
- font-size : 2 rem ;
96
+ font-size : 2.4 rem ;
97
97
line-height : var (--menu-bar-height );
98
98
text-align : center;
99
99
margin : 0 ;
Original file line number Diff line number Diff line change 92
92
93
93
.light {
94
94
--bg : hsl (0 , 0% , 100% );
95
- --fg : # 333333 ;
95
+ --fg : hsl ( 0 , 0 % , 0 % ) ;
96
96
97
97
--sidebar-bg : # fafafa ;
98
- --sidebar-fg : # 364149 ;
98
+ --sidebar-fg : hsl ( 0 , 0 % , 0 % ) ;
99
99
--sidebar-non-existant : # aaaaaa ;
100
- --sidebar-active : # 008cff ;
100
+ --sidebar-active : # 1f1fff ;
101
101
--sidebar-spacer : # f4f4f4 ;
102
102
103
- --scrollbar : # cccccc ;
103
+ --scrollbar : # 8F8F8F ;
104
104
105
- --icons : # cccccc ;
106
- --icons-hover : # 333333 ;
105
+ --icons : # 747474 ;
106
+ --icons-hover : # 000000 ;
107
107
108
- --links : # 4183c4 ;
108
+ --links : # 20609f ;
109
109
110
- --inline-code-color : # 6e6b5e ;
110
+ --inline-code-color : # 301900 ;
111
111
112
112
--theme-popup-bg : # fafafa ;
113
113
--theme-popup-border : # cccccc ;
Original file line number Diff line number Diff line change 1
- /* Base16 Atelier Dune Light - Theme */
2
- /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */
3
- /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
1
+ /*
2
+ * An increased contrast highlighting scheme loosely based on the
3
+ * "Base16 Atelier Dune Light" theme by Bram de Haan
4
+ * (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune)
5
+ * Original Base16 color scheme by Chris Kempson
6
+ * (https://github.com/chriskempson/base16)
7
+ */
4
8
5
- /* Atelier-Dune Comment */
9
+ /* Comment */
6
10
.hljs-comment ,
7
11
.hljs-quote {
8
- color : # AAA ;
12
+ color : # 575757 ;
9
13
}
10
14
11
- /* Atelier-Dune Red */
15
+ /* Red */
12
16
.hljs-variable ,
13
17
.hljs-template-variable ,
14
18
.hljs-attribute ,
19
23
.hljs-name ,
20
24
.hljs-selector-id ,
21
25
.hljs-selector-class {
22
- color : # d73737 ;
26
+ color : # d70025 ;
23
27
}
24
28
25
- /* Atelier-Dune Orange */
29
+ /* Orange */
26
30
.hljs-number ,
27
31
.hljs-meta ,
28
32
.hljs-built_in ,
29
33
.hljs-builtin-name ,
30
34
.hljs-literal ,
31
35
.hljs-type ,
32
36
.hljs-params {
33
- color : # b65611 ;
37
+ color : # b21e00 ;
34
38
}
35
39
36
- /* Atelier-Dune Green */
40
+ /* Green */
37
41
.hljs-string ,
38
42
.hljs-symbol ,
39
43
.hljs-bullet {
40
- color : # 60ac39 ;
44
+ color : # 008200 ;
41
45
}
42
46
43
- /* Atelier-Dune Blue */
47
+ /* Blue */
44
48
.hljs-title ,
45
49
.hljs-section {
46
- color : # 6684e1 ;
50
+ color : # 0030f2 ;
47
51
}
48
52
49
- /* Atelier-Dune Purple */
53
+ /* Purple */
50
54
.hljs-keyword ,
51
55
.hljs-selector-tag {
52
- color : # b854d4 ;
56
+ color : # 9d00ec ;
53
57
}
54
58
55
59
.hljs {
56
60
display : block;
57
61
overflow-x : auto;
58
- background : # f1f1f1 ;
59
- color : # 6e6b5e ;
62
+ background : # f6f7f6 ;
63
+ color : # 000 ;
60
64
padding : 0.5em ;
61
65
}
62
66
You can’t perform that action at this time.
0 commit comments