-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: improve docs, clean up repo files & metadata (#57)
* chore: flatten preview assets folder structure * chore: delete .gitkeep * chore: clean up name and author info * docs: update for image paths, usage and development instructions * chore(tasks): cleanup
- Loading branch information
Showing
11 changed files
with
27 additions
and
107 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 |
---|---|---|
@@ -1,18 +1,14 @@ | ||
[ | ||
{ | ||
"label": "build (mauve accent only)", | ||
"command": "whiskers zed.tera -o json --overrides '{\"accent\": [\"mauve\"]}'" | ||
"label": "Build (all)", | ||
"command": "whiskers zed.tera" | ||
}, | ||
{ | ||
"label": "publish (all accents)", | ||
"command": "whiskers zed.tera -o json" | ||
"label": "Build (mauve only)", | ||
"command": "whiskers zed.tera --overrides '{\"accent\": [\"mauve\"]}'" | ||
}, | ||
{ | ||
"label": "clean", | ||
"label": "Clean", | ||
"command": "rm themes/*.json" | ||
}, | ||
{ | ||
"label": "test", | ||
"command": "whiskers zed.tera -o json --overrides '{\"accent\": \"mauve\"}' --check themes/catppuccin-mauve.json" | ||
} | ||
] |
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
Empty file.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
id = "catppuccin" | ||
name = "Catppuccin Themes" | ||
name = "Catppuccin" | ||
schema_version = 1 | ||
version = "0.2.16" | ||
authors = ["Andrew Tec <andrewtec@enjoi.dev>"] | ||
authors = ["Catppuccin <releases@catppuccin.dev>"] | ||
description = "🦀 Soothing pastel theme for Zed" | ||
repository = "https://github.com/catppuccin/zed" |
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