Skip to content

Commit

Permalink
more light and dark
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMF committed Aug 7, 2023
1 parent 8df9df1 commit 44d4696
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions editors/vim/my_settings/scripts.vim
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ augroup END
: if g:colors_name == "nice-gui"
: if s:colors == "light"
: let s:colors = "dark"
: hi Normal guifg=white guibg=black
: hi Statement gui=bold guifg=Yellow
: hi Normal guifg=white guibg=black
: hi Statement gui=bold guifg=Yellow
: hi Comment gui=italic guifg=Green
: else
: let s:colors = "light"
: colorscheme nice-gui
Expand Down

0 comments on commit 44d4696

Please sign in to comment.