Update theme

This commit is contained in:
daniele 2024-05-31 21:58:44 +02:00
parent 432b61594b
commit 3599ae11c1
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514
2 changed files with 7 additions and 4 deletions

View File

@ -2339,7 +2339,8 @@ clipboard_control write-clipboard read-clipboard
# BEGIN_KITTY_THEME
include Catppuccin-Frappe.conf
include Tokyo Night Storm.conf
#: include Catppuccin-Frappe.conf
#: include Catppuccin-Mocha.conf
#: include Espresso.conf
#: include Everforest Dark Hard.conf

8
.vimrc
View File

@ -29,6 +29,7 @@ set grepprg=grep\ -nH\ $*
call plug#begin()
Plug 'catppuccin/vim', { 'as': 'catppuccin' }
Plug 'ghifarit53/tokyonight-vim'
call plug#end()
@ -38,6 +39,8 @@ let g:ale_enabled=0
let g:ale_python_pylint_options='--max-line-length=160 --disable=missing-docstring --disable=invalid-name'
" let g:everforest_background='hard'
" let g:everforest_better_performance=1
let g:tokyonight_style='storm'
let g:tokyonight_enable_italic=1
let g:rainbow_active=1
let g:tex_flavor='latex'
@ -80,6 +83,5 @@ au BufRead /tmp/mutt-* set tw=144
" }}}
colorscheme catppuccin_frappe
" colorscheme catppuccin_frappe
colorscheme tokyonight