Skip to content

Instantly share code, notes, and snippets.

View hikarock's full-sized avatar
🌏
Working from home

hikarock hikarock

🌏
Working from home
View GitHub Profile
@hikarock
hikarock / jsdoit.css
Created May 29, 2013 15:04
_.debounce
* {
margin: 0;
padding: 0;
border: 0;
}
body {
background: #dff;
font: 30px sans-serif;
}
diff --git colors/jellybeans.vim colors/jellybeans.vim
index 7ddbc4e..3ea334b 100644
--- colors/jellybeans.vim
+++ colors/jellybeans.vim
@@ -494,7 +494,7 @@ if !s:low_color
exec "hi NonText ctermbg=".g:jellybeans_background_color_256
exec "hi LineNr ctermbg=".g:jellybeans_background_color_256
hi DiffText ctermfg=81
- exec "hi Normal ctermbg=".g:jellybeans_background_color_256
+ exec "hi Normal ctermbg=none"