mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-09 06:55:30 +00:00
feat: add mellow.nvim theme plugin with lualine support
This commit is contained in:
parent
3e48f13c3c
commit
e04f9f4860
4 changed files with 29 additions and 0 deletions
|
|
@ -5,4 +5,5 @@
|
|||
"oxocarbon"
|
||||
"gruvbox"
|
||||
"nord"
|
||||
"mellow"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -303,4 +303,13 @@ in {
|
|||
|
||||
styles = ["hard" "medium" "soft"];
|
||||
};
|
||||
|
||||
mellow = {
|
||||
setup = {transparent ? false, ...}: ''
|
||||
-- Mellow configuration
|
||||
vim.g.mellow_transparent = ${boolToString transparent}
|
||||
|
||||
vim.cmd.colorscheme("mellow")
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue