Skip to content

Commit 1dec163

Browse files
authored
Update a4-dark.css
1 parent 0642fa2 commit 1dec163

1 file changed

Lines changed: 1 addition & 97 deletions

File tree

a4-dark.css

Lines changed: 1 addition & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -1,103 +1,7 @@
11
/* @theme a4-dark */
22

33
@import 'base';
4-
5-
/*
6-
7-
Atom One Dark by Daniel Gamage
8-
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax
9-
10-
base: #282c34
11-
mono-1: #abb2bf
12-
mono-2: #818896
13-
mono-3: #5c6370
14-
hue-1: #56b6c2
15-
hue-2: #61aeee
16-
hue-3: #c678dd
17-
hue-4: #98c379
18-
hue-5: #e06c75
19-
hue-5-2: #be5046
20-
hue-6: #d19a66
21-
hue-6-2: #e6c07b
22-
23-
*/
24-
25-
.hljs {
26-
display: block;
27-
overflow-x: auto;
28-
padding: 0.5em;
29-
color: #abb2bf;
30-
background: #282c34;
31-
}
32-
33-
.hljs-comment,
34-
.hljs-quote {
35-
color: #5c6370;
36-
font-style: italic;
37-
}
38-
39-
.hljs-doctag,
40-
.hljs-keyword,
41-
.hljs-formula {
42-
color: #c678dd;
43-
}
44-
45-
.hljs-section,
46-
.hljs-name,
47-
.hljs-selector-tag,
48-
.hljs-deletion,
49-
.hljs-subst {
50-
color: #e06c75;
51-
}
52-
53-
.hljs-literal {
54-
color: #56b6c2;
55-
}
56-
57-
.hljs-string,
58-
.hljs-regexp,
59-
.hljs-addition,
60-
.hljs-attribute,
61-
.hljs-meta-string {
62-
color: #98c379;
63-
}
64-
65-
.hljs-built_in,
66-
.hljs-class .hljs-title {
67-
color: #e6c07b;
68-
}
69-
70-
.hljs-attr,
71-
.hljs-variable,
72-
.hljs-template-variable,
73-
.hljs-type,
74-
.hljs-selector-class,
75-
.hljs-selector-attr,
76-
.hljs-selector-pseudo,
77-
.hljs-number {
78-
color: #d19a66;
79-
}
80-
81-
.hljs-symbol,
82-
.hljs-bullet,
83-
.hljs-link,
84-
.hljs-meta,
85-
.hljs-selector-id,
86-
.hljs-title {
87-
color: #61aeee;
88-
}
89-
90-
.hljs-emphasis {
91-
font-style: italic;
92-
}
93-
94-
.hljs-strong {
95-
font-weight: bold;
96-
}
97-
98-
.hljs-link {
99-
text-decoration: underline;
100-
}
4+
@import 'atom-one-dark.css';
1015

1026
/* A4 by stanfrbd */
1037

0 commit comments

Comments
 (0)