1
Fork 0

foot,hyprland,neovim: Update to use kanagawa

This commit is contained in:
caem 2024-06-23 23:08:59 +02:00
parent 050f445323
commit 67ddcbf7e6
Signed by: caem
GPG key ID: 69A830D03203405F
3 changed files with 28 additions and 1 deletions

View file

@ -19,6 +19,32 @@
colors = { colors = {
alpha = 0.9; alpha = 0.9;
foreground = "c5c9c5";
background = "181616";
selection-foreground = "c8c093";
selection-background = "2d4f67";
regular0 = "0d0c0c";
regular1 = "c4746e";
regular2 = "8a9a7b";
regular3 = "c4b28a";
regular4 = "8ba4b0";
regular5 = "a292a3";
regular6 = "8ea4a2";
regular7 = "c8c093";
bright0 = "a6a69c";
bright1 = "e46876";
bright2 = "87a987";
bright3 = "e6c384";
bright4 = "7fb4ca";
bright5 = "938aa9";
bright6 = "7aa89f";
bright7 = "c5c9c5";
"16" = "b6927b";
"17" = "b98d7b";
}; };
}; };
}; };

View file

@ -52,7 +52,7 @@
rounding = 5; rounding = 5;
blur = { blur = {
enabled = true; enabled = true;
size = 3; size = 4;
passes = 1; passes = 1;
}; };
}; };

View file

@ -15,6 +15,7 @@ local options = {
incsearch = true, incsearch = true,
hlsearch = false, hlsearch = false,
backup = false, backup = false,
termguicolors = true,
} }
for option, value in pairs(options) do for option, value in pairs(options) do