feat(highlights): clean up
This commit is contained in:
parent
525bf1f076
commit
ef020a469e
2 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@ config.treesitter = {}
|
||||||
-- 'gruvbox.nvim'
|
-- 'gruvbox.nvim'
|
||||||
-- 'nord.nvim'
|
-- 'nord.nvim'
|
||||||
-- 'rose-pine'
|
-- 'rose-pine'
|
||||||
config.theme = 'tokyonight.nvim' -- default
|
config.theme = 'tokyonight.nvim' -- don't define or set to nil, if you want to enable your own theme in cosmic/config/plugins.lua
|
||||||
|
|
||||||
-- lsp settings
|
-- lsp settings
|
||||||
config.lsp = {
|
config.lsp = {
|
||||||
|
|
|
@ -54,10 +54,10 @@ highlight('NotifyTRACEBorder', nil, colors.trace)
|
||||||
highlight('NotifyTRACETitle', nil, colors.trace)
|
highlight('NotifyTRACETitle', nil, colors.trace)
|
||||||
highlight('NotifyTRACEIcon', nil, colors.trace)
|
highlight('NotifyTRACEIcon', nil, colors.trace)
|
||||||
|
|
||||||
-- terminal highlight
|
highlight('TelescopeBorder', 'None', colors.floatBorder)
|
||||||
highlight('FloatermBorder', 'None', colors.floatBorder)
|
highlight('FloatermBorder', 'None', colors.floatBorder)
|
||||||
|
highlight('FloatBorder', 'None', colors.floatBorder)
|
||||||
highlight('StatusLine', colors.bg_dark, 'Normal')
|
highlight('StatusLine', colors.bg_dark, 'StatusLine')
|
||||||
|
|
||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
highlight clear NormalFloat
|
highlight clear NormalFloat
|
||||||
|
|
Loading…
Add table
Reference in a new issue