-
Notifications
You must be signed in to change notification settings - Fork 1
/
All-variables.css
77 lines (68 loc) · 1.89 KB
/
All-variables.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
/*
* See https://community.wanikani.com/t/userstyle-wanikani-elementary-dark/60137
*/
@moz-document domain("wanikani.com") {
:root {
/*
* Instructions:
*
* Copy this file verbatim. Uncomment anything below that you wish to change,
* then load the file as a separate stylesheet (with your own name). Current
* default values are shown.
*
*/
/*
* Surfaces
*/
/* --USER-surface-1: #151515; */
/* --USER-surface-2: #282828; */
/* --USER-surface-3: #303030; */
/* --USER-surface-4: #535353; */
/* --USER-surface-inv: #bababa; */
/*
* Text
*/
/* --USER-text: #eeeeee; */
/* --USER-text-inv: #151515; */
/* --USER-text-hl: #a97e42; */
/* --USER-text-grayed: #aaaaaa; */
/*
* Brand, etc.
*/
/* --USER-brand: #9c4644; */
/* --USER-progress: #a97e42; */
/* --USER-success: #58896f; */
/* --USER-alert: #9c4644; */
/*
* Item types
*/
/* --USER-radical: #56638a; */
/* --USER-kanji: #9c4644; */
/* --USER-vocab: #58896f; */
/*
* SRS stages
*/
/* --USER-apprentice: #535353; */
/* --USER-guru: #7c684b; */
/* --USER-master: #a97e42; */
/* --USER-enlightened: #a26144; */
/* --USER-burned: #9c4644; */
/*
* Review/lesson related
*/
/* --USER-lesson: #56638a; */
/* --USER-review: #9c4644; */
/* --USER-correct: #58896f; */
/* --USER-incorrect: #9c4644; */
/*
* Filters
*/
/* --USER-logo-filter: invert(1) saturate(0) brightness(1.6); */
/* --USER-extra-study-filter: invert(0.81); */
/* --USER-locked-item-filter: brightness(70%); */
/* --USER-kotoba-odd-row-filter: brightness(1.1); */
/* --USER-footer-filter: invert(1); */
/* --USER-loading-filter: grayscale(90%) invert(1) hue-rotate(180deg); */
/* --USER-overlay-box-highlights-filter: hue-rotate(160deg); */
}
}