-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathPurpleRain.css
210 lines (175 loc) · 6.98 KB
/
PurpleRain.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
/* CSS */
@import url(https://cdn.jsdelivr.net/gh/tonsky/FiraCode@1.206/distr/fira_code.css);
body.theme-purple-rain {
--main-background-color: #141019;
--main-text-color: rgba(255, 255, 255, 1);
--accented-background-color: rgb(40, 31, 49);
--more-accented-background-color: rgb(31, 29, 33);
--header-background-color: rgb(53, 45, 61);
--button-background-color: #222230;
--button-border-color: #444;
--button-text-color: rgb(0, 0, 0);
--button-border-radius: 4px;
--muted-text-color: #fff;
--input-text-color: white;
--input-background-color: rgb(40, 31, 49);
--modal-background-color: #412f56;
--hover-item-text-color: rgb(254, 244, 255);
--hover-item-background-color: rgba(81, 57, 84, 0.288);
--tooltip-background-color: rgba(81, 57, 84, 0.988);
--active-item-text-color: #dde2dd;
--active-item-background-color: rgba(72, 13, 54, 0.58);
--menu-text-color: white;
--menu-background-color: #222;
}
.theme-purple-rain .CodeMirror-cursor { border-color: #bdbcbc; }
.theme-purple-rain a {color: #bd16ff}
.theme-purple-rain #header {
background-color: #434167!important;
box-shadow: inset 0 -1px 1px 0 hsla(0, 0%, 92%, 0.2);
}
.theme-purple-rain .ui-fancytree {
overflow-y:overlay!important; /*This solves the shrinking that happens from the scroll bar in the tree */
overflow-x:hidden; /* Hide the bottom scroll bar */
}
.theme-purple-rain .btn:not(.btn-primary):not(.btn-secondary):not(.btn-danger) {
border-color: transparent !important;
background-color: #6767672e !important;
color: var(--main-text-color);
}
.theme-purple-rain .title-bar-buttons {
margin-top: 1.8px !important;
margin-right: 4px;
}
.theme-purple-rain .title-bar-buttons button { height: 1.82rem; }
.theme-purple-rain .standard-top-widget {
padding-top: 0px!important;
margin-top: -4px;
}
.theme-purple-rain .note-tab-row {
margin-top: 0px!important;
height: 32px!important;
}
.theme-purple-rain .search-string { border-radius: 5px !important; }
.theme-purple-rain input#note-title:focus {
outline-color: transparent !important;
box-shadow: inset 0 2px 4px 0 hsla(0, 0%, 29%, 0.56);
}
.theme-purple-rain input#note-title:focus-within {
outline-color: transparent !important;
box-shadow: inset 0 2px 4px 0 hsla(0, 0%, 29%, 0.56);
}
.theme-purple-rain #global-buttons {
border-radius: 4px !important;
border: 0 !important;
box-shadow: 0px 2px 5px -1px hsla(0, 1%, 16%, 0.2) !important;
background-color: #25242d !important;
color: rgb(244, 246, 255) !important;
border-top: 3px solid #e7bbec !important;
}
.theme-purple-rain .ui-fancytree {
background-color: #2a30386b!important;
border: 0 !important;
border-radius: 4px !important;
box-shadow: inset 0px 1px 3px 0 hsla(313, 15%, 26%, 0.33);
}
.theme-purple-rain ul.fancytree-container {
margin-left: 10px;
margin-right: 20px;
}
.theme-purple-rain ul.fancytree-container li { color: #bd16ff !important; }
.theme-purple-rain ul.fancytree-container li:nth-child(2n) { color: #ab69bf !important; }
.theme-purple-rain ul.fancytree-container li:nth-child(3n) { color: #c663de!important; }
.theme-purple-rain ul.fancytree-container li:nth-child(4n) { color: #df7fe0!important; }
.theme-purple-rain ul.fancytree-container li:nth-child(5n) { color: #d09fce!important; }
.theme-purple-rain ul.fancytree-container li:nth-child(6n) { color: #d4b5cf !important; }
.theme-purple-rain ul.fancytree-container li:nth-child(7n) { color: #e6cddc !important; }
.theme-purple-rain .dropdown.hide-toggle { padding-left: 10px; }
.theme-purple-rain span.fancytree-title { color: rgb(244, 246, 255) !important; }
.theme-purple-rain span.fancytree-active:not(.fancytree-focused) .fancytree-title { background-color: #42424278 !important; }
.theme-purple-rain p {
font-size: 17.3px !important;
color: #e8e5e5 !important;
}
.theme-purple-rain #title-container {
background-color: #25242d;
margin-right: 0.7rem;
margin-top: 0rem;
border-radius: 0.4rem;
padding-top: 3px;
padding-bottom: 4px;
border-top: 3px solid #9886b5bd!important
}
.theme-purple-rain #note-title {
background-color: #9c94bb3b !important;
color: rgb(244, 246, 255) !important;
margin-left: 1rem !important;
margin-right: 1rem !important;
border-radius: 0.4rem !important;
padding-left: 0.50rem !important;
}
.theme-purple-rain #note-detail-component-wrapper {
background-color: #8786a03d !important;
color: white !important;
}
.theme-purple-rain .CodeMirror-lines { color: #ced246eb; }
.theme-purple-rain .CodeMirror * {
font-family: 'Fira Code', monospace !important;
font-size: 0.9rem !important;
}
.theme-purple-rain .cm-s-default .cm-qualifier { color: #07f2ff; }
.theme-purple-rain .cm-s-default .cm-number { color: #23d08b; }
.theme-purple-rain .cm-atom { color: #c8c1ff; }
.theme-purple-rain span.cm-keyword { color: #ffffffed !important; }
.theme-purple-rain span.cm-builtin { color: #ff8de6 !important; }
.theme-purple-rain span.cm-tag { color: #ff7a9e !important; }
.theme-purple-rain span.cm-variable-2 { color: #ffdcfae6 !important; }
.theme-purple-rain span.cm-variable-3 { color: #49e040 !important; }
.theme-purple-rain #note-detail-text p { color: #fffdfdf0 !important; }
.theme-purple-rain #note-detail-wrapper {
padding-left: 0px !important;
padding-top: 0px !important;
background-color: #000000b5 !important;
color: whitesmoke !important;
}
.theme-purple-rain figure { background-color: #4a4a4ad9; }
.theme-purple-rain figure:focus {
outline-color: transparent !important;
box-shadow: inset 0 2px 4px 0 hsla(0, 0%, 41%, 0.56);
}
.theme-purple-rain div#note-detail-text p {
margin-bottom: 5px;
margin-top: 5px;
text-indent: 0.9rem;
}
.theme-purple-rain .child-overview { /* Makes them pop on the dark background */
font-size: 1.1rem;
background: #c8d4c91f;
box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
}
/* Fixes the child note previews being to far to the left */
.theme-purple-rain #children-overview { padding-left: 1rem; }
.theme-purple-rain .fancytree-title{ font-weight: 400!important; }
.theme-purple-rain .ck-content code {
background-color: #785d8e3d;
padding: 0.4rem 0.1em;
border-radius: 0px;
margin-top: -0.3rem;
font-size: 95%;
line-height: 110%;
white-space: pre;
white-space: pre-wrap;
display: -webkit-box;
font-family: 'Fira Code', monospace;
caret-color: white !important;
}
.theme-purple-rain .ck-content .table table th { color: black; }
/* Make the code editor readable */
.theme-purple-rain .cm-s-default .cm-builtin { color: #9368f7 !important; }
.theme-purple-rain .cm-s-default .cm-qualifier { color: #4d9c28 !important; }
.theme-purple-rain .cm-s-default .cm-atom { color: #d23a8c !important; }
.theme-purple-rain .cm-s-default .cm-def, .cm-s-default .cm-variable-2 { color: var(--main-text-color) !important}
.theme-purple-rain .cm-s-default .cm-string { color: #ad5858 !important}
.theme-purple-rain .cm-s-default .cm-keyword { color: #e17eef !important}
/* Make the Code Examples in our Notes more readable */
.theme-purple-rain .ck-content pre { background: #2726264d !important; }