mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 12:45:24 +02:00
colorschemes/poimandres: switch to mkNeovimPlugin
This commit is contained in:
parent
6440f4af87
commit
16272920e2
2 changed files with 89 additions and 78 deletions
|
@ -7,46 +7,47 @@
|
|||
colorschemes.poimandres = {
|
||||
enable = true;
|
||||
|
||||
boldVertSplit = false;
|
||||
darkVariant = "main";
|
||||
disableBackground = false;
|
||||
disableFloatBackground = false;
|
||||
disableItalics = false;
|
||||
dimNcBackground = false;
|
||||
settings = {
|
||||
bold_vert_split = false;
|
||||
dim_nc_background = false;
|
||||
disable_background = false;
|
||||
disable_float_background = false;
|
||||
disable_italics = false;
|
||||
dark_variant = "main";
|
||||
groups = {
|
||||
background = "background2";
|
||||
panel = "background3";
|
||||
border = "background3";
|
||||
comment = "blueGray3";
|
||||
link = "blue3";
|
||||
punctuation = "blue3";
|
||||
|
||||
groups = {
|
||||
background = "background2";
|
||||
panel = "background3";
|
||||
border = "background3";
|
||||
comment = "blueGray3";
|
||||
link = "blue3";
|
||||
punctuation = "blue3";
|
||||
error = "pink3";
|
||||
hint = "blue1";
|
||||
info = "blue3";
|
||||
warn = "yellow";
|
||||
|
||||
error = "pink3";
|
||||
hint = "blue1";
|
||||
info = "blue3";
|
||||
warn = "yellow";
|
||||
git_add = "teal1";
|
||||
git_change = "blue2";
|
||||
git_delete = "pink3";
|
||||
git_dirty = "blue4";
|
||||
git_ignore = "blueGray1";
|
||||
git_merge = "blue2";
|
||||
git_rename = "teal3";
|
||||
git_stage = "blue1";
|
||||
git_text = "teal2";
|
||||
|
||||
git_add = "teal1";
|
||||
git_change = "blue2";
|
||||
git_delete = "pink3";
|
||||
git_dirty = "blue4";
|
||||
git_ignore = "blueGray1";
|
||||
git_merge = "blue2";
|
||||
git_rename = "teal3";
|
||||
git_stage = "blue1";
|
||||
git_text = "teal2";
|
||||
|
||||
headings = {
|
||||
h1 = "teal2";
|
||||
h2 = "yellow";
|
||||
h3 = "pink3";
|
||||
h4 = "pink2";
|
||||
h5 = "blue1";
|
||||
h6 = "blue2";
|
||||
headings = {
|
||||
h1 = "teal2";
|
||||
h2 = "yellow";
|
||||
h3 = "pink3";
|
||||
h4 = "pink2";
|
||||
h5 = "blue1";
|
||||
h6 = "blue2";
|
||||
};
|
||||
};
|
||||
highlight_groups = {};
|
||||
};
|
||||
highlightGroups = {};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue