mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-02 09:05:55 +00:00
Merge 71c72d5c68 into ef1f22efaf
This commit is contained in:
commit
11c1bf2d67
2 changed files with 40 additions and 0 deletions
|
|
@ -37,6 +37,33 @@ in {
|
|||
'';
|
||||
styles = ["dark" "darker" "cool" "deep" "warm" "warmer"];
|
||||
};
|
||||
gruber-darker = {
|
||||
setup = _:
|
||||
/*
|
||||
lua
|
||||
*/
|
||||
''
|
||||
require('gruber-darker').setup({
|
||||
-- defaults
|
||||
bold = true,
|
||||
invert = {
|
||||
signs = false,
|
||||
tabline = false,
|
||||
visual = false,
|
||||
},
|
||||
italic = {
|
||||
strings = true,
|
||||
comments = true,
|
||||
operators = false,
|
||||
folds = true,
|
||||
},
|
||||
undercurl = true,
|
||||
underline = true,
|
||||
})
|
||||
vim.cmd('colorscheme gruber-darker')
|
||||
'';
|
||||
styles = ["dark"];
|
||||
};
|
||||
|
||||
tokyonight = {
|
||||
setup = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue