Switched to corvine
This commit is contained in:
parent
dcf30f3520
commit
58c212638c
2 changed files with 22 additions and 19 deletions
|
@ -138,8 +138,8 @@ draw_bold_text_with_bright_colors: true
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x32302f'
|
||||
foreground: '0xd5c4a1'
|
||||
background: '0x262626'
|
||||
foreground: '0xc6c6c6'
|
||||
|
||||
# Bright and dim foreground colors
|
||||
#
|
||||
|
@ -159,25 +159,25 @@ colors:
|
|||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x32302f'
|
||||
red: '0xfb4934'
|
||||
green: '0xb8bb26'
|
||||
yellow: '0xfabd2f'
|
||||
blue: '0x83a598'
|
||||
magenta: '0xd3869b'
|
||||
cyan: '0x8ec07c'
|
||||
white: '0xd5c4a1'
|
||||
black: '0x3a3a3a'
|
||||
red: '0xd78787'
|
||||
green: '0x87af5f'
|
||||
yellow: '0xd7d7af'
|
||||
blue: '0x87afd7'
|
||||
magenta: '0xafafd7'
|
||||
cyan: '0x87d7d7'
|
||||
white: '0xc6c6c6'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x665c54'
|
||||
red: '0xfb4934'
|
||||
green: '0xb8bb26'
|
||||
yellow: '0xfabd2f'
|
||||
blue: '0x83a598'
|
||||
magenta: '0xd3869b'
|
||||
cyan: '0x8ec07c'
|
||||
white: '0xd5c4a1'
|
||||
black: '0x626262'
|
||||
red: '0xffafaf'
|
||||
green: '0xafd787'
|
||||
yellow: '0xd7d787'
|
||||
blue: '0x87d7ff'
|
||||
magenta: '0xd7afd7'
|
||||
cyan: '0x5fd7d7'
|
||||
white: '0xeeeeee'
|
||||
|
||||
# Dim colors
|
||||
#
|
||||
|
|
|
@ -51,6 +51,7 @@ Plug 'machakann/vim-highlightedyank'
|
|||
Plug 'vim-airline/vim-airline'
|
||||
Plug 'vim-airline/vim-airline-themes'
|
||||
Plug 'morhetz/gruvbox'
|
||||
Plug 'arzg/vim-corvine'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'mhinz/vim-signify'
|
||||
Plug 'tpope/vim-commentary'
|
||||
|
@ -65,14 +66,16 @@ Plug 'liuchengxu/vim-which-key'
|
|||
call plug#end()
|
||||
|
||||
"Gruvbox config
|
||||
colorscheme gruvbox
|
||||
" colorscheme gruvbox
|
||||
set background=dark
|
||||
let g:gruvbox_contrast_dark = 'soft'
|
||||
colorscheme corvine
|
||||
|
||||
"Airline settings
|
||||
let g:airline#extensions#tabline#enabled = 1
|
||||
let g:airline_powerline_fonts = 1
|
||||
let g:airline#extensions#tabline#formatter = 'unique_tail_improved'
|
||||
let g:airline_theme='base16_tomorrow'
|
||||
|
||||
nnoremap <leader>u :UndotreeToggle<cr>
|
||||
nnoremap <leader>h <C-W><C-H>
|
||||
|
|
Loading…
Add table
Reference in a new issue