-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClassic.json
More file actions
155 lines (155 loc) · 4.48 KB
/
Classic.json
File metadata and controls
155 lines (155 loc) · 4.48 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"CTk": {
"fg_color": ["#E8D1B3", "#6D5143"]
},
"CTkToplevel": {
"fg_color": ["#E8D1B3", "#6D5143"]
},
"CTkFrame": {
"corner_radius": 6,
"border_width": 0,
"fg_color": ["#D8C0A0", "#725B4E"],
"top_fg_color": ["#C2A685", "#7F6358"],
"border_color": ["#A3886F", "#8B746A"]
},
"CTkButton": {
"corner_radius": 6,
"border_width": 0,
"fg_color": ["#825C46", "#5A3E32"],
"hover_color": ["#6F4C37", "#4B3126"],
"border_color": ["#3E454A", "#949A9F"],
"text_color": ["#DCE4EE", "#DCE4EE"],
"text_color_disabled": ["#A89B89", "#8E7D72"]
},
"CTkLabel": {
"corner_radius": 0,
"fg_color": "transparent",
"text_color": ["#6D5143", "#DCE4EE"]
},
"CTkEntry": {
"corner_radius": 6,
"border_width": 2,
"fg_color": ["#EDE0CF", "#1D1E1E"],
"border_color": ["#AFA292", "#725B4E"],
"text_color": ["#6D5143", "#DCE4EE"],
"placeholder_text_color": ["#9F8B76", "#A89B89"]
},
"CTkCheckBox": {
"corner_radius": 6,
"border_width": 3,
"fg_color": ["#825C46", "#5A3E32"],
"border_color": ["#3E454A", "#949A9F"],
"hover_color": ["#825C46", "#5A3E32"],
"checkmark_color": ["#DCE4EE", "#B8A094"],
"text_color": ["#6D5143", "#DCE4EE"],
"text_color_disabled": ["#A89B89", "#8E7D72"]
},
"CTkSwitch": {
"corner_radius": 1000,
"border_width": 3,
"button_length": 0,
"fg_color": ["#9F9488", "#736A60"],
"progress_color": ["#825C46", "#5A3E32"],
"button_color": ["#725B4E", "#D5D9DE"],
"button_hover_color": ["#6D5143", "#DCE4EE"],
"text_color": ["#6D5143", "#DCE4EE"],
"text_color_disabled": ["#A89B89", "#8E7D72"]
},
"CTkRadioButton": {
"corner_radius": 1000,
"border_width_checked": 6,
"border_width_unchecked": 3,
"fg_color": ["#825C46", "#5A3E32"],
"border_color": ["#3E454A", "#949A9F"],
"hover_color": ["#6F4C37", "#4B3126"],
"text_color": ["#6D5143", "#DCE4EE"],
"text_color_disabled": ["#A89B89", "#8E7D72"]
},
"CTkProgressBar": {
"corner_radius": 1000,
"border_width": 0,
"fg_color": ["#9F9488", "#736A60"],
"progress_color": ["#825C46", "#5A3E32"],
"border_color": ["#6D5143", "#6D5143"]
},
"CTkSlider": {
"corner_radius": 1000,
"button_corner_radius": 1000,
"border_width": 6,
"button_length": 0,
"fg_color": ["#8E745E", "#7F6D64"],
"progress_color": ["#9F9488", "#5c4f40"],
"button_color": ["#825C46", "#5A3E32"],
"button_hover_color": ["#6F4C37", "#4B3126"]
},
"CTkOptionMenu": {
"corner_radius": 6,
"fg_color": ["#825C46", "#5A3E32"],
"button_color": ["#6F4C37", "#4B3126"],
"button_hover_color": ["#593B29", "#3C271A"],
"text_color": ["#DCE4EE", "#DCE4EE"],
"text_color_disabled": ["#A89B89", "#8E7D72"]
},
"CTkComboBox": {
"corner_radius": 6,
"border_width": 2,
"fg_color": ["#EDE0CF", "#6D5143"],
"border_color": ["#AFA292", "#725B4E"],
"button_color": ["#AFA292", "#725B4E"],
"button_hover_color": ["#7E6E5F", "#7A6153"],
"text_color": ["#6D5143", "#DCE4EE"],
"text_color_disabled": ["#AA9884", "#8E7D72"]
},
"CTkScrollbar": {
"corner_radius": 1000,
"border_spacing": 4,
"fg_color": "transparent",
"button_color": ["#8B746A", "#725B4E"],
"button_hover_color": ["#6F4C37", "#4B3126"]
},
"CTkSegmentedButton": {
"corner_radius": 6,
"border_width": 2,
"fg_color": ["#AFA292", "#6D5143"],
"selected_color": ["#825C46", "#5A3E32"],
"selected_hover_color": ["#6F4C37", "#4B3126"],
"unselected_color": ["#AFA292", "#6D5143"],
"unselected_hover_color": ["#8E745E", "#7F6D64"],
"text_color": ["#DCE4EE", "#DCE4EE"],
"text_color_disabled": ["#A89B89", "#8E7D72"]
},
"CTkTextbox": {
"corner_radius": 6,
"border_width": 0,
"fg_color": ["#EDE0CF", "#1D1E1E"],
"border_color": ["#AFA292", "#725B4E"],
"text_color": ["#6D5143", "#DCE4EE"],
"scrollbar_button_color": ["#8B746A", "#725B4E"],
"scrollbar_button_hover_color": ["#6F4C37", "#4B3126"]
},
"CTkScrollableFrame": {
"label_fg_color": ["#B8A094", "#7F6358"]
},
"DropdownMenu": {
"fg_color": ["#B8A094", "#725B4E"],
"hover_color": ["#A89B89", "#8E7D72"],
"text_color": ["#6D5143", "#B8A094"]
},
"CTkFont": {
"macOS": {
"family": "SF Display",
"size": 13,
"weight": "normal"
},
"Windows": {
"family": "Roboto",
"size": 13,
"weight": "normal"
},
"Linux": {
"family": "Roboto",
"size": 13,
"weight": "normal"
}
}
}