temp, testing
This commit is contained in:
18
theme-switcher-testing/neovim-tokyonight.lua
Normal file
18
theme-switcher-testing/neovim-tokyonight.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
return {
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {
|
||||
style = "night", -- "night", "storm", "moon", "day"
|
||||
styles = {
|
||||
functions = {} -- disable italic for functions
|
||||
},
|
||||
on_colors = function(colors)
|
||||
colors.hint = colors.orange
|
||||
colors.error = "#ff0000"
|
||||
colors.fg_gutter = "#9098B8"
|
||||
end,
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user