-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
107 lines (107 loc) · 3.28 KB
/
config.yaml
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
path:
root: C:/htool
landing: F:\Media\Documents\Projects\htool2\htool2\testing_files
database: data1
general:
entry_max_score: 5
gallery_base_search: independant=true limit=5000
misc:
entry_short_id_length: 6
ui:
thumbnail_resolution: 100
import_thumbnail_size: 63
gallery_thumbnail_size: 50
preview_pool_columns: 4
preview_pool_size: 263
preview_reorder_size: 543
preview_size: 500
themes:
current_theme: black
themes:
- name: eggplant
bg_fill_color: '#814961'
secondary_bg_fill_color: '#804961'
tertiary_bg_fill_color: '#66374C'
bg_stroke_width: null
fg_stroke_width: null
inactive_bg_fill_color: '#965671'
inactive_bg_stroke_color: null
inactive_fg_stroke_color: '#C4FAFA'
hovered_bg_fill_color: '#945771'
hovered_bg_stroke_color: null
hovered_fg_stroke_color: '#A0FFFF'
active_bg_fill_color: '#804961'
active_bg_stroke_color: null
active_fg_stroke_color: '#C4FAFA'
selected_fg_stroke_color: '#C4FAFA'
selected_bg_fill_color: '#804961'
blue_fill_color: null
blue_stroke_color: '#82AAFF'
red_fill_color: '#813445'
red_stroke_color: '#AD5D69'
green_fill_color: null
green_stroke_color: null
yellow_stroke_color: null
yellow_fill_color: null
accent_fill_color: '#80CBC4'
accent_stroke_color: '#203231'
override_widget_primary: '#C4FAFA'
override_widget_secondary: null
- name: palenight
bg_fill_color: '#232635'
secondary_bg_fill_color: '#232635'
tertiary_bg_fill_color: '#1C1F2B'
bg_stroke_width: null
fg_stroke_width: null
inactive_bg_fill_color: '#292D3E'
inactive_bg_stroke_color: null
inactive_fg_stroke_color: '#676E95'
hovered_bg_fill_color: '#212532'
hovered_bg_stroke_color: '#676E95'
hovered_fg_stroke_color: '#A6ACCD'
active_bg_fill_color: '#212532'
active_bg_stroke_color: '#80CBC4'
active_fg_stroke_color: '#80CBC4'
selected_fg_stroke_color: '#80CBC4'
selected_bg_fill_color: '#1C1F2B'
blue_fill_color: null
blue_stroke_color: '#82AAFF'
red_fill_color: '#412A32'
red_stroke_color: '#9C5560'
green_fill_color: null
green_stroke_color: null
yellow_stroke_color: null
yellow_fill_color: null
accent_fill_color: '#203231'
accent_stroke_color: '#80CBC4'
override_widget_primary: '#80CBC4'
override_widget_secondary: null
- name: black
bg_fill_color: '#000000'
secondary_bg_fill_color: '#000000'
tertiary_bg_fill_color: '#000000'
bg_stroke_width: null
fg_stroke_width: null
inactive_bg_fill_color: '#111111'
inactive_bg_stroke_color: null
inactive_fg_stroke_color: '#808080'
hovered_bg_fill_color: '#1D1D1D'
hovered_bg_stroke_color: '#333333'
hovered_fg_stroke_color: '#B6B6B6'
active_bg_fill_color: '#686868'
active_bg_stroke_color: '#C5C5C5'
active_fg_stroke_color: '#C5C5C5'
selected_fg_stroke_color: '#DBDBDB'
selected_bg_fill_color: '#272727'
blue_fill_color: null
blue_stroke_color: '#82AAFF'
red_fill_color: '#2C1616'
red_stroke_color: '#9C5555'
green_fill_color: null
green_stroke_color: null
yellow_stroke_color: null
yellow_fill_color: null
accent_fill_color: '#3D3D3D'
accent_stroke_color: '#DBDBDB'
override_widget_primary: '#DBDBDB'
override_widget_secondary: null