-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththeme.css
136 lines (135 loc) · 4.33 KB
/
theme.css
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
.CodeMirror,
.CodeMirror-scroll {
background-color: #293134;
color: #e0e2e4;
}
.CodeMirror-lines {
padding: 5px 0;
}
/* Obsidian Colours */
.cm-atom, .CodeMirror-matchingbracket.cm-atom, .CodeMirror-matchingtag.cm-atom {
color: #93c763 !important;
}
.cm-plus, .CodeMirror-matchingbracket.cm-plus, .CodeMirror-matchingtag.cm-plus {
color: #e0e2e4 !important;
}
.cm-hr, .CodeMirror-matchingbracket.cm-hr, .CodeMirror-matchingtag.cm-hr {
color: #e0e2e4 !important;
}
.cm-number, .CodeMirror-matchingbracket.cm-number, .CodeMirror-matchingtag.cm-number {
color: #ffcd22 !important;
}
.cm-string, .CodeMirror-matchingbracket.cm-string, .CodeMirror-matchingtag.cm-string {
color: #ec7600 !important;
}
.cm-string-2, .CodeMirror-matchingbracket.cm-string-2, .CodeMirror-matchingtag.cm-string-2 {
color: #ec7600 !important;
}
.cm-attribute, .CodeMirror-matchingbracket.cm-attribute, .CodeMirror-matchingtag.cm-attribute {
color: #93c763 !important;
}
.cm-keyword, .CodeMirror-matchingbracket.cm-keyword, .CodeMirror-matchingtag.cm-keyword {
color: #93c763 !important;
}
.cm-tag, .CodeMirror-matchingbracket.cm-tag, .CodeMirror-matchingtag.cm-tag {
color: #678cb1 !important;
}
.cm-bracket, .CodeMirror-matchingbracket.cm-bracket, .CodeMirror-matchingtag.cm-bracket {
color: #678cb1 !important;
}
.cm-variable, .CodeMirror-matchingbracket.cm-variable, .CodeMirror-matchingtag.cm-variable {
color: #e0e2e4 !important;
}
.cm-variable-2, .CodeMirror-matchingbracket.cm-variable-2, .CodeMirror-matchingtag.cm-variable-2 {
color: #a082bd !important;
}
.cm-variable-3, .CodeMirror-matchingbracket.cm-variable-3, .CodeMirror-matchingtag.cm-variable-3 {
color: #e0e2e4 !important;
}
.cm-builtin, .CodeMirror-matchingbracket.cm-builtin, .CodeMirror-matchingtag.cm-builtin {
color: #93c763 !important;
}
.cm-quote, .CodeMirror-matchingbracket.cm-quote, .CodeMirror-matchingtag.cm-quote {
color: #e0e2e4 !important;
}
.cm-def, .CodeMirror-matchingbracket.cm-def, .CodeMirror-matchingtag.cm-def {
color: #a082bd !important;
}
.cm-rangeinfo, .CodeMirror-matchingbracket.cm-rangeinfo, .CodeMirror-matchingtag.cm-rangeinfo {
color: #e0e2e4 !important;
}
.cm-property, .CodeMirror-matchingbracket.cm-property, .CodeMirror-matchingtag.cm-property {
color: #e0e2e4 !important;
}
.cm-meta, .CodeMirror-matchingbracket.cm-meta, .CodeMirror-matchingtag.cm-meta {
color: #e0e2e4 !important;
}
.cm-operator, .CodeMirror-matchingbracket.cm-operator, .CodeMirror-matchingtag.cm-operator {
color: #e0e2e4 !important;
}
.cm-comment, .CodeMirror-matchingbracket.cm-comment, .CodeMirror-matchingtag.cm-comment {
color: #7d8c93 !important;
}
.cm-error, .CodeMirror-matchingbracket.cm-error, .CodeMirror-matchingtag.cm-error {
color: #dc322f !important;
}
.cm-minus, .CodeMirror-matchingbracket.cm-minus, .CodeMirror-matchingtag.cm-minus {
color: #e0e2e4 !important;
}
.cm-header, .CodeMirror-matchingbracket.cm-header, .CodeMirror-matchingtag.cm-header {
color: #e0e2e4 !important;
}
.cm-link, .CodeMirror-matchingbracket.cm-link, .CodeMirror-matchingtag.cm-link {
color: #e0e2e4;
text-decoration: none;
}
/* Extra CSS */
.CodeMirror-searching {
background-color: #616161;
}
.CodeMirror-cursor {
border-left: 1px solid #e0e2e4 !important;
}
.CodeMirror-gutters {
background-color: #293134;
border-right: none;
}
.CodeMirror-linenumber {
color: #81969a;
}
.CodeMirror .CodeMirror-selected {
background: #e0e2e4;
}
.CodeMirror-focused .CodeMirror-selected {
background: #804000;
}
/*.CodeMirror-matchingbracket,
.CodeMirror-matchingtag {
background-color: #e0e2e4;
color: #293134 !important;
}*/
.CodeMirror-overwrite .CodeMirror-cursor {
border-left: none !important;
border-bottom: 1px solid #fff;
}
/* Non-editor styling */
.image-view,
.not-editor {
background-color: #293134;
}
.view-pane .image-view {
color: #e0e2e4;
}
.CodeMirror-matchingbracket, .CodeMirror-matchingtag {
color: inherit !important;
background-color: #4A4A4A !important;
border-bottom: 2px solid red;
}
.CodeMirror-activeline .CodeMirror-activeline-background {
/*color: #e0e2e4 !important;*/
background-color: rgb(60, 60, 60) !important;
}
/* plugin suppot https://github.com/DennisKehrig/brackets-show-whitespace */
.cm-dk-whitespace-leading-space:before, .cm-dk-whitespace-leading-tab:before, .cm-dk-whitespace-tab:before, , .cm-dk-whitespace-space:before {
background-color:#5E5E5E !important
}