main
Last change
on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | /*
|
---|
2 |
|
---|
3 | Atom One Dark by Daniel Gamage
|
---|
4 | Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax
|
---|
5 |
|
---|
6 | base: #282c34
|
---|
7 | mono-1: #abb2bf
|
---|
8 | mono-2: #818896
|
---|
9 | mono-3: #5c6370
|
---|
10 | hue-1: #56b6c2
|
---|
11 | hue-2: #61aeee
|
---|
12 | hue-3: #c678dd
|
---|
13 | hue-4: #98c379
|
---|
14 | hue-5: #e06c75
|
---|
15 | hue-5-2: #be5046
|
---|
16 | hue-6: #d19a66
|
---|
17 | hue-6-2: #e6c07b
|
---|
18 |
|
---|
19 | */
|
---|
20 |
|
---|
21 | .hljs {
|
---|
22 | display: block;
|
---|
23 | overflow-x: auto;
|
---|
24 | padding: 0.5em;
|
---|
25 | color: #abb2bf;
|
---|
26 | background: #282c34;
|
---|
27 | }
|
---|
28 |
|
---|
29 | .hljs-comment,
|
---|
30 | .hljs-quote {
|
---|
31 | color: #5c6370;
|
---|
32 | font-style: italic;
|
---|
33 | }
|
---|
34 |
|
---|
35 | .hljs-doctag,
|
---|
36 | .hljs-keyword,
|
---|
37 | .hljs-formula {
|
---|
38 | color: #c678dd;
|
---|
39 | }
|
---|
40 |
|
---|
41 | .hljs-section,
|
---|
42 | .hljs-name,
|
---|
43 | .hljs-selector-tag,
|
---|
44 | .hljs-deletion,
|
---|
45 | .hljs-subst {
|
---|
46 | color: #e06c75;
|
---|
47 | }
|
---|
48 |
|
---|
49 | .hljs-literal {
|
---|
50 | color: #56b6c2;
|
---|
51 | }
|
---|
52 |
|
---|
53 | .hljs-string,
|
---|
54 | .hljs-regexp,
|
---|
55 | .hljs-addition,
|
---|
56 | .hljs-attribute,
|
---|
57 | .hljs-meta-string {
|
---|
58 | color: #98c379;
|
---|
59 | }
|
---|
60 |
|
---|
61 | .hljs-built_in,
|
---|
62 | .hljs-class .hljs-title {
|
---|
63 | color: #e6c07b;
|
---|
64 | }
|
---|
65 |
|
---|
66 | .hljs-attr,
|
---|
67 | .hljs-variable,
|
---|
68 | .hljs-template-variable,
|
---|
69 | .hljs-type,
|
---|
70 | .hljs-selector-class,
|
---|
71 | .hljs-selector-attr,
|
---|
72 | .hljs-selector-pseudo,
|
---|
73 | .hljs-number {
|
---|
74 | color: #d19a66;
|
---|
75 | }
|
---|
76 |
|
---|
77 | .hljs-symbol,
|
---|
78 | .hljs-bullet,
|
---|
79 | .hljs-link,
|
---|
80 | .hljs-meta,
|
---|
81 | .hljs-selector-id,
|
---|
82 | .hljs-title {
|
---|
83 | color: #61aeee;
|
---|
84 | }
|
---|
85 |
|
---|
86 | .hljs-emphasis {
|
---|
87 | font-style: italic;
|
---|
88 | }
|
---|
89 |
|
---|
90 | .hljs-strong {
|
---|
91 | font-weight: bold;
|
---|
92 | }
|
---|
93 |
|
---|
94 | .hljs-link {
|
---|
95 | text-decoration: underline;
|
---|
96 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.