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