mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
colorschemes/tokyonight: switch to mkNeovimPlugin
This commit is contained in:
parent
d5a309286d
commit
4662a06f4e
2 changed files with 145 additions and 92 deletions
|
@ -7,26 +7,27 @@
|
|||
colorschemes.tokyonight = {
|
||||
enable = true;
|
||||
|
||||
style = "storm";
|
||||
# Not implemented
|
||||
# lightStyle = "day";
|
||||
transparent = false;
|
||||
terminalColors = true;
|
||||
styles = {
|
||||
comments = {italic = true;};
|
||||
keywords = {italic = true;};
|
||||
functions = {};
|
||||
variables = {};
|
||||
sidebars = "dark";
|
||||
floats = "dark";
|
||||
settings = {
|
||||
style = "storm";
|
||||
light_style = "day";
|
||||
transparent = false;
|
||||
terminal_colors = true;
|
||||
styles = {
|
||||
comments.italic = true;
|
||||
keywords.italic = true;
|
||||
functions = {};
|
||||
variables = {};
|
||||
sidebars = "dark";
|
||||
floats = "dark";
|
||||
};
|
||||
sidebars = ["qf" "help"];
|
||||
day_brightness = 0.3;
|
||||
hide_inactive_statusline = false;
|
||||
dim_inactive = false;
|
||||
lualine_bold = false;
|
||||
on_colors = "function(colors) end";
|
||||
on_highlights = "function(highlights, colors) end";
|
||||
};
|
||||
sidebars = ["qf" "help"];
|
||||
dayBrightness = 0.3;
|
||||
hideInactiveStatusline = false;
|
||||
dimInactive = false;
|
||||
lualineBold = false;
|
||||
onColors = "function(colors) end";
|
||||
onHighlights = "function(highlights, colors) end";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue