From 27b5443fe21bdb2d1f48405501c683e6d077cbbd Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 12 May 2020 12:38:28 +0300 Subject: migrate to moonfly --- .config/kitty/kitty.conf | 47 ++++++++++++++++++------------------ .config/nvim/init.vim | 10 ++++---- .config/zathura/zathurarc | 61 +++++++++++++++++++++++++++-------------------- 3 files changed, 64 insertions(+), 54 deletions(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 08a2ab7..7629b57 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -78,29 +78,30 @@ inactive_tab_font_style normal #: Color scheme {{{ -# Dark - -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 +# moonfly +# https://github.com/bluz71/vim-moonfly-colors/blob/master/terminal_themes/kitty-theme.conf + +background #080808 +foreground #b2b2b2 +cursor #9e9e9e +color0 #373c40 +color1 #ff5454 +color2 #8cc85f +color3 #e3c78a +color4 #80a0ff +color5 #d183e8 +color6 #7ee0ce +color7 #de935f +color8 #f09479 +color9 #f74782 +color10 #42cf89 +color11 #cfcfb0 +color12 #78c2ff +color13 #ae81ff +color14 #85dc85 +color15 #e2637f +selection_background #b2ceee +selection_foreground #080808 #: }}} diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 3ea30d7..36e62c0 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -34,10 +34,11 @@ Plug 'scrooloose/nerdtree' " displays tags ordered by scope Plug 'majutsushi/tagbar' " status/tabline -Plug 'bling/vim-airline' +Plug 'vim-airline/vim-airline' +Plug 'vim-airline/vim-airline-themes' " color theme of $CURRENT_YEAR -Plug 'joshdick/onedark.vim' +Plug 'bluz71/vim-moonfly-colors' " Personal wiki Plug 'vimwiki/vimwiki' @@ -198,9 +199,9 @@ set diffopt=algorithm:patience " }}} "{{{Look and Feel -let g:onedark_terminal_italics=1 set termguicolors -colorscheme onedark +colorscheme moonfly +let g:moonflyUndercurls = 0 " }}} @@ -302,7 +303,6 @@ let g:tagbar_width = 25 "{{{ Airline let g:airline_powerline_fonts = 1 -let g:airline_theme='onedark' let g:airline#extensions#tabline#formatter = 'unique_tail' let g:airline#extensions#tabline#enabled = 1 let g:airline_mode_map = {} diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 5ac5022..a0759f3 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1,39 +1,48 @@ -set selection-clipboard clipboard -set incremental-search "true" +set selection-clipboard "clipboard" +set incremental-search "true" +set guioptions "shv" -set default-bg "#282c34" -set default-fg "#353b45" +set default-fg "#9e9e9e" +set default-bg "#0e0e0e" -set statusbar-fg "#c8ccd4" -set statusbar-bg "#3e4451" +set recolor-darkcolor "#b2b2b2" +set recolor-lightcolor "#080808" -set inputbar-bg "#282c34" -set inputbar-fg "#c8ccd4" +set statusbar-fg "#b2b2b2" +set statusbar-bg "#080808" -set notification-bg "#282c34" -set notification-fg "#c8ccd4" +set inputbar-fg "#9e9e9e" +set inputbar-bg "#080808" -set notification-error-bg "#282c34" -set notification-error-fg "#e06c75" +set notification-fg "#c8ccd4" +set notification-bg "#282c34" -set notification-warning-bg "#282c34" -set notification-warning-fg "#e06c75" +set notification-error-fg "#ff5454" +set notification-error-bg "#080808" -set highlight-color "#e5c07b" -set highlight-active-color "#61afef" +set notification-warning-fg "#e3c78a" +set notification-warning-bg "#080808" -set completion-bg "#353b45" -set completion-fg "#61afef" +set highlight-color "#e5c07b" +set highlight-active-color "#ff5454" -set completion-highlight-fg "#c8ccd4" -set completion-highlight-bg "#61afef" +set completion-fg "#80a0ff" +set completion-bg "#080808" -set recolor-lightcolor "#282c34" -set recolor-darkcolor "#b6bdca" +set completion-highlight-fg "#080808" +set completion-highlight-bg "#80a0ff" -set recolor "true" -set recolor-keephue "false" +set tabbar-fg "#f74782" +set tabbar-bg "#080808" -map feedkeys ":write /home/yigit/Downloads/toPrint/toPrint_staging" -set synctex true +set index-fg "#9e9e9e" +set index-bg "#080808" +set index-active-fg "#080808" +set index-active-bg "#8cc85f" + +set recolor "true" +set recolor-keephue "false" +set synctex "true" set syntex-editor-command "nvr --remote +%line %file"" + +map feedkeys ":write /home/yigit/Downloads/toPrint/toPrint_staging" -- cgit v1.2.3-70-g09d2