nope truecolor sucks with kitty-term... consider switching off kitty?
This commit is contained in:
parent
2ec38734a1
commit
02d04477c1
@ -1 +1 @@
|
|||||||
/home/w0ryn/.wryn/colorschemes/spring.conf
|
/home/w0ryn/.wryn/colorschemes/autumn.conf
|
@ -1,5 +1,3 @@
|
|||||||
set termguicolors
|
|
||||||
|
|
||||||
let &t_8f="\<Esc>[38:2:%lu:%lu:%lum"
|
let &t_8f="\<Esc>[38:2:%lu:%lu:%lum"
|
||||||
let &t_8b="\<Esc>[48:2:%lu:%lu:%lum"
|
let &t_8b="\<Esc>[48:2:%lu:%lu:%lum"
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
@ -7,7 +5,11 @@ set t_Co=256
|
|||||||
colorscheme default
|
colorscheme default
|
||||||
silent! colorscheme dim
|
silent! colorscheme dim
|
||||||
|
|
||||||
highlight Normal guibg=NONE ctermbg=NONE
|
highlight Normal guibg=NONE ctermbg=NONE
|
||||||
highlight SpellBad guibg=NONE guifg=red ctermbg=NONE ctermfg=red
|
highlight SignColumn guibg=NONE ctermbg=NONE
|
||||||
highlight LineNr guibg=NONE guifg=purple ctermbg=NONE ctermfg=yellow
|
highlight SpellBad guibg=NONE ctermbg=NONE ctermfg=red
|
||||||
highlight SignColumn guibg=NONE ctermbg=NONE
|
highlight LineNr guibg=NONE ctermbg=NONE ctermfg=darkmagenta
|
||||||
|
|
||||||
|
highlight TabLineFill guibg=NONE ctermbg=NONE ctermfg=magenta
|
||||||
|
highlight TabLine guibg=NONE ctermbg=NONE ctermfg=darkgray
|
||||||
|
highlight TabLineSel guibg=NONE ctermbg=NONE ctermfg=white term=bold
|
||||||
|
@ -72,6 +72,9 @@ vnoremap <Leader>c :w !xclip<CR><CR>
|
|||||||
nnoremap <Leader>v o<esc>!!xclip -o<CR>
|
nnoremap <Leader>v o<esc>!!xclip -o<CR>
|
||||||
nnoremap <Leader>sc :'<,'>w !xclip<CR><CR>
|
nnoremap <Leader>sc :'<,'>w !xclip<CR><CR>
|
||||||
|
|
||||||
|
" enable/disable true color
|
||||||
|
nnoremap <f12> :set invtermguicolors<CR>
|
||||||
|
|
||||||
" --- available / rarely used bindings (personal reference) ---
|
" --- available / rarely used bindings (personal reference) ---
|
||||||
|
|
||||||
" nnoremap <BS>
|
" nnoremap <BS>
|
||||||
|
Loading…
Reference in New Issue
Block a user