feat: add mellow theme
This commit is contained in:
parent
69c8d2791a
commit
c6c214d05f
3 changed files with 6 additions and 0 deletions
|
|
@ -83,4 +83,5 @@ fn add_themes(b: *std.Build, exe: anytype) void {
|
||||||
theme_file(b, exe, "catppuccin", "themes/latte.json");
|
theme_file(b, exe, "catppuccin", "themes/latte.json");
|
||||||
theme_file(b, exe, "catppuccin", "themes/macchiato.json");
|
theme_file(b, exe, "catppuccin", "themes/macchiato.json");
|
||||||
theme_file(b, exe, "catppuccin", "themes/mocha.json");
|
theme_file(b, exe, "catppuccin", "themes/mocha.json");
|
||||||
|
theme_file(b, exe, "mellow", "themes/mellow.json");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,10 @@
|
||||||
.theme_catppuccin = .{
|
.theme_catppuccin = .{
|
||||||
.url = "https://github.com/neurocyte/catppuccin-flow/releases/download/catppuccin-vsc-v3.15.2/vscode-3.15.2.tgz",
|
.url = "https://github.com/neurocyte/catppuccin-flow/releases/download/catppuccin-vsc-v3.15.2/vscode-3.15.2.tgz",
|
||||||
.hash = "122076748115e6aa1eb16fe79f525f48b62e5783af943026544806e15ecc711daa7e",
|
.hash = "122076748115e6aa1eb16fe79f525f48b62e5783af943026544806e15ecc711daa7e",
|
||||||
|
},
|
||||||
|
.theme_mellow = .{
|
||||||
|
.url = "https://github.com/mellow-theme/mellow-theme/archive/00cea86c91a8eb95af09b2cb587a30d52e06ba91.tar.gz",
|
||||||
|
.hash = "122062276c850b37d78f4f981c25c1b14f05d1124429b6e496fe059107c9115d00da",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
.paths = .{
|
.paths = .{
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,7 @@ pub const theme_files = [_]theme_file{
|
||||||
THEME("themes/frappe.json"),
|
THEME("themes/frappe.json"),
|
||||||
THEME("themes/macchiato.json"),
|
THEME("themes/macchiato.json"),
|
||||||
THEME("themes/mocha.json"),
|
THEME("themes/mocha.json"),
|
||||||
|
THEME("themes/mellow.json"),
|
||||||
|
|
||||||
// light themes
|
// light themes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue