diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index 297998b..a609d2e 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -267,7 +267,6 @@ hl["DropBarKind" .. value] = { link = "DropBarKind" } end end''; - transparent = true; }; options = { number = true; diff --git a/modules/rice/kitty.nix b/modules/rice/kitty.nix index 5c919f6..6b76462 100644 --- a/modules/rice/kitty.nix +++ b/modules/rice/kitty.nix @@ -8,7 +8,34 @@ settings = { window_padding_width = 8; background_opacity = "0.75"; + + foreground = "#a9b1d6"; + background = "#1a1b26"; + cursor = "#a9b1d6"; + + color0 = "#1a1b26"; + color8 = "#4e5173"; + + color1 = "#F7768E"; + color9 = "#F7768E"; + + color2 = "#9ECE6A"; + color10 = "#9ECE6A"; + + color3 = "#E0AF68"; + color11 = "#E0AF68"; + + color4 = "#7AA2F7"; + color12 = "#7AA2F7"; + + color5 = "#9a7ecc"; + color13 = "#9a7ecc"; + + color6 = "#4abaaf"; + color14 = "#4abaaf"; + + color7 = "#acb0d0"; + color15 = "#acb0d0"; }; - theme = "Ayu Mirage"; }; }