Julio Biason
2 years ago
3 changed files with 12 additions and 6 deletions
@ -1,6 +1,11 @@ |
|||||||
vim.opt.background = "dark" -- the theme background is dark |
vim.opt.background = "dark" -- the theme background is dark |
||||||
vim.opt.termguicolors = true |
vim.opt.termguicolors = true |
||||||
|
|
||||||
vim.g.tokyonight_enable_italic = 1 |
-- vim.g.tokyonight_enable_italic = 1 |
||||||
vim.g.tokyonight_transparent = true |
-- vim.g.tokyonight_transparent = true |
||||||
vim.cmd("colorscheme tokyonight-moon") |
-- vim.cmd("colorscheme tokyonight-moon") |
||||||
|
local ayu = require('ayu') |
||||||
|
|
||||||
|
ayu.setup({ mirage = true }) |
||||||
|
ayu.colorscheme() |
||||||
|
|
||||||
|
Loading…
Reference in new issue