-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump .git_submodules/catppuccin-helix (#26)
Bumps [.git_submodules/catppuccin-helix](https://github.com/catppuccin/helix) from `0164c4c` to `bbbc087`. - [Commits](catppuccin/helix@0164c4c...bbbc087) --- updated-dependencies: - dependency-name: ".git_submodules/catppuccin-helix" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7fe1eac
commit 5b9b982
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule catppuccin-helix
updated
30 files
+25 −3 | README.md | |
+ − | assets/frappe.png | |
+ − | assets/frappe.webp | |
+ − | assets/helix_preview.png | |
+ − | assets/latte.png | |
+ − | assets/latte.webp | |
+ − | assets/macchiato.png | |
+ − | assets/macchiato.webp | |
+ − | assets/mocha.png | |
+ − | assets/mocha.webp | |
+ − | assets/preview.webp | |
+0 −25 | data/colors.py | |
+0 −20 | data/configs/default.json | |
+0 −11 | data/configs/no_italics.json | |
+0 −28 | data/palettes/catppuccin_frappe.json | |
+0 −28 | data/palettes/catppuccin_latte.json | |
+0 −28 | data/palettes/catppuccin_macchiato.json | |
+0 −28 | data/palettes/catppuccin_mocha.json | |
+0 −160 | data/template.tmpl | |
+0 −88 | generate.py | |
+154 −0 | helix.tera | |
+5 −0 | justfile | |
+2 −6 | themes/default/catppuccin_frappe.toml | |
+5 −9 | themes/default/catppuccin_latte.toml | |
+4 −8 | themes/default/catppuccin_macchiato.toml | |
+2 −6 | themes/default/catppuccin_mocha.toml | |
+2 −6 | themes/no_italics/catppuccin_frappe.toml | |
+5 −9 | themes/no_italics/catppuccin_latte.toml | |
+4 −8 | themes/no_italics/catppuccin_macchiato.toml | |
+2 −6 | themes/no_italics/catppuccin_mocha.toml |