From 287344b7c4f2464beab78356362c6df39382c543 Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 13 Mar 2024 14:25:43 -0400 Subject: [PATCH] 190 current 2024-03-13 14:25:35 24.05.20240309.3030f18 6.7.9-zen1 * --- modules/home-manager/vim.nix | 1 - modules/rice/kitty.nix | 29 ++++++++++++++++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) 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"; }; }