feat: better theming

This commit is contained in:
2024-04-29 16:00:54 +02:00
parent ced84cf07a
commit 667469c0ce
8 changed files with 171 additions and 107 deletions

View File

@@ -4,15 +4,6 @@
defaultEditor = true;
vimAlias = true;
colorscheme = "matugen";
autoCmd = [
{
event = [ "Signal" ];
pattern = [ "SIGUSR1" ];
command = "colorscheme matugen";
}
];
opts = {
number = true;
relativenumber = true;
@@ -31,8 +22,6 @@
scrolloff = 12;
termguicolors = true;
hlsearch = false;
incsearch = true;