mirror of
https://github.com/preservim/vim-thematic.git
synced 2025-11-15 05:13:49 -05:00
fixed writer example
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user