Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
fix: pop quick launcher hover text color for dark themes
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostx31 authored Dec 12, 2022
2 parents 5de6830 + 2f7fe31 commit 20291d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def create_theme(types: List[str], accents: List[str], dest: str = tmp_dir, link
try:
# Rename colloid generated files as per catppuccin
new_filename = dest + \
f"/{theme_name}-{type.capitalize()}-{size.capitalize()}-{accent.capitalize()}"
f"/{theme_name}-{type.capitalize()}-{size.capitalize()}-{accent.capitalize()}-{theme_style.title()}"
filename = f"{theme_name}"
if def_color_map[accent] != 'default':
filename += f"-{def_color_map[accent].capitalize()}"
Expand Down

0 comments on commit 20291d1

Please sign in to comment.