This commit is contained in:
Snoweuph 2026-02-26 15:16:39 -05:00 committed by GitHub
commit ac6d9fd11e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 43 additions and 0 deletions

View file

@ -223,6 +223,9 @@
[`syntax-gaslighting`](https://github.com/NotAShelf/syntax-gaslighting.nvim),
you're crazy.
- Added neovim theme `gruber-darker`
<https://github.com/blazkowolf/gruber-darker.nvim>.
[vagahbond](https://github.com/vagahbond): [codewindow.nvim]:
https://github.com/gorbit99/codewindow.nvim

View file

@ -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 = {

View file

@ -669,6 +669,19 @@
"url": "https://github.com/MagicDuck/grug-far.nvim/archive/275dbedc96e61a6b8d1dfb28ba51586ddd233dcf.tar.gz",
"hash": "sha256-qn1BTNCX0Sm158Lv5JfHThqlJX9ualCIlc+RCjWa+t8="
},
"gruber-darker": {
"type": "Git",
"repository": {
"type": "GitHub",
"owner": "blazkowolf",
"repo": "gruber-darker.nvim"
},
"branch": "main",
"submodules": false,
"revision": "aba065c3a79b58cc3863d5c9db319255abd1258a",
"url": "https://github.com/blazkowolf/gruber-darker.nvim/archive/aba065c3a79b58cc3863d5c9db319255abd1258a.tar.gz",
"hash": "sha256-4xB/MRTDccA5gTKe6DrN+bNfDx6fzjuIGOLdkuxg8c0="
},
"gruvbox": {
"type": "Git",
"repository": {