This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * { | |
| margin: 0; | |
| padding: 0; | |
| border: 0; | |
| } | |
| body { | |
| background: #dff; | |
| font: 30px sans-serif; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
NewerOlder