diff options
author | Chris <[email protected]> | 2020-10-28 21:59:10 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-10-28 21:59:10 -0400 |
commit | ac7f03001ac6c68430d6306de19bc124c385ccd1 (patch) | |
tree | 6f9a88cb35be3e1b2ceb60ae328912f7be0dc3fa /themes | |
parent | 6caac1b75fd656b3394bf4ee5d41d5fa82ba91a4 (diff) |
added galaxy line
Diffstat (limited to 'themes')
-rw-r--r-- | themes/airline.vim | 2 | ||||
-rw-r--r-- | themes/nvcode.vim | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/themes/airline.vim b/themes/airline.vim index 127a58ee..07848515 100644 --- a/themes/airline.vim +++ b/themes/airline.vim @@ -37,7 +37,7 @@ let g:airline_section_c = airline#section#create(['']) " let g:airline_section_z = airline#section#create(['linenr']) " Switch to your current theme -" let g:airline_theme = 'onedark' +let g:airline_theme = 'one' " Always show tabs set showtabline=2 diff --git a/themes/nvcode.vim b/themes/nvcode.vim index 7a497c33..9f010681 100644 --- a/themes/nvcode.vim +++ b/themes/nvcode.vim @@ -1,10 +1,9 @@ hi Comment cterm=italic -let g:nvcode_hide_endofbuffer=1 -let g:nvcode_terminal_italics=1 let g:nvcode_termcolors=256 syntax on colorscheme nvcode +" colorscheme onedark " checks if your terminal has 24-bit color support |