Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
20291d1423 | ||
|
2f7fe319f3 | ||
|
5de6830cdb | ||
|
fd36189601 |
12
README.md
12
README.md
@@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
BIN
assets/res.webp
Normal file
BIN
assets/res.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 108 KiB |
@@ -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()}"
|
||||||
|
Reference in New Issue
Block a user