-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
1,991 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,374 @@ | ||
{ | ||
"CTk": { | ||
"fg_color": [ | ||
"#030303", | ||
"#030303" | ||
] | ||
}, | ||
"CTkToplevel": { | ||
"fg_color": [ | ||
"#030303", | ||
"#030303" | ||
] | ||
}, | ||
"CTkFrame": { | ||
"corner_radius": 6, | ||
"border_width": 1, | ||
"fg_color": [ | ||
"#111111", | ||
"#030303" | ||
], | ||
"top_fg_color": [ | ||
"#131313", | ||
"#010101" | ||
], | ||
"border_color": [ | ||
"#586b78", | ||
"#586b78" | ||
] | ||
}, | ||
"CTkButton": { | ||
"corner_radius": 6, | ||
"border_width": 2, | ||
"fg_color": [ | ||
"#697b88", | ||
"#11202b" | ||
], | ||
"hover_color": [ | ||
"#758794", | ||
"#404c59" | ||
], | ||
"border_color": [ | ||
"#405366", | ||
"#405366" | ||
], | ||
"text_color": [ | ||
"#ffffff", | ||
"#ffffff" | ||
], | ||
"text_color_disabled": [ | ||
"#5e6b7c", | ||
"#b4bcc6" | ||
] | ||
}, | ||
"CTkLabel": { | ||
"corner_radius": 0, | ||
"fg_color": "transparent", | ||
"text_color": [ | ||
"#c3cbd5", | ||
"#c3cbd5" | ||
], | ||
"text_color_disabled": [ | ||
"#c3cbd5", | ||
"#c3cbd5" | ||
] | ||
}, | ||
"CTkEntry": { | ||
"corner_radius": 6, | ||
"border_width": 2, | ||
"fg_color": [ | ||
"#a9b8c4", | ||
"#a9b8c4" | ||
], | ||
"border_color": [ | ||
"#000000", | ||
"#000000" | ||
], | ||
"text_color": [ | ||
"#2b3449", | ||
"#2b3449" | ||
], | ||
"placeholder_text_color": [ | ||
"#464e56", | ||
"#464e56" | ||
] | ||
}, | ||
"CTkSwitch": { | ||
"corner_radius": 1000, | ||
"border_width": 3, | ||
"button_length": 0, | ||
"progress_color": [ | ||
"#748498", | ||
"#748498" | ||
], | ||
"button_color": [ | ||
"#172631", | ||
"#11202b" | ||
], | ||
"fg_color": [ | ||
"#383e3e", | ||
"#383e3e" | ||
], | ||
"button_hover_color": [ | ||
"#5c6b78", | ||
"#1b2631" | ||
], | ||
"text_color": [ | ||
"#c3cbd5", | ||
"#c3cbd5" | ||
], | ||
"text_color_disabled": [ | ||
"#5e6b7c", | ||
"#b4bcc6" | ||
] | ||
}, | ||
"CTkProgressBar": { | ||
"corner_radius": 1000, | ||
"border_width": 0, | ||
"fg_color": [ | ||
"#383e3e", | ||
"#383e3e" | ||
], | ||
"progress_color": [ | ||
"#748498", | ||
"#748498" | ||
], | ||
"border_color": [ | ||
"#000000", | ||
"#000000" | ||
] | ||
}, | ||
"CTkSlider": { | ||
"corner_radius": 1000, | ||
"button_corner_radius": 1000, | ||
"border_width": 6, | ||
"button_length": 0, | ||
"fg_color": [ | ||
"#383e3e", | ||
"#383e3e" | ||
], | ||
"progress_color": [ | ||
"#748498", | ||
"#748498" | ||
], | ||
"button_color": [ | ||
"#172631", | ||
"#11202b" | ||
], | ||
"button_hover_color": [ | ||
"#5c6b78", | ||
"#5c6b78" | ||
] | ||
}, | ||
"CTkOptionMenu": { | ||
"corner_radius": 6, | ||
"fg_color": [ | ||
"#748498", | ||
"#748498" | ||
], | ||
"button_color": [ | ||
"#2b3948", | ||
"#2b3948" | ||
], | ||
"button_hover_color": [ | ||
"#586b78", | ||
"#586b78" | ||
], | ||
"text_color": [ | ||
"#ffffff", | ||
"#ffffff" | ||
], | ||
"text_color_disabled": [ | ||
"#5e6b7c", | ||
"#b4bcc6" | ||
] | ||
}, | ||
"CTkComboBox": { | ||
"corner_radius": 6, | ||
"border_width": 2, | ||
"fg_color": [ | ||
"#748498", | ||
"#748498" | ||
], | ||
"border_color": [ | ||
"#000000", | ||
"#000000" | ||
], | ||
"button_color": [ | ||
"#000000", | ||
"#000000" | ||
], | ||
"button_hover_color": [ | ||
"#5c636c", | ||
"#5c636c" | ||
], | ||
"text_color": [ | ||
"#ffffff", | ||
"#ffffff" | ||
], | ||
"text_color_disabled": [ | ||
"#5e6b7c", | ||
"#b4bcc6" | ||
] | ||
}, | ||
"CTkScrollbar": { | ||
"corner_radius": 1000, | ||
"border_spacing": 4, | ||
"fg_color": "transparent", | ||
"button_color": [ | ||
"#35444f", | ||
"#4e5c6e" | ||
], | ||
"button_hover_color": [ | ||
"#404c59", | ||
"#1c1e18" | ||
] | ||
}, | ||
"CTkSegmentedButton": { | ||
"corner_radius": 6, | ||
"border_width": 2, | ||
"fg_color": [ | ||
"#748498", | ||
"#748498" | ||
], | ||
"selected_color": [ | ||
"#c6ced8", | ||
"#c6ced8" | ||
], | ||
"selected_hover_color": [ | ||
"#d3dbe1", | ||
"#d3dbe1" | ||
], | ||
"unselected_color": [ | ||
"#697b88", | ||
"#697b88" | ||
], | ||
"unselected_hover_color": [ | ||
"#586b78", | ||
"#586b78" | ||
], | ||
"text_color": [ | ||
"#2b3449", | ||
"#2b3449" | ||
], | ||
"text_color_disabled": [ | ||
"#464e58", | ||
"#3c444e" | ||
] | ||
}, | ||
"CTkTextbox": { | ||
"corner_radius": 6, | ||
"border_width": 0, | ||
"fg_color": [ | ||
"#a9b8c4", | ||
"#a9b8c4" | ||
], | ||
"border_color": [ | ||
"#000000", | ||
"#000000" | ||
], | ||
"text_color": [ | ||
"#2b3449", | ||
"#2b3449" | ||
], | ||
"scrollbar_button_color": [ | ||
"#1a2934", | ||
"#11202b" | ||
], | ||
"scrollbar_button_hover_color": [ | ||
"#404c59", | ||
"#404c59" | ||
] | ||
}, | ||
"CTkScrollableFrame": { | ||
"label_fg_color": [ | ||
"#0e1d28", | ||
"#0e1d28" | ||
] | ||
}, | ||
"DropdownMenu": { | ||
"fg_color": [ | ||
"#748498", | ||
"#748498" | ||
], | ||
"hover_color": [ | ||
"#d3dbe1", | ||
"#d3dbe1" | ||
], | ||
"text_color": [ | ||
"#000000", | ||
"#000000" | ||
] | ||
}, | ||
"CTkFont": { | ||
"macOS": { | ||
"family": "SF Display", | ||
"size": 13, | ||
"weight": "normal" | ||
}, | ||
"Windows": { | ||
"family": "Roboto", | ||
"size": 13, | ||
"weight": "normal" | ||
}, | ||
"Linux": { | ||
"family": "Roboto", | ||
"size": 13, | ||
"weight": "normal" | ||
} | ||
}, | ||
"provenance": { | ||
"theme name": "Anthracite", | ||
"theme author": "clive", | ||
"date created": "Jun 10 2023 12:22:59", | ||
"last modified by": "clive", | ||
"created with": "CTk Theme Builder v2.2.0", | ||
"last modified": "Aug 13 2023 12:50:49", | ||
"keystone colour": "#3c5064", | ||
"harmony method": "Split-complementary", | ||
"harmony differential": null | ||
}, | ||
"CTkCheckBox": { | ||
"corner_radius": 6, | ||
"border_width": 3, | ||
"fg_color": [ | ||
"#748498", | ||
"#748498" | ||
], | ||
"border_color": [ | ||
"#3e4654", | ||
"#3e4654" | ||
], | ||
"hover_color": [ | ||
"#697b88", | ||
"#697b88" | ||
], | ||
"checkmark_color": [ | ||
"#ffffff", | ||
"#ffffff" | ||
], | ||
"text_color": [ | ||
"#c3cbd5", | ||
"#c3cbd5" | ||
], | ||
"text_color_disabled": [ | ||
"#5e6b7c", | ||
"#b4bcc6" | ||
] | ||
}, | ||
"CTkRadioButton": { | ||
"corner_radius": 1000, | ||
"border_width_checked": 6, | ||
"border_width_unchecked": 3, | ||
"fg_color": [ | ||
"#172631", | ||
"#11202b" | ||
], | ||
"border_color": [ | ||
"#303940", | ||
"#303940" | ||
], | ||
"hover_color": [ | ||
"#5c6b78", | ||
"#5c6b78" | ||
], | ||
"text_color": [ | ||
"#c3cbd5", | ||
"#c3cbd5" | ||
], | ||
"text_color_disabled": [ | ||
"#c8d0de", | ||
"#b4bcc6" | ||
] | ||
} | ||
} |
Oops, something went wrong.