-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPretty_Example_Dracula.json
More file actions
89 lines (77 loc) Β· 2.49 KB
/
Pretty_Example_Dracula.json
File metadata and controls
89 lines (77 loc) Β· 2.49 KB
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
[
{
"key": "themeKey1rand528",
"name": "Dracula",
"extra": "dark,color",
"body": [
"/* Toolbars */",
"--toolbar-top: #44475a;",
"--toolbar-bottom: #282a36;",
"--toolbar-inactive: #282a36;",
"/* Tabs */",
"--toolbar-tab-active: #44475a;",
"--toolbar-tab-inactive: #44475a;",
"/* Toolbar Buttons */",
"--toolbar-button-default: #44475a;",
"--toolbar-button-selected: #6272a4;",
"--toolbar-button-depressed: #282a36;",
"--toolbar-button-border: transparent;",
"/* Favorites Bar Buttons */",
"--favbar-button-selected: #6272a4;",
"--favbar-button-hover: #6272a4;",
"/* Backgrounds */",
"--bg-primary: #282a36;",
"--bg-secondary:#282a36;",
"--bg-sidebar: #282a36;",
"/* Dividers */",
"--divider-dark: #44475a;",
"--divider-light: #44475a;",
"/* Selectors */",
"--selector: #6272a4;",
"--selector-sidebar: #6272a4;",
"--selector-inactive: #6272a4;",
"--selector-sidebar-inactive: #6272a4;",
"--selector-thread-inactive:#6272a4;",
"--selector-thread-child: #6272a4;",
"/* Text */",
"--font-primary: #f8f8f2;",
"--font-primary-sidebar: #ffb86c;",
"--font-secondary: #f8f8f2;",
"--font-secondary-sidebar: #8be9fd;",
"--font-primary-selected: #f8f8f2;",
"--font-secondary-selected: #f8f8f2;",
"--font-pending: #f1fa8c;",
"/* Text Fields */",
"--text-field-bg: #282a36;",
"--text-field-border: #DFE3E7;",
"/* Folder Pane Bubbles */",
"--folder-bubble-bg: #bd93f9;",
"--folder-bubble-bg-selected: #8be9fd;",
"--folder-bubble-bg-focus: #f1fa8c;",
"--folder-bubble-text: #282a36;",
"--folder-bubble-text-selected: #282a36;",
"--folder-bubble-text-focus: #282a36;",
"/* Focus Pane Bubbles */",
"--focus-bubble-bg: #ff79c6;",
"--focus-bubble-bg-selected: #44475a;",
"--focus-bubble-bg-focus: #bd93f9;",
"--focus-bubble-text: #282a36;",
"--focus-bubble-text-selected: #282a36;",
"--focus-bubble-text-focus: #282a36;",
"/* Message List Bubbles */",
"--message-bubble-bg: #bd93f9;",
"--message-bubble-bg-selected: #8be9fd;",
"--message-bubble-bg-focus: #f1fa8c;",
"--message-bubble-text: #282a36;",
"--message-bubble-text-selected: #282a36;",
"--message-bubble-text-focus: #282a36;",
"/* Notification Bars */",
"--notification-bg-blue: #8be9fd;",
"--notification-text-blue: #FFFFFF;",
"--notification-bg-yellow: #ffb86c;",
"--notification-text-yellow: #FFFFFF;",
"--notification-bg-red: #ff5555;",
"--notification-text-red: #FFFFFF;"
]
}
]