chore: Change colorschemes
This commit is contained in:
parent
400e5dab02
commit
f8cab1db34
5 changed files with 19 additions and 58 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue