initial commit
This commit is contained in:
parent
c0c365a8b2
commit
7bb3bdeda1
30 changed files with 3075 additions and 0 deletions
9
.vim/themes/tokyonight.vim
Normal file
9
.vim/themes/tokyonight.vim
Normal file
|
@ -0,0 +1,9 @@
|
|||
let g:tokyonight_style = 'night'
|
||||
let g:tokyonight_enable_italic = 1
|
||||
let g:tokyonight_transparent_background = 0
|
||||
let g:tokyonight_menu_selection_background = 'green'
|
||||
let g:tokyonight_cursor = 'green'
|
||||
let g:tokyonight_current_word = 'underline'
|
||||
let g:airline_theme = "tokyonight"
|
||||
|
||||
colorscheme tokyonight
|
Loading…
Add table
Add a link
Reference in a new issue