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