mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
colorschemes/gruvbox-material: init
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
d59907633a
commit
1a7905eced
3 changed files with 79 additions and 0 deletions
22
plugins/colorschemes/gruvbox-material.nix
Normal file
22
plugins/colorschemes/gruvbox-material.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkVimPlugin {
|
||||
name = "gruvbox-material";
|
||||
isColorscheme = true;
|
||||
globalPrefix = "gruvbox_material_";
|
||||
|
||||
maintainers = [ lib.maintainers.saygo-png ];
|
||||
|
||||
settingsExample = {
|
||||
foreground = "original";
|
||||
enable_bold = 1;
|
||||
enable_italic = 1;
|
||||
transparent_background = 2;
|
||||
colors_override = {
|
||||
green = [
|
||||
"#7d8618"
|
||||
142
|
||||
];
|
||||
};
|
||||
show_eob = 0;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue