Skip to content

Instantly share code, notes, and snippets.

@DrSpeedy
Created April 1, 2018 15:33
Show Gist options
  • Save DrSpeedy/e37632acdf365a9954f9f2b5c10b3d7d to your computer and use it in GitHub Desktop.
Save DrSpeedy/e37632acdf365a9954f9f2b5c10b3d7d to your computer and use it in GitHub Desktop.
OceanicNext vim theme transparent background patch
diff --git a/colors/OceanicNext.vim b/colors/OceanicNext.vim
index 1c496b2..cda25f9 100644
--- a/colors/OceanicNext.vim
+++ b/colors/OceanicNext.vim
@@ -53,10 +53,10 @@ function! <sid>hi(group, fg, bg, attr, attrsp)
exec "hi " . a:group . " guifg=" . a:fg[0]
exec "hi " . a:group . " ctermfg=" . a:fg[1]
endif
- if !empty(a:bg)
- exec "hi " . a:group . " guibg=" . a:bg[0]
- exec "hi " . a:group . " ctermbg=" . a:bg[1]
- endif
+" if !empty(a:bg)
+" exec "hi " . a:group . " guibg=" . a:bg[0]
+" exec "hi " . a:group . " ctermbg=" . a:bg[1]
+" endif
if a:attr != ""
exec "hi " . a:group . " gui=" . a:attr
exec "hi " . a:group . " cterm=" . a:attr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment