fixed gui example

This commit is contained in:
Reed Esau
2014-01-05 18:27:07 -07:00
parent c7a025a085
commit 2b7e267a82

View File

@@ -110,11 +110,13 @@ let g:thematic#themes = {
\ }, \ },
\ 'solar_dark' : { 'colorscheme': 'solarized', \ 'solar_dark' : { 'colorscheme': 'solarized',
\ 'typeface': 'Source Code Pro Light', \ 'typeface': 'Source Code Pro Light',
\ 'background': 'dark',
\ 'font-size': 20, \ 'font-size': 20,
\ 'linespace': 8, \ 'linespace': 8,
\ }, \ },
\ 'solar_lite' : { 'colorscheme': 'solarized', \ 'solar_lite' : { 'colorscheme': 'solarized',
\ 'typeface': 'Source Code Pro', \ 'typeface': 'Source Code Pro',
\ 'background': 'light',
\ 'font-size': 20, \ 'font-size': 20,
\ 'linespace': 6, \ 'linespace': 6,
\ }, \ },