KDE color scheme
This commit is contained in:
parent
b8c331989b
commit
2d1c14da37
21 changed files with 344 additions and 7989 deletions
20
vim/.vimrc
20
vim/.vimrc
|
|
@ -12,7 +12,7 @@ set splitright
|
|||
set splitbelow
|
||||
|
||||
" syntax on
|
||||
syntax on
|
||||
syntax enable
|
||||
|
||||
" switch buffers without writing to file
|
||||
set hidden
|
||||
|
|
@ -31,9 +31,13 @@ set wildmenu
|
|||
" use normal backspace behavior
|
||||
set backspace=2
|
||||
|
||||
" disable background color erase
|
||||
set t_ut=
|
||||
set t_Co=256
|
||||
|
||||
" colorscheme
|
||||
if exists('+termguicolors')
|
||||
set termguicolors
|
||||
colorscheme breezy
|
||||
endif
|
||||
|
||||
|
||||
" line numbers
|
||||
|
|
@ -60,7 +64,7 @@ set lbr
|
|||
|
||||
" default Colors for CursorLine
|
||||
set cursorline
|
||||
highlight CursorLine cterm=none
|
||||
highlight CursorLine cterm=NONE
|
||||
|
||||
" activate statusbar
|
||||
set laststatus=2
|
||||
|
|
@ -100,11 +104,3 @@ map <silent> <C-E> :Lexplore <CR>
|
|||
|
||||
" tab for completion
|
||||
inoremap <Tab> <C-R>=Tab_Or_Complete()<CR>
|
||||
|
||||
" colorscheme
|
||||
if exists('+termguicolors')
|
||||
set termguicolors
|
||||
colorscheme simplify-dark
|
||||
endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue