Compare commits

..

4 Commits

Author SHA1 Message Date
spooky
20291d1423 fix: pop quick launcher hover text color for dark themes 2022-12-12 08:39:54 +05:30
Soumik
2f7fe319f3 fix: quick launcher hover text color for dark themes 2022-12-12 04:31:56 +05:30
Isabel
5de6830cdb docs: new screenshot! 2022-12-10 22:54:28 -08:00
Himanshu
fd36189601 docs(README): reword 'thanks to' section 2022-12-11 12:21:25 +05:30
3 changed files with 12 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
</p> </p>
<p align="center"> <p align="center">
<img src="https://raw.githubusercontent.com/catppuccin/gtk/main/assets/demo2.png"/> <img src="assets/res.webp"/>
</p> </p>
# About # About
@@ -91,8 +91,16 @@ A few important notes to keep in mind
## 💝 Thanks to ## 💝 Thanks to
- [sadrach-cl](https://github.com/sadrach-cl) **Current maintainers**
- [npv12](https://github.com/npv12) - [npv12](https://github.com/npv12)
- [ghostx31](https://github.com/ghostx31)
- [Syndrizzle](https://github.com/Syndrizzle)
**Contributions**
- [rubyowo](https://github.com/rubyowo) - for working on the build and CI script
**Previous maintainer(s)**
- [sadrach-cl](https://github.com/sadrach-cl)
&nbsp; &nbsp;

BIN
assets/res.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

View File

@@ -36,7 +36,7 @@ def create_theme(types: List[str], accents: List[str], dest: str = tmp_dir, link
try: try:
# Rename colloid generated files as per catppuccin # Rename colloid generated files as per catppuccin
new_filename = dest + \ 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}" filename = f"{theme_name}"
if def_color_map[accent] != 'default': if def_color_map[accent] != 'default':
filename += f"-{def_color_map[accent].capitalize()}" filename += f"-{def_color_map[accent].capitalize()}"