diff options
| -rw-r--r-- | .config/kitty/kitty.conf | 76 | ||||
| -rwxr-xr-x | .config/nvim/init.vim | 24 |
2 files changed, 66 insertions, 34 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 64864cb..96f9e05 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf | |||
| @@ -55,7 +55,7 @@ remember_window_size no | |||
| 55 | initial_window_width 80c | 55 | initial_window_width 80c |
| 56 | initial_window_height 24c | 56 | initial_window_height 24c |
| 57 | 57 | ||
| 58 | window_padding_width 5.0 | 58 | window_padding_width 0.0 |
| 59 | 59 | ||
| 60 | #: }}} | 60 | #: }}} |
| 61 | 61 | ||
| @@ -75,27 +75,59 @@ inactive_tab_font_style normal | |||
| 75 | #: }}} | 75 | #: }}} |
| 76 | 76 | ||
| 77 | #: Color scheme {{{ | 77 | #: Color scheme {{{ |
| 78 | foreground #d8dee9 | 78 | |
| 79 | background #2e3440 | 79 | # Dark |
| 80 | selection_foreground #2e3440 | 80 | |
| 81 | selection_background #d8dee9 | 81 | background #002b36 |
| 82 | 82 | foreground #839496 | |
| 83 | color0 #3b4252 | 83 | cursor #93a1a1 |
| 84 | color1 #bf616a | 84 | |
| 85 | color2 #a3be8c | 85 | selection_background #81908f |
| 86 | color3 #ebcb8b | 86 | selection_foreground #002831 |
| 87 | color4 #81a1c1 | 87 | |
| 88 | color5 #b48ead | 88 | color0 #073642 |
| 89 | color6 #88c0d0 | 89 | color1 #dc322f |
| 90 | color7 #e5e9f0 | 90 | color2 #859900 |
| 91 | color8 #4c566a | 91 | color3 #b58900 |
| 92 | color9 #bf616a | 92 | color4 #268bd2 |
| 93 | color10 #a3be8c | 93 | color5 #d33682 |
| 94 | color11 #ebcb8b | 94 | color6 #2aa198 |
| 95 | color12 #81a1c1 | 95 | color7 #eee8d5 |
| 96 | color13 #b48ead | 96 | color9 #cb4b16 |
| 97 | color14 #8fbcbb | 97 | color8 #002b36 |
| 98 | color15 #eceff4 | 98 | color10 #586e75 |
| 99 | color11 #657b83 | ||
| 100 | color12 #839496 | ||
| 101 | color13 #6c71c4 | ||
| 102 | color14 #93a1a1 | ||
| 103 | color15 #fdf6e3 | ||
| 104 | |||
| 105 | # Light | ||
| 106 | |||
| 107 | #background #fdf6e3 | ||
| 108 | #foreground #657b83 | ||
| 109 | #cursor #586e75 | ||
| 110 | # | ||
| 111 | #selection_background #475b62 | ||
| 112 | #selection_foreground #eae3cb | ||
| 113 | # | ||
| 114 | #color0 #073642 | ||
| 115 | #color8 #002b36 | ||
| 116 | #color1 #dc322f | ||
| 117 | #color9 #cb4b16 | ||
| 118 | #color2 #859900 | ||
| 119 | #color10 #586e75 | ||
| 120 | #color3 #b58900 | ||
| 121 | #color11 #657b83 | ||
| 122 | #color4 #268bd2 | ||
| 123 | #color12 #839496 | ||
| 124 | #color5 #d33682 | ||
| 125 | #color13 #6c71c4 | ||
| 126 | #color6 #2aa198 | ||
| 127 | #color14 #93a1a1 | ||
| 128 | #color7 #eee8d5 | ||
| 129 | #color15 #fdf6e3 | ||
| 130 | |||
| 99 | 131 | ||
| 100 | #: }}} | 132 | #: }}} |
| 101 | 133 | ||
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 2ccf629..0b72413 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim | |||
| @@ -29,10 +29,12 @@ Plug 'majutsushi/tagbar' | |||
| 29 | Plug 'bling/vim-airline' | 29 | Plug 'bling/vim-airline' |
| 30 | 30 | ||
| 31 | " color themes | 31 | " color themes |
| 32 | Plug 'arcticicestudio/nord-vim' | 32 | Plug 'lifepillar/vim-solarized8' |
| 33 | Plug 'aonemd/kuroi.vim' | 33 | |
| 34 | Plug 'ayu-theme/ayu-vim' | 34 | " Plug 'arcticicestudio/nord-vim' |
| 35 | Plug 'lifepillar/vim-gruvbox8' | 35 | " Plug 'aonemd/kuroi.vim' |
| 36 | " Plug 'ayu-theme/ayu-vim' | ||
| 37 | " Plug 'lifepillar/vim-gruvbox8' | ||
| 36 | 38 | ||
| 37 | "Personal wiki | 39 | "Personal wiki |
| 38 | Plug 'vimwiki/vimwiki' | 40 | Plug 'vimwiki/vimwiki' |
| @@ -168,15 +170,13 @@ let g:indentguides_ignorelist = ['text', 'tex', 'vimwiki'] | |||
| 168 | 170 | ||
| 169 | set termguicolors | 171 | set termguicolors |
| 170 | 172 | ||
| 171 | let g:nord_underline = 1 | 173 | " let g:nord_underline = 1 |
| 172 | let g:nord_italic = 1 | 174 | " let g:nord_italic = 1 |
| 173 | let g:nord_italic_comments = 1 | 175 | " let g:nord_italic_comments = 1 |
| 174 | let g:nord_cursor_line_number_background = 1 | 176 | " let g:nord_cursor_line_number_background = 1 |
| 175 | 177 | " let ayucolor="light" | |
| 176 | let ayucolor="light" | ||
| 177 | 178 | ||
| 178 | colorscheme nord | 179 | colorscheme solarized8 |
| 179 | " colorscheme ayu | ||
| 180 | 180 | ||
| 181 | " }}} | 181 | " }}} |
| 182 | 182 | ||
