Skip to content

Commit

Permalink
Better theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ATATC committed Feb 17, 2024
1 parent b8731de commit 344d85f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions leads_gui/leads-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
},
"CTkButton": {
"corner_radius": 4,
"border_width": 2,
"border_width": 0,
"border_color": "gray50",
"fg_color": [
"gray95",
"gray10"
"gray90",
"gray15"
],
"hover_color": [
"gray85",
Expand All @@ -36,8 +36,8 @@
},
"CTkRadioButton": {
"corner_radius": 10,
"border_width_unchecked": 2,
"border_width_checked": 2,
"border_width_unchecked": 4,
"border_width_checked": 4,
"fg_color": "green",
"border_color": "gray50",
"hover_color": [
Expand Down

0 comments on commit 344d85f

Please sign in to comment.