Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/wsl2 #1

Merged
merged 2 commits into from
Feb 4, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat: gruvbox use light theme
  • Loading branch information
lycheng committed Feb 2, 2021
commit dde738b1cd9b2de5cff5d8218b9c269e77ce332c
4 changes: 2 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ set termguicolors

" gruvbox
" https://github.com/morhetz/gruvbox/wiki/Terminal-specific
set background=dark
let g:gruvbox_contrast_dark='soft'
set background=light
let g:gruvbox_contrast_light='soft'
let g:gruvbox_improved_warnings=1
colorscheme gruvbox

Expand Down