feature/tauri-v2
json 150 lines 5.87 KB
Raw
1 {
2 "theme-name": "Light",
3 "author": "mellobacon",
4 "theme": {
5 "window.foreground": "#505050",
6 "window.background": "#FAFAFA",
7 "window.borderColor": "#DDDDDD",
8 "window.accent": "#0079AD",
9 "window.panelBorderColor": "#34b0f8",
10
11 "window.menuBackground": "#E9E9E9",
12 "window.menuButtonBackground": "#E9E9E9",
13 "window.menuButtonForeground": "#4B4B4B",
14 "window.menuButtonHoverForeground": "#d6d6d6",
15 "window.menuItemHoverBackground": "#d6d6d6",
16 "window.menuItemHoverForeground": "#000000",
17
18 "window.inputBackground": "#E9E9E9",
19 "window.inputForeground": "#505050",
20 "window.inputBorder": "#D6D6D6",
21 "window.inputFocusBorder": "#34b0f8",
22 "window.inputLabelForeground": "#000000",
23
24 "window.scrollbarBackground": "#4c4c4c38",
25 "window.inputPlaceholderForeground": "#8C8C8C",
26
27 "window.selectBackground": "#d6d6d6",
28 "window.selectButtonBackground": "#DDDDDD",
29 "window.selectButtonForeground": "#000000",
30 "window.selectItemHoverBackground": "#e9e9e9",
31 "window.selectItemHoverForeground": "#000000",
32
33 "window.buttonBackground": "#e5e5e5",
34 "window.buttonForeground": "#000000",
35 "window.buttonHoverBackground": "#d3d3d3",
36 "window.buttonHoverForeground": "#000000",
37
38 "window.buttonSecondaryBackground": "#b5b5b5",
39 "window.buttonSecondaryForeground": "#000000",
40 "window.buttonSecondaryHoverBackground": "#d2d2d2",
41 "window.buttonSecondaryHoverForeground": "#000000",
42
43 "window.buttonAccentBackground": "#3572e3",
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": "#F0F0F0",
64 "header.foreground": "#000000",
65 "header.buttonHoverBackground": "#d6d6d6",
66 "header.borderColor": "#d6d6d6",
67
68 "sidebar.background": "#FAFAFA",
69 "sidebar.foreground": "#000000",
70 "sidebar.tabHoverBackground": "#d3d3d3",
71 "sidebar.tabHoverForeground": "#000000",
72 "sidebar.tabActiveBackground": "#326ed6",
73 "sidebar.tabActiveForeground": "#ffffff",
74 "sidebar.tabActiveBorder": "",
75
76 "statusbar.background": "#FAFAFA",
77 "statusbar.foreground": "#000000",
78 "statusbar.buttonBackgroundHover": "#e9e9e9",
79 "statusbar.buttonForegroundHover": "#000000",
80
81 "editor.background": "#FAFAFA",
82 "editor.foreground": "#212121",
83 "editor.tabContainerBackground": "#2D2D2D",
84 "editor.tabBackground": "#F0F0F0",
85 "editor.tabForeground": "#000000",
86 "editor.tabBorderColor": "#DDDDDD",
87 "editor.tabActiveBorderColor": "#34b0f8",
88 "editor.tabActiveBackground": "#FAFAFA",
89 "editor.tabActiveForeground": "#212121",
90 "editor.tabHoverBackground": "#e9e9e9",
91 "editor.tabHoverForeground": "#212121",
92 "editor.tabSaveStateColor": "#000000",
93 "editor.gutterForeground": "#6E6E6E",
94 "editor.gutterActiveForeground": "#000000",
95 "editor.gutterActiveBackground": "#7e7e7e2b",
96 "editor.activeLineBackground": "#7e7e7e2b",
97 "editor.activeLineBorder": "",
98 "editor.activeIndentLineColor": "#000000",
99 "editor.tooltipForeground": "#3a3a3a",
100 "editor.tooltipBackground": "#f5f5f5",
101 "editor.tooltipActiveBackground": "#4371c1",
102 "editor.tooltipActiveForeground": "#e4e4e4",
103 "editor.tooltipBorder": "#bbbbbb",
104 "editor.tooltipCompletionForeground": "#56a8ff",
105
106 "filetree.treeNodeBackground": "",
107 "filetree.treeNodeForeground": "#3D3D3D",
108 "filetree.treeNodeHoverBackground": "#d6d6d6",
109 "filetree.treeNodeHoverForeground": "#000000",
110 "filetree.treeNodeSelectedBackground": "#C1C1C1",
111 "filetree.treeNodeSelectedForeground": "#000000",
112
113 "modal.background": "#fdfdfd",
114 "modal.foreground": "#000000",
115 "modal.shadow": "#acacac50",
116 "modal.buttonBackground": "#2276b2",
117 "modal.buttonForeground": "#f9f9f9",
118 "modal.buttonHoverBackground": "#1c88d4",
119 "modal.buttonHoverForeground": "#f9f9f9",
120
121 "terminal.background": "#fafafa",
122 "terminal.foreground": "#000000",
123
124 "terminal.Black": "#0f0f14",
125 "terminal.Red": "#8c4351",
126 "terminal.Green": "#33635c",
127 "terminal.Yellow": "#8f5e15",
128 "terminal.Blue": "#34548a",
129 "terminal.Magenta": "#5a4a78",
130 "terminal.Cyan": "#0f4b6e",
131 "terminal.White": "#828594",
132 "terminal.brightBlack": "#0f0f14",
133 "terminal.brightRed": "#8c4351",
134 "terminal.brightGreen": "#33635c",
135 "terminal.brightYellow": "#8f5e15",
136 "terminal.brightBlue": "#34548a",
137 "terminal.brightMagenta": "#5a4a78",
138 "terminal.brightCyan": "#0f4b6e",
139 "terminal.brightWhite": "#828594",
140
141 "test.color": "#f52891cc",
142
143 "notification.background": "#f7f7f7",
144 "notification.foreground": "#000",
145 "notification.defaultBorderColor": "#4589ff",
146 "notification.unreadColor": "#838383",
147 "notification.unreadBorderColor": "#333",
148 "notification.actionButtonColor": "#3161bb"
149 }
150 }