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")
|
||||
|
|
|
|||
|
|
@ -1,6 +1,21 @@
|
|||
vim.cmd('let g:vimtex_view_general_viewer = "evince"')
|
||||
vim.cmd('let g:vimtex_compiler_method = "latexmk"')
|
||||
|
||||
-- colorscheme
|
||||
local options = {
|
||||
transparent = false,
|
||||
}
|
||||
local palettes = {
|
||||
nightfox = {
|
||||
bg1 = "#1A1B27",
|
||||
},
|
||||
}
|
||||
require("nightfox").setup({
|
||||
palettes = palettes,
|
||||
options = options,
|
||||
})
|
||||
vim.cmd("colorscheme nightfox")
|
||||
|
||||
vim.cmd([[highlight TabLineSel guifg=#192330 guibg=#192330]])
|
||||
vim.cmd([[highlight BufferCurrent guifg=#FFFFFF guibg=#192330]])
|
||||
vim.cmd([[highlight BufferCurrentIndex guifg=#FFFFFF guibg=#192330]])
|
||||
|
|
@ -12,3 +27,4 @@ vim.cmd([[highlight BufferInactiveMod guifg=#dbc074 guibg=#131a24]])
|
|||
vim.cmd([[highlight BufferInactiveSign guifg=#719cd6 guibg=#131a24]])
|
||||
|
||||
vim.cmd([[highlight LspInlayHint guibg=#192330]])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue