mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
colorschemes/base16: use mkVimPlugin
This commit is contained in:
parent
4fd3cd1203
commit
c2cd3cb7a1
2 changed files with 101 additions and 100 deletions
|
@ -1,15 +1,12 @@
|
|||
{
|
||||
# No empty test because not setting `colorscheme` and `customColorScheme` would error
|
||||
# No empty test because not setting `colorscheme` would error
|
||||
|
||||
# All the upstream default options of poimandres
|
||||
defaults = {
|
||||
colorschemes.base16 = {
|
||||
enable = true;
|
||||
|
||||
useTruecolor = true;
|
||||
colorscheme = "gruvbox-dark-hard";
|
||||
setUpBar = true;
|
||||
customColorScheme = null;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -17,7 +14,7 @@
|
|||
colorschemes.base16 = {
|
||||
enable = true;
|
||||
|
||||
customColorScheme = {
|
||||
colorscheme = {
|
||||
base00 = "#16161D";
|
||||
base01 = "#2c313c";
|
||||
base02 = "#3e4451";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue