summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/kitty/kitty.conf47
-rwxr-xr-x.config/nvim/init.vim10
-rw-r--r--.config/zathura/zathurarc61
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
78 78
79#: Color scheme {{{ 79#: Color scheme {{{
80 80
81# Dark 81# moonfly
82 82# https://github.com/bluz71/vim-moonfly-colors/blob/master/terminal_themes/kitty-theme.conf
83foreground #979eab 83
84background #282c34 84background #080808
85cursor #cccccc 85foreground #b2b2b2
86color0 #282c34 86cursor #9e9e9e
87color1 #e06c75 87color0 #373c40
88color2 #98c379 88color1 #ff5454
89color3 #e5c07b 89color2 #8cc85f
90color4 #61afef 90color3 #e3c78a
91color5 #be5046 91color4 #80a0ff
92color6 #56b6c2 92color5 #d183e8
93color7 #979eab 93color6 #7ee0ce
94color8 #393e48 94color7 #de935f
95color9 #d19a66 95color8 #f09479
96color10 #56b6c2 96color9 #f74782
97color11 #e5c07b 97color10 #42cf89
98color12 #61afef 98color11 #cfcfb0
99color13 #be5046 99color12 #78c2ff
100color14 #56b6c2 100color13 #ae81ff
101color15 #abb2bf 101color14 #85dc85
102selection_foreground #282c34 102color15 #e2637f
103selection_background #979eab 103selection_background #b2ceee
104selection_foreground #080808
104 105
105#: }}} 106#: }}}
106 107
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'
34" displays tags ordered by scope 34" displays tags ordered by scope
35Plug 'majutsushi/tagbar' 35Plug 'majutsushi/tagbar'
36" status/tabline 36" status/tabline
37Plug 'bling/vim-airline' 37Plug 'vim-airline/vim-airline'
38Plug 'vim-airline/vim-airline-themes'
38 39
39" color theme of $CURRENT_YEAR 40" color theme of $CURRENT_YEAR
40Plug 'joshdick/onedark.vim' 41Plug 'bluz71/vim-moonfly-colors'
41 42
42" Personal wiki 43" Personal wiki
43Plug 'vimwiki/vimwiki' 44Plug 'vimwiki/vimwiki'
@@ -198,9 +199,9 @@ set diffopt=algorithm:patience
198" }}} 199" }}}
199 200
200"{{{Look and Feel 201"{{{Look and Feel
201let g:onedark_terminal_italics=1
202set termguicolors 202set termguicolors
203colorscheme onedark 203colorscheme moonfly
204let g:moonflyUndercurls = 0
204 205
205" }}} 206" }}}
206 207
@@ -302,7 +303,6 @@ let g:tagbar_width = 25
302 303
303"{{{ Airline 304"{{{ Airline
304let g:airline_powerline_fonts = 1 305let g:airline_powerline_fonts = 1
305let g:airline_theme='onedark'
306let g:airline#extensions#tabline#formatter = 'unique_tail' 306let g:airline#extensions#tabline#formatter = 'unique_tail'
307let g:airline#extensions#tabline#enabled = 1 307let g:airline#extensions#tabline#enabled = 1
308let g:airline_mode_map = {} 308let 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 @@
1set selection-clipboard clipboard 1set selection-clipboard "clipboard"
2set incremental-search "true" 2set incremental-search "true"
3set guioptions "shv"
3 4
4set default-bg "#282c34" 5set default-fg "#9e9e9e"
5set default-fg "#353b45" 6set default-bg "#0e0e0e"
6 7
7set statusbar-fg "#c8ccd4" 8set recolor-darkcolor "#b2b2b2"
8set statusbar-bg "#3e4451" 9set recolor-lightcolor "#080808"
9 10
10set inputbar-bg "#282c34" 11set statusbar-fg "#b2b2b2"
11set inputbar-fg "#c8ccd4" 12set statusbar-bg "#080808"
12 13
13set notification-bg "#282c34" 14set inputbar-fg "#9e9e9e"
14set notification-fg "#c8ccd4" 15set inputbar-bg "#080808"
15 16
16set notification-error-bg "#282c34" 17set notification-fg "#c8ccd4"
17set notification-error-fg "#e06c75" 18set notification-bg "#282c34"
18 19
19set notification-warning-bg "#282c34" 20set notification-error-fg "#ff5454"
20set notification-warning-fg "#e06c75" 21set notification-error-bg "#080808"
21 22
22set highlight-color "#e5c07b" 23set notification-warning-fg "#e3c78a"
23set highlight-active-color "#61afef" 24set notification-warning-bg "#080808"
24 25
25set completion-bg "#353b45" 26set highlight-color "#e5c07b"
26set completion-fg "#61afef" 27set highlight-active-color "#ff5454"
27 28
28set completion-highlight-fg "#c8ccd4" 29set completion-fg "#80a0ff"
29set completion-highlight-bg "#61afef" 30set completion-bg "#080808"
30 31
31set recolor-lightcolor "#282c34" 32set completion-highlight-fg "#080808"
32set recolor-darkcolor "#b6bdca" 33set completion-highlight-bg "#80a0ff"
33 34
34set recolor "true" 35set tabbar-fg "#f74782"
35set recolor-keephue "false" 36set tabbar-bg "#080808"
36 37
37map <C-s> feedkeys ":write /home/yigit/Downloads/toPrint/toPrint_staging<Return>" 38set index-fg "#9e9e9e"
38set synctex true 39set index-bg "#080808"
40set index-active-fg "#080808"
41set index-active-bg "#8cc85f"
42
43set recolor "true"
44set recolor-keephue "false"
45set synctex "true"
39set syntex-editor-command "nvr --remote +%line %file"" 46set syntex-editor-command "nvr --remote +%line %file""
47
48map <C-s> feedkeys ":write /home/yigit/Downloads/toPrint/toPrint_staging<Return>"