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

@ -20,25 +20,6 @@
enable = true;
package = pkgs.ghostty;
settings = {
# font-family = "FiraCode Nerd Font";
# font-feature = [
# "calt=1"
# "clig=1"
# "liga=1"
# "cv01"
# "cv02"
# "cv06"
# "zero"
# "onum"
# "cv17"
# "ss05"
# "ss03"
# "cv16"
# "cv31"
# "cv29"
# "cv30"
# ];
# font-family = "Maple Mono NF CN";
font-feature = [
"calt"
@ -47,7 +28,7 @@
"ss08"
];
font-size = lib.mkForce 17;
# theme = "ayu";
theme = lib.mkForce "Atom One Dark";
background-opacity = lib.mkForce 0.8;
confirm-close-surface = "false";
};

View file

@ -16,7 +16,7 @@ in
config = lib.mkIf cfg.enable {
stylix.targets.helix.enable = false;
programs.helix.settings = {
theme = "gruvbox_dark_hard";
theme = "papercolor-light";
};
youthlic.programs.helix = {
enable = true;

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;
};
};
};