-
Notifications
You must be signed in to change notification settings - Fork 8
/
Retro.sntheme
93 lines (93 loc) · 3.09 KB
/
Retro.sntheme
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
{
"$schema": "https://www.apptorium.com/schemas/sntheme.json",
"any": {
"accentColor": "#149414c7",
"systemAppearance": "dark",
"folders": {
"header": {
"backgroundColor": "#000000aa",
"enableVisualEffects": true,
"textColor": "#149414",
"buttonColor": "#149414c7"
},
"list": {
"backgroundColor": "#000000aa",
"enableVisualEffects": true,
"textColor": "#149414",
"buttonColor": "#149414c7",
"secondaryTextColor": "#149414a1"
},
"cleanFolderColor": "#149414"
},
"folder": {
"backgroundColor": "#111111",
"header": {
"backgroundColor": "#000000aa",
"enableVisualEffects": true,
"textColor": "#149414",
"buttonColor": "#149414c7"
},
"notes": {
"clean": {
"backgroundColor": "#000000aa",
"enableVisualEffects": true,
"textColor": "#129712",
"secondaryTextColor": "#149414",
"tertiaryTextColor": "#669666b6",
"linkColor": "#003cff",
"buttonColor": "#149414c7",
"quote": {
"textColor": "#9ccc9c"
},
"mark": {
"backgroundColor": "#00bb10"
},
"codeBlock": {
"textColor": "#62c05d"
},
"code": {
"textColor": "#62c05d"
},
"checkMark": {
"borderColor": "#0e6b0e",
"backgroundColor": "#ffffff00",
"doneBorderColor": "#0e6b0e",
"doneBackgroundColor": "#ffffff00",
"checkMarkColor": "#0e6b0e"
},
"filePreview": {
"backgroundColor": "#2b532999"
}
},
"colors": [
{
"backgroundColor": "#550404"
},
{
"backgroundColor": "#0a3a12"
},
{
"backgroundColor": "#001b93",
"linkColor": "#436fff"
},
{
"backgroundColor": "#251c00"
},
{
"backgroundColor": "#370038"
},
{
"backgroundColor": "#2e2e2e"
}
]
}
},
"search": {
"backgroundColor": "#000000",
"enableVisualEffects": true,
"searchField": {
"textColor": "#149414"
}
}
}
}