chore: Change colorschemes

This commit is contained in:
ulic-youthlic 2025-10-18 23:10:53 +08:00
parent 400e5dab02
commit f8cab1db34
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 19 additions and 58 deletions

View file

@ -18,6 +18,7 @@ in
programs.zed-editor = {
enable = true;
extensions = [
"catppuccin"
"asciidoc"
"basher"
"cargo-tom"
@ -52,6 +53,8 @@ in
"ruff"
"just"
"just-ls"
"jj-lsp"
"org"
];
extraPackages = with pkgs; [
editor-runtime
@ -116,11 +119,8 @@ in
"ss08" = true;
};
ui_font_family = "Source Han Sans";
theme = "Gruvbox Dark Hard";
vim_mode = true;
vim = {
# default_mode = "helix_normal";
};
theme = "Catppuccin Latte";
helix_mode = true;
};
};
};