My own configuration files
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.
|
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() |
|
|
|
|