You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
328 B
12 lines
328 B
vim.opt.background = "dark" -- the theme background is dark |
|
vim.opt.termguicolors = true |
|
|
|
-- vim.g.tokyonight_enable_italic = 1 |
|
-- vim.g.tokyonight_transparent = true |
|
-- vim.cmd("colorscheme tokyonight-moon") |
|
-- local ayu = require('ayu') |
|
|
|
-- ayu.setup({ mirage = true }) |
|
-- ayu.colorscheme() |
|
vim.cmd("colorscheme night-owl") |
|
|
|
|