Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alistairbill/ac2ce092d0fc73a7022c5ab5449e59c6 to your computer and use it in GitHub Desktop.
Save alistairbill/ac2ce092d0fc73a7022c5ab5449e59c6 to your computer and use it in GitHub Desktop.
Make oceanic-next vim theme transparent
From d9a4347654e2a5b6b3323011049d094e3358e39c Mon Sep 17 00:00:00 2001
From: Alistair Bill <alistair.bill@gmail.com>
Date: Sun, 1 May 2016 20:28:14 +0100
Subject: [PATCH] Make theme transparent
---
colors/OceanicNext.vim | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/colors/OceanicNext.vim b/colors/OceanicNext.vim
index e8207ee..8875d4c 100644
--- a/colors/OceanicNext.vim
+++ b/colors/OceanicNext.vim
@@ -167,7 +167,7 @@ call <sid>hi("Title", s:gui0D, "", s:cterm0D, "", "none")
call <sid>hi("Conceal", s:gui0D, s:gui00, s:cterm0D, s:cterm00, "")
call <sid>hi("Cursor", s:gui00, s:gui05, s:cterm00, s:cterm05, "")
call <sid>hi("NonText", s:gui03, "", s:cterm03, "", "")
-call <sid>hi("Normal", s:gui05, s:gui00, s:cterm05, s:cterm00, "")
+call <sid>hi("Normal", s:gui05, "", s:cterm05, "", "")
call <sid>hi("LineNr", s:gui03, s:gui01, s:cterm03, s:cterm01, "")
call <sid>hi("CursorLineNR", s:guiWhite, s:guiWhite, s:ctermWhite, s:ctermWhite, "")
call <sid>hi("SignColumn", s:gui03, s:gui01, s:cterm03, s:cterm01, "")
--
2.8.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment