mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-23 02:39:42 +01:00
colorschemes/gruvbox-baby: migrate to by-name
This commit is contained in:
parent
712ee8b31d
commit
e943cb743c
3 changed files with 0 additions and 1 deletions
|
|
@ -1,44 +0,0 @@
|
|||
_: {
|
||||
empty = {
|
||||
colorschemes.gruvbox-baby.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
colorschemes.gruvbox-baby = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
background_color = "medium";
|
||||
transparent_mode = 0;
|
||||
comment_style = "italic";
|
||||
keyword_style = "italic";
|
||||
string_style = "nocombine";
|
||||
function_style = "bold";
|
||||
variable_style = "NONE";
|
||||
highlights.__empty = { };
|
||||
color_overrides.__empty = { };
|
||||
use_original_palette = 0;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
example = {
|
||||
colorschemes.gruvbox-baby = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
function_style = "NONE";
|
||||
keyword_style = "italic";
|
||||
highlights = {
|
||||
Normal = {
|
||||
fg = "#123123";
|
||||
bg = "NONE";
|
||||
style = "underline";
|
||||
};
|
||||
};
|
||||
telescope_theme = 1;
|
||||
transparent_mode = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue