fix theme
This commit is contained in:
parent
510b52964a
commit
3dcbd8eaaa
3 changed files with 18 additions and 14 deletions
|
|
@ -34,17 +34,3 @@ require("nvim-highlight-colors").setup {
|
|||
enable_named_colors = true,
|
||||
enable_tailwind = true,
|
||||
}
|
||||
-- colorscheme
|
||||
local options = {
|
||||
transparent = false,
|
||||
}
|
||||
local palettes = {
|
||||
nightfox = {
|
||||
bg1 = "#1A1B27",
|
||||
},
|
||||
}
|
||||
require("nightfox").setup({
|
||||
palettes = palettes,
|
||||
options = options,
|
||||
})
|
||||
vim.cmd("colorscheme nightfox")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue