mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 20:54:56 +02:00
colorschemes/kanagawa: switch to mkNeovimPlugin
This commit is contained in:
parent
ce87283dd6
commit
c6d4505438
2 changed files with 235 additions and 201 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue