mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
feat: add nord theme
added nord theme from github.com/gbprod/nord.nvim fixed a typo
This commit is contained in:
parent
45a6d9b890
commit
ae3340f2d1
5 changed files with 36 additions and 1 deletions
|
@ -4,4 +4,5 @@
|
|||
"catppuccin"
|
||||
"oxocarbon"
|
||||
"gruvbox"
|
||||
"nord"
|
||||
]
|
||||
|
|
|
@ -177,4 +177,14 @@ in {
|
|||
'';
|
||||
styles = ["main" "moon" "dawn"];
|
||||
};
|
||||
nord = {
|
||||
setup = {transparent ? false, ...}: ''
|
||||
require("nord").setup({
|
||||
transparent = ${boolToString transparent},
|
||||
search = "vscode", -- [vim|vscode]
|
||||
})
|
||||
|
||||
vim.cmd.colorscheme("nord")
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue