colorschemes/kanagawa: switch to mkNeovimPlugin

This commit is contained in:
Gaetan Lepage 2024-03-15 13:15:06 +01:00 committed by Gaétan Lepage
parent ce87283dd6
commit c6d4505438
2 changed files with 235 additions and 201 deletions

View file

@ -3,53 +3,57 @@
colorschemes.kanagawa.enable = true;
};
default = {
defaults = {
colorschemes.kanagawa = {
enable = true;
compile = false;
undercurl = true;
commentStyle = {italic = true;};
functionStyle = {};
keywordStyle = {italic = true;};
statementStyle = {bold = true;};
typeStyle = {};
transparent = false;
dimInactive = false;
terminalColors = true;
colors = {
theme = {
wave = {
ui = {
float = {
bg = "none";
settings = {
compile = false;
undercurl = true;
commentStyle = {italic = true;};
functionStyle = {};
keywordStyle = {italic = true;};
statementStyle = {bold = true;};
typeStyle = {};
transparent = false;
dimInactive = false;
terminalColors = true;
colors = {
theme = {
wave = {
ui = {
float = {
bg = "none";
};
};
};
dragon = {
syn = {
parameter = "yellow";
};
};
all = {
ui = {
bg_gutter = "none";
};
};
};
dragon = {
syn = {
parameter = "yellow";
};
};
all = {
ui = {
bg_gutter = "none";
};
palette = {
sumiInk0 = "#000000";
fujiWhite = "#FFFFFF";
};
};
palette = {
sumiInk0 = "#000000";
fujiWhite = "#FFFFFF";
overrides = ''
function(colors)
return {}
end
'';
theme = "wave";
background = {
light = "lotus";
dark = "wave";
};
};
overrides = ''
return {}
'';
theme = "wave";
background = {
light = "lotus";
dark = "wave";
};
};
};
}