changed themes to tokyonight
This commit is contained in:
parent
7b6c664ceb
commit
f6408d9d47
5 changed files with 13 additions and 12 deletions
|
@ -13,12 +13,12 @@ vim.opt.cursorlineopt = "screenline" -- hightlight line only
|
|||
vim.opt.termguicolors = true -- enables 24-bit color
|
||||
vim.opt.splitbelow = true -- new horizontal splits go below
|
||||
vim.opt.splitright = true -- new vertical splits go right
|
||||
vim.opt.background = "dark"
|
||||
-- vim.opt.background = "dark"
|
||||
|
||||
-- nord theme options
|
||||
vim.g.nord_contrast = true
|
||||
--[[ vim.g.nord_contrast = true
|
||||
vim.g.nord_borders = true
|
||||
vim.g.nord_disable_background = true
|
||||
vim.g.nord_italic = false
|
||||
vim.g.nord_uniform_diff_background = true
|
||||
vim.g.nord_bold = false
|
||||
vim.g.nord_bold = false ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue