mirror of
https://github.com/preservim/vim-thematic.git
synced 2025-11-15 13:23:49 -05:00
fixed writer example
This commit is contained in:
@@ -118,14 +118,6 @@ let g:thematic#themes = {
|
|||||||
\ 'font-size': 20,
|
\ 'font-size': 20,
|
||||||
\ 'linespace': 6,
|
\ '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
|
```vim
|
||||||
let g:thematic#themes = {
|
let g:thematic#themes = {
|
||||||
\ 'iawriter' : { 'background': 'light',
|
\ 'iawriter' : { 'colorscheme': 'pencil',
|
||||||
|
\ 'background': 'light',
|
||||||
\ 'columns': 75,
|
\ 'columns': 75,
|
||||||
\ 'font-size': 20,
|
\ 'font-size': 20,
|
||||||
\ 'fullscreen': 1,
|
\ 'fullscreen': 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user