Skip to content

Commit

Permalink
Add checkmark colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jake158 committed Mar 15, 2024
1 parent d304e22 commit fff4cdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pomodorodiscord/themes/Default.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"CTkCheckBox": {
"corner_radius": 6,
"border_width": 3,
"fg_color": ["#3B8ED0", "#1F6AA5"],
"border_color": ["#eb4034", "#eb4034"],
"hover_color": ["#3B8ED0", "#1F6AA5"],
"fg_color": ["#d6382d", "#d6382d"],
"border_color": ["#d6382d", "#d6382d"],
"hover_color": ["#d6382d", "#d6382d"],
"checkmark_color": ["#DCE4EE", "gray90"],
"text_color": ["gray10", "#DCE4EE"],
"text_color_disabled": ["gray60", "gray45"]
Expand Down

0 comments on commit fff4cdc

Please sign in to comment.