Skip to content

Commit c209e9f

Browse files
authored
Update vimrc.local
1 parent 0c4dfce commit c209e9f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

vimrc.local

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ inoremap jj <ESC>
77
"set hlsearch
88
"nmap <leader>hl :let @/ = ""<CR>
99

10+
let g:codedark_transparent = 1
11+
let g:airline_theme = 'codedark'
12+
colorscheme codedark
13+
1014
" gui settings
1115
if (&t_Co == 256 || has('gui_running'))
1216
if ($TERM_PROGRAM == 'iTerm.app')
13-
colorscheme onedark
17+
colorscheme codedark
1418
else
15-
colorscheme desert
19+
colorscheme codedark
1620
endif
1721
endif
1822

0 commit comments

Comments
 (0)