From 58c212638cebdfa1c795034e4a573fb9caa41a9b Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Mon, 14 Oct 2019 10:18:22 -0400 Subject: [PATCH] Switched to corvine --- alacritty/alacritty.yml | 36 ++++++++++++++++++------------------ vim/vimrc | 5 ++++- 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 6d674af..56d4298 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -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 # diff --git a/vim/vimrc b/vim/vimrc index 5777662..54a8df9 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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 u :UndotreeToggle nnoremap h