This commit is contained in:
Fern Garden 2025-08-06 23:45:08 +08:00
parent 4aeeb363bf
commit 7facf28f2f
3 changed files with 16 additions and 14 deletions

View file

@ -82,12 +82,16 @@
}
];
colorschemes.everforest = {
colorschemes.kanagawa = {
enable = true;
settings.background = "hard";
settings = {
background.dark = "dragon";
colors.theme.all.ui.bg_gutter = "none";
};
};
opts = rec {
background = "dark";
shiftwidth = 2;
tabstop = shiftwidth;
softtabstop = shiftwidth;