-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.json
More file actions
105 lines (92 loc) · 2.78 KB
/
theme.json
File metadata and controls
105 lines (92 loc) · 2.78 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
{
"CTk": {
"fg_color": ["#1e1e1e", "#1e1e1e"]
},
"CTkFrame": {
"fg_color": ["#1e1e1e", "#1e1e1e"],
"border_color": ["#2a2a2a", "#2a2a2a"],
"border_width": 0,
"corner_radius": 0,
"top_fg_color": ["transparent"]
},
"CTkLabel": {
"fg_color": ["transparent", "transparent"],
"text_color": ["#ffffff", "#ffffff"],
"corner_radius": 6
},
"CTkButton": {
"fg_color": ["#b63a3a", "#b63a3a"],
"hover_color": ["#9e3232", "#9e3232"],
"border_color": ["#b63a3a", "#b63a3a"],
"border_width": 0,
"corner_radius": 8,
"text_color": ["#ffffff", "#ffffff"],
"text_color_disabled": ["#777777", "#777777"]
},
"CTkEntry": {
"fg_color": ["#2b2b2b", "#2b2b2b"],
"border_color": ["#b63a3a", "#b63a3a"],
"text_color": ["#ffffff", "#ffffff"],
"placeholder_text_color": ["#aaaaaa", "#aaaaaa"],
"border_width": 2,
"corner_radius": 8
},
"CTkScrollableFrame": {
"fg_color": ["#1e1e1e", "#1e1e1e"],
"label_fg_color": ["#1e1e1e", "#1e1e1e"],
"corner_radius": 0,
"border_width": 0,
"border_color": ["#1e1e1e", "#1e1e1e"]
},
"CTkScrollbar": {
"fg_color": ["#1e1e1e", "#1e1e1e"],
"button_color": ["#9e3232", "#9e3232"],
"button_hover_color": ["#b63a3a", "#b63a3a"],
"corner_radius": 8,
"border_spacing": 4
},
"CTkProgressBar": {
"fg_color": ["#2a2a2a", "#2a2a2a"],
"progress_color": ["#b63a3a", "#b63a3a"],
"corner_radius": 8
},
"CTkCheckBox": {
"fg_color": ["#b63a3a", "#b63a3a"],
"hover_color": ["#9e3232", "#9e3232"],
"text_color": ["#ffffff", "#ffffff"],
"corner_radius": 6,
"border_width": 2
},
"CTkRadioButton": {
"fg_color": ["#b63a3a", "#b63a3a"],
"hover_color": ["#9e3232", "#9e3232"],
"text_color": ["#ffffff", "#ffffff"],
"corner_radius": 6,
"border_width": 2
},
"CTkFont": {
"family": "SF Pro Display",
"size": 13,
"weight": "normal"
},
"CTkOptionMenu": {
"fg_color": "#262626",
"button_color": "#c0392b",
"button_hover_color": "#b63a3a",
"text_color": "#ffffff",
"dropdown_fg_color": "#1c1c1c",
"dropdown_hover_color": "#b63a3a",
"dropdown_text_color": "#ffffff",
"corner_radius": 6,
"text_color_disabled": ["#777777", "#777777"]
},
"DropdownMenu": {
"fg_color": ["#b63a3a", "#b63a3a"],
"hover_color": ["#9e3232", "#9e3232"],
"border_color": ["#b63a3a", "#b63a3a"],
"border_width": 0,
"corner_radius": 8,
"text_color": ["#ffffff", "#ffffff"],
"text_color_disabled": ["#777777", "#777777"]
}
}