feature/tauri-v2
json 150 lines 5.86 KB
Raw
1 {
2 "theme-name": "Dark",
3 "author": "mellobacon",
4 "theme": {
5 "window.foreground": "#ffffff",
6 "window.background": "#171717",
7 "window.borderColor": "#414040",
8 "window.accent": "#376ba3",
9 "window.panelBorderColor": "#34b0f8",
10
11 "window.menuBackground": "#2D2D2D",
12 "window.menuButtonBackground": "#2D2D2D",
13 "window.menuButtonForeground": "#ffffff",
14 "window.menuButtonHoverForeground": "#ffffff",
15 "window.menuItemHoverBackground": "#414040",
16 "window.menuItemHoverForeground": "#ffffff",
17
18 "window.inputBackground": "#333",
19 "window.inputForeground": "#ffffff",
20 "window.inputBorder": "#6f6f6f",
21 "window.inputFocusBorder": "#34b0f8",
22 "window.inputLabelForeground": "#c6c6c6",
23
24 "window.scrollbarBackground": "#373737",
25 "window.inputPlaceholderForeground": "#8C8C8C",
26
27 "window.selectBackground": "#1f1f1f",
28 "window.selectButtonBackground": "#333",
29 "window.selectButtonForeground": "#ffffff",
30 "window.selectItemHoverBackground": "#373737",
31 "window.selectItemHoverForeground": "#ffffff",
32
33 "window.buttonBackground": "#222222",
34 "window.buttonForeground": "#ffffff",
35 "window.buttonHoverBackground": "#323232",
36 "window.buttonHoverForeground": "#ffffff",
37
38 "window.buttonSecondaryBackground": "#323232",
39 "window.buttonSecondaryForeground": "#ffffff",
40 "window.buttonSecondaryHoverBackground": "#494949",
41 "window.buttonSecondaryHoverForeground": "#ffffff",
42
43 "window.buttonAccentBackground": "#1258da",
44 "window.buttonAccentForeground": "#ffffff",
45 "window.buttonAccentHoverBackground": "#1b57c9",
46 "window.buttonAccentHoverForeground": "#ffffff",
47
48 "window.buttonDangerBackground": "#222222",
49 "window.buttonDangerForeground": "#ffffff",
50 "window.buttonDangerHoverBackground": "#323232",
51 "window.buttonDangerHoverForeground": "#ffffff",
52
53 "window.boxShadow": "#000000cc",
54 "window.menuShortcutForeground": "#8c8c8c",
55 "window.disabledTextForeground": "#6b6b6b",
56 "window.invalidTextForeground": "#fa4d56",
57 "window.readonlyTextForeground": "#2d2d2d",
58 "window.linkForeground": "#939393",
59 "window.linkHoverForeground": "#4d73ad",
60 "window.descriptionForeground": "#939393",
61 "window.actionButtonBackground": "",
62
63 "header.background": "#2D2D2D",
64 "header.foreground": "#ffffff",
65 "header.buttonHoverBackground": "#414040",
66 "header.borderColor": "#1d1d1d",
67
68 "sidebar.background": "#171717",
69 "sidebar.foreground": "#ffffff",
70 "sidebar.tabHoverBackground": "#363636",
71 "sidebar.tabHoverForeground": "#ffffff",
72 "sidebar.tabActiveBackground": "#326ed6",
73 "sidebar.tabActiveForeground": "#ffffff",
74 "sidebar.tabActiveBorder": "",
75
76 "statusbar.background": "#171717",
77 "statusbar.foreground": "#8c8c8c",
78 "statusbar.buttonBackgroundHover": "#414040",
79 "statusbar.buttonForegroundHover": "#ffffff",
80
81 "editor.background": "#171717",
82 "editor.foreground": "#e7e7e7",
83 "editor.tabContainerBackground": "#2D2D2D",
84 "editor.tabBackground": "#1c1c1c",
85 "editor.tabForeground": "#ffffff",
86 "editor.tabBorderColor": "#414040",
87 "editor.tabActiveBorderColor": "#34b0f8",
88 "editor.tabActiveBackground": "#171717",
89 "editor.tabActiveForeground": "#ffffff",
90 "editor.tabHoverBackground": "2b2b2b",
91 "editor.tabHoverForeground": "#ffffff",
92 "editor.tabSaveStateColor": "#ffffff",
93 "editor.gutterForeground": "#5c5c5c",
94 "editor.gutterActiveForeground": "#f3f3f3",
95 "editor.gutterActiveBackground": "#212121",
96 "editor.activeLineBackground": "#212121",
97 "editor.activeLineBorder": "",
98 "editor.activeIndentLineColor": "#a5a5a5",
99 "editor.tooltipForeground": "#e4e4e4",
100 "editor.tooltipBackground": "#212121",
101 "editor.tooltipActiveBackground": "#1d4a97",
102 "editor.tooltipActiveForeground": "#e4e4e4",
103 "editor.tooltipBorder": "#353535",
104 "editor.tooltipCompletionForeground": "#50a5ff",
105
106 "filetree.treeNodeBackground": "",
107 "filetree.treeNodeForeground": "#808080",
108 "filetree.treeNodeHoverBackground": "#353535",
109 "filetree.treeNodeHoverForeground": "#ffffff",
110 "filetree.treeNodeSelectedBackground": "#353535",
111 "filetree.treeNodeSelectedForeground": "#34b0f8",
112
113 "modal.background": "#262626",
114 "modal.foreground": "#ffffff",
115 "modal.shadow": "#00000085",
116 "modal.buttonBackground": "#2276b2",
117 "modal.buttonForeground": "#f9f9f9",
118 "modal.buttonHoverBackground": "#1c88d4",
119 "modal.buttonHoverForeground": "#f9f9f9",
120
121 "terminal.background": "#171717",
122 "terminal.foreground": "#ffffff",
123
124 "terminal.black": "#363b54",
125 "terminal.red": "#f7768e",
126 "terminal.green": "#73daca",
127 "terminal.yellow": "#e0af68",
128 "terminal.blue": "#7aa2f7",
129 "terminal.magenta": "#bb9af7",
130 "terminal.cyan": "#7dcfff",
131 "terminal.white": "#787c99",
132 "terminal.brightBlack": "#363b54",
133 "terminal.brightRed": "#f7768e",
134 "terminal.brightGreen": "#41a6b5",
135 "terminal.brightYellow": "#e0af68",
136 "terminal.brightBlue": "#7aa2f7",
137 "terminal.brightMagenta": "#bb9af7",
138 "terminal.brightCyan": "#7dcfff",
139 "terminal.brightWhite": "#acb0d0",
140
141 "test.color": "#f52891cc",
142
143 "notification.background": "#1f1f1f",
144 "notification.foreground": "#fff",
145 "notification.defaultBorderColor": "#4589ff",
146 "notification.unreadColor": "#838383",
147 "notification.unreadBorderColor": "#333",
148 "notification.actionButtonColor": "#bdd4ff"
149 }
150 }