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