forked from Wox-launcher/Wox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme-store.json
59 lines (59 loc) · 2.21 KB
/
theme-store.json
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
[
{
"ThemeId": "53c1d0a4-ffc8-4d90-91dc-b408fb0b9a05",
"ThemeName": "Dark Theme QLF",
"ThemeAuthor": "Wox launcher",
"ThemeUrl": "http://www.github.com/wox-launcher/wox",
"Version": "1.0.0",
"IsSystemTheme": true,
"AppBackgroundColor": "rgba(0,0,0, 0.65)",
"AppPaddingLeft": 10,
"AppPaddingTop": 10,
"AppPaddingRight": 10,
"AppPaddingBottom": 10,
"ResultContainerPaddingLeft": 0,
"ResultContainerPaddingTop": 10,
"ResultContainerPaddingRight": 0,
"ResultContainerPaddingBottom": 0,
"ResultItemBorderRadius": 0,
"ResultItemPaddingLeft": 0,
"ResultItemPaddingTop": 0,
"ResultItemPaddingRight": 0,
"ResultItemPaddingBottom": 0,
"ResultItemTitleColor": "#f0f0f0",
"ResultItemSubTitleColor": "#dbd9d9",
"ResultItemTailTextColor": "#dbd9d9",
"ResultItemBorderLeft": "0",
"ResultItemActiveBackgroundColor": "rgba(31, 118, 124, 0.8)",
"ResultItemActiveTitleColor": "#f0f0f0",
"ResultItemActiveSubTitleColor": "#dbd9d9",
"ResultItemActiveTailTextColor": "#dbd9d9",
"ResultItemActiveBorderLeft": "0",
"QueryBoxFontColor": "#e4e7e7",
"QueryBoxBackgroundColor": "rgba(24, 25, 26, 0.4)",
"QueryBoxBorderRadius": 8,
"QueryBoxCursorColor": "#e4e7e7",
"QueryBoxTextSelectionColor": "rgba(31, 118, 124, 0.8)",
"ActionContainerBackgroundColor": "#373839",
"ActionContainerHeaderFontColor": "#e4e7e7",
"ActionContainerPaddingLeft": 14,
"ActionContainerPaddingTop": 10,
"ActionContainerPaddingRight": 14,
"ActionContainerPaddingBottom": 10,
"ActionItemActiveBackgroundColor": "rgba(31, 118, 124, 0.8)",
"ActionItemActiveFontColor": "#f0f0f0",
"ActionItemFontColor": "#f0f0f0",
"ActionQueryBoxFontColor": "#e4e7e7",
"ActionQueryBoxBackgroundColor": "rgba(44, 48, 50, 0.98)",
"ActionQueryBoxBorderRadius": 8,
"PreviewFontColor": "#f0f0f0",
"PreviewSplitLineColor": "#3a474e",
"PreviewPropertyTitleColor": "#b0b3b5",
"PreviewPropertyContentColor": "#f0f0f0",
"PreviewTextSelectionColor": "rgba(31, 118, 124, 0.8)",
"Description": "Dark theme for QLF",
"ScreenshotUrls": [
"https://raw.githubusercontent.com/Wox-launcher/Wox/v2/store-theme-screenshot.png"
]
}
]