mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-07 15:54:31 +02:00
colorschemes/rose-pine: switch to mkNeovimPlugin
This commit is contained in:
parent
16272920e2
commit
d5a309286d
2 changed files with 179 additions and 69 deletions
|
@ -6,24 +6,48 @@
|
|||
defaults = {
|
||||
colorschemes.rose-pine = {
|
||||
enable = true;
|
||||
style = "main";
|
||||
boldVerticalSplit = false;
|
||||
dimInactive = false;
|
||||
disableItalics = false;
|
||||
groups = {
|
||||
background = "base";
|
||||
background_nc = "_experimental_nc";
|
||||
panel = "surface";
|
||||
panel_nc = "base";
|
||||
border = "highlight_med";
|
||||
comment = "muted";
|
||||
link = "iris";
|
||||
punctuation = "subtle";
|
||||
error = "love";
|
||||
hint = "iris";
|
||||
info = "foam";
|
||||
warn = "gold";
|
||||
headings = {
|
||||
|
||||
settings = {
|
||||
variant = "auto";
|
||||
dark_variant = "main";
|
||||
dim_inactive_windows = false;
|
||||
extend_background_behind_borders = true;
|
||||
|
||||
enable = {
|
||||
legacy_highlights = true;
|
||||
migrations = true;
|
||||
terminal = true;
|
||||
};
|
||||
|
||||
styles = {
|
||||
bold = true;
|
||||
italic = true;
|
||||
transparency = true;
|
||||
};
|
||||
|
||||
groups = {
|
||||
border = "muted";
|
||||
link = "iris";
|
||||
panel = "surface";
|
||||
|
||||
error = "love";
|
||||
hint = "iris";
|
||||
info = "foam";
|
||||
note = "pine";
|
||||
todo = "rose";
|
||||
warn = "gold";
|
||||
|
||||
git_add = "foam";
|
||||
git_change = "rose";
|
||||
git_delete = "love";
|
||||
git_dirty = "rose";
|
||||
git_ignore = "muted";
|
||||
git_merge = "iris";
|
||||
git_rename = "pine";
|
||||
git_stage = "iris";
|
||||
git_text = "rose";
|
||||
git_untracked = "subtle";
|
||||
|
||||
h1 = "iris";
|
||||
h2 = "foam";
|
||||
h3 = "rose";
|
||||
|
@ -31,21 +55,20 @@
|
|||
h5 = "pine";
|
||||
h6 = "foam";
|
||||
};
|
||||
};
|
||||
highlightGroups = {
|
||||
ColorColumn = {bg = "rose";};
|
||||
CursorLine = {
|
||||
bg = "foam";
|
||||
blend = 10;
|
||||
};
|
||||
StatusLine = {
|
||||
fg = "love";
|
||||
bg = "love";
|
||||
blend = 10;
|
||||
highlight_groups = {
|
||||
ColorColumn.bg = "rose";
|
||||
CursorLine = {
|
||||
bg = "foam";
|
||||
blend = 10;
|
||||
};
|
||||
StatusLine = {
|
||||
fg = "love";
|
||||
bg = "love";
|
||||
blend = 10;
|
||||
};
|
||||
};
|
||||
before_highlight = "function(group, highlight, palette) end";
|
||||
};
|
||||
transparentBackground = false;
|
||||
transparentFloat = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue