Skip to content

a13xe/CTkThemesPack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CTkThemesPack

This repository contains JSON files that define custom color palettes for the CustomTkinter library, allowing you to quickly and easily customize the look of your customtkinter-based applications.

How to use?

  • Create a themes folder in your project,
  • Drop your preferred .json files in it,
  • Then use the .set_default_color_theme() method.

☕️ Coffee — download

customtkinter.set_appearance_mode("System")  # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_default_color_theme("themes/coffee.json")

🍇 Violet — download

customtkinter.set_appearance_mode("System")  # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_default_color_theme("themes/coffee.json")

🔩 Metal — download

customtkinter.set_appearance_mode("System")  # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_default_color_theme("themes/coffee.json")

🚨 Red — download

customtkinter.set_appearance_mode("System")  # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_default_color_theme("themes/red.json")

🍋 Yellow — download

customtkinter.set_appearance_mode("System")  # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_default_color_theme("themes/yellow.json")

🌿 Marsh — download

customtkinter.set_appearance_mode("System")  # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_default_color_theme("themes/marsh.json")

🌹 Rose — download

customtkinter.set_appearance_mode("System")  # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_default_color_theme("themes/rose.json")

🌷 Pink — download

customtkinter.set_appearance_mode("System")  # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_default_color_theme("themes/pink.json")

🥕 Carrot — download

customtkinter.set_appearance_mode("System")  # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_default_color_theme("themes/carrot.json")

🌌 Sky — download

customtkinter.set_appearance_mode("System")  # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_default_color_theme("themes/sky.json")