forked from dracula/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.user.styl
103 lines (75 loc) Β· 1.9 KB
/
style.user.styl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
/* ==UserStyle==
@name CodePen Dracula
@version 0.1
@description π§π»ββοΈ Dark theme for CodePen
@author DaSh-More
@namespace https://github.com/Dracula
@license MIT
@homepageURL https://github.com/Dracula/CodePen
@supportURL https://github.com/Dracula/CodePen/issues
@updateURL https://github.com/Dracula/CodePen/raw/master/style.user.css
@preprocessor stylus
@var checkbox orange-spec-words "Use orange color for reserved words" 1
==/UserStyle== */
@-moz-document domain("codepen.io")
_background = #282a36
current-line = #44475a
foreground = #f8f8f2
comment = #6272a4
_cyan = #8be9fd
_green = #50fa7b
_orange = #ffb86c
_pink = #ff79c6
_purple = #bd93f9
_red = #ff5555
_yellow = #f1fa8c
// html
#box-html
.cm-bracket
color foreground
.cm-attribute
color _green
.cm-meta
color current-line
// css
#box-css
#box-html
.cm-variable-2
color foreground
.cm-qualifier
.cm-variable-3
color _green
.cm-property,
.cm-variable
color _cyan
.cm-atom
if orange-spec-words
color _orange
else
color _purple
// js
#box-js
#box-html
.cm-keyword
.cm-operator
color _pink
.cm-property
color foreground
.cm-variable-2
color _orange
.cm-atom
color _purple
.cm-def
color _cyan
// general
[id|="box"]
[role="presentation"]
color foreground
.cm-tag
color _pink
.cm-comment
color comment
.cm-string
color _yellow
.cm-number
color _purple