Background transparancy for nvim
This commit is contained in:
parent
7b89522ef5
commit
95c757b460
|
@ -80,18 +80,18 @@ local theme = lush(function()
|
||||||
lspReference { CursorColumn }, -- lspReference xxx links to CursorColumn
|
lspReference { CursorColumn }, -- lspReference xxx links to CursorColumn
|
||||||
CursorLine { bg="#212d32", }, -- CursorLine xxx ctermbg=235 guibg=#212D32
|
CursorLine { bg="#212d32", }, -- CursorLine xxx ctermbg=235 guibg=#212D32
|
||||||
ColorColumn { bg="#212d32", }, -- ColorColumn xxx ctermbg=235 guibg=#212D32
|
ColorColumn { bg="#212d32", }, -- ColorColumn xxx ctermbg=235 guibg=#212D32
|
||||||
Cursor { bg="fg", fg="bg", }, -- Cursor xxx guifg=bg guibg=fg
|
Cursor { bg="fg", }, -- Cursor xxx guifg=bg guibg=fg
|
||||||
RedrawDebugNormal { gui="reverse", }, -- RedrawDebugNormal xxx cterm=reverse gui=reverse
|
RedrawDebugNormal { gui="reverse", }, -- RedrawDebugNormal xxx cterm=reverse gui=reverse
|
||||||
RedrawDebugClear { bg="yellow", }, -- RedrawDebugClear xxx ctermbg=11 guibg=Yellow
|
RedrawDebugClear { bg="yellow", }, -- RedrawDebugClear xxx ctermbg=11 guibg=Yellow
|
||||||
RedrawDebugComposed { bg="green", }, -- RedrawDebugComposed xxx ctermbg=10 guibg=Green
|
RedrawDebugComposed { bg="green", }, -- RedrawDebugComposed xxx ctermbg=10 guibg=Green
|
||||||
RedrawDebugRecompose { bg="red", }, -- RedrawDebugRecompose xxx ctermbg=9 guibg=Red
|
RedrawDebugRecompose { bg="red", }, -- RedrawDebugRecompose xxx ctermbg=9 guibg=Red
|
||||||
lCursor { bg="fg", fg="bg", }, -- lCursor xxx guifg=bg guibg=fg
|
lCursor { bg="fg", }, -- lCursor xxx guifg=bg guibg=fg
|
||||||
Normal { bg=hsl(255, 0, 12), fg="#c5c8c6", }, -- Normal xxx ctermfg=250 ctermbg=234 guifg=#c5c8c6 guibg=#263238
|
Normal { fg="#c5c8c6", }, -- Normal xxx ctermfg=250 ctermbg=234 guifg=#c5c8c6 guibg=#263238
|
||||||
NvimSpacing { Normal }, -- NvimSpacing xxx links to Normal
|
NvimSpacing { Normal }, -- NvimSpacing xxx links to Normal
|
||||||
TelescopeResultsFileIcon { Normal }, -- TelescopeResultsFileIcon xxx links to Normal
|
TelescopeResultsFileIcon { Normal }, -- TelescopeResultsFileIcon xxx links to Normal
|
||||||
TelescopeNormal { bg=hsl(0, 0, 13)}, -- TelescopeNormal xxx links to Normal
|
TelescopeNormal { }, -- TelescopeNormal xxx links to Normal
|
||||||
TelescopeBorder { bg=hsl(0, 0, 15), fg=hsl(0, 0, 20)}, -- TelescopeNormal xxx links to Normal
|
TelescopeBorder { fg=hsl(0, 0, 20)}, -- TelescopeNormal xxx links to Normal
|
||||||
TelescopePreviewBorder { bg=hsl(0, 0, 15), fg=hsl(0, 0, 20)}, -- TelescopeNormal xxx links to Normal
|
TelescopePreviewBorder { fg=hsl(0, 0, 20)}, -- TelescopeNormal xxx links to Normal
|
||||||
TroubleText { Normal }, -- TroubleText xxx links to Normal
|
TroubleText { Normal }, -- TroubleText xxx links to Normal
|
||||||
TroubleNormal { Normal }, -- TroubleNormal xxx links to Normal
|
TroubleNormal { Normal }, -- TroubleNormal xxx links to Normal
|
||||||
LspInformationHighlight { Normal }, -- LspInformationHighlight xxx links to Normal
|
LspInformationHighlight { Normal }, -- LspInformationHighlight xxx links to Normal
|
||||||
|
|
Loading…
Reference in New Issue