From 7b72365a8155253e477cbe13cde2bd9ce82d4e3b Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sat, 23 Nov 2019 00:41:21 +0300 Subject: Change colourscheme to onedark --- .config/kitty/kitty.conf | 71 ++++++++++++++---------------------------------- .config/nvim/init.vim | 17 ++---------- 2 files changed, 24 insertions(+), 64 deletions(-) (limited to '.config') diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index e5d1e84..64e5b81 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -79,56 +79,27 @@ inactive_tab_font_style normal # Dark -background #002b36 -foreground #839496 -cursor #93a1a1 - -selection_background #81908f -selection_foreground #002831 - -color0 #073642 -color1 #dc322f -color2 #859900 -color3 #b58900 -color4 #268bd2 -color5 #d33682 -color6 #2aa198 -color7 #eee8d5 -color9 #cb4b16 -color8 #002b36 -color10 #586e75 -color11 #657b83 -color12 #839496 -color13 #6c71c4 -color14 #93a1a1 -color15 #fdf6e3 - -# Light - -#background #fdf6e3 -#foreground #657b83 -#cursor #586e75 -# -#selection_background #475b62 -#selection_foreground #eae3cb -# -#color0 #073642 -#color8 #002b36 -#color1 #dc322f -#color9 #cb4b16 -#color2 #859900 -#color10 #586e75 -#color3 #b58900 -#color11 #657b83 -#color4 #268bd2 -#color12 #839496 -#color5 #d33682 -#color13 #6c71c4 -#color6 #2aa198 -#color14 #93a1a1 -#color7 #eee8d5 -#color15 #fdf6e3 - +foreground #979eab +background #282c34 +cursor #cccccc +color0 #282c34 +color1 #e06c75 +color2 #98c379 +color3 #e5c07b +color4 #61afef +color5 #be5046 +color6 #56b6c2 +color7 #979eab +color8 #393e48 +color9 #d19a66 +color10 #56b6c2 +color11 #e5c07b +color12 #61afef +color13 #be5046 +color14 #56b6c2 +color15 #abb2bf +selection_foreground #282c34 +selection_background #979eab #: }}} diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index ebace34..93ac515 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -35,12 +35,8 @@ Plug 'majutsushi/tagbar' "status/tabline Plug 'bling/vim-airline' -" color themes -Plug 'lifepillar/vim-solarized8' -Plug 'arcticicestudio/nord-vim' -Plug 'aonemd/kuroi.vim' -Plug 'ayu-theme/ayu-vim' -Plug 'lifepillar/vim-gruvbox8' +" " color theme +Plug 'joshdick/onedark.vim' "Personal wiki Plug 'vimwiki/vimwiki' @@ -175,14 +171,7 @@ set diffopt+=internal,algorithm:patience "{{{Look and Feel set termguicolors - -" let g:nord_underline = 1 -" let g:nord_italic = 1 -" let g:nord_italic_comments = 1 -" let g:nord_cursor_line_number_background = 1 -" let ayucolor="light" - -colorscheme solarized8 +colorscheme onedark " }}} -- cgit v1.2.3-70-g09d2