From 4d86681c4ce2a14ae9b5b6b165f4f53cbd4c1113 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Sun, 5 Jan 2014 18:23:58 -0700 Subject: [PATCH] fixed writer example --- README.markdown | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.markdown b/README.markdown index 72da215..0ef2b82 100644 --- a/README.markdown +++ b/README.markdown @@ -118,14 +118,6 @@ let g:thematic#themes = { \ 'font-size': 20, \ 'linespace': 6, \ }, -\ 'iawriter' : { 'background': 'light', -\ 'columns': 75, -\ 'font-size': 20, -\ 'fullscreen': 1, -\ 'laststatus': 0, -\ 'linespace': 8, -\ 'typeface': 'Cousine', -\ }, \ } ``` @@ -247,7 +239,8 @@ for MacVim: ```vim let g:thematic#themes = { -\ 'iawriter' : { 'background': 'light', +\ 'iawriter' : { 'colorscheme': 'pencil', +\ 'background': 'light', \ 'columns': 75, \ 'font-size': 20, \ 'fullscreen': 1,