mirror of
https://github.com/preservim/vim-thematic.git
synced 2025-11-10 10:53:50 -05:00
removed second example of defaults dict
This commit is contained in:
@@ -101,30 +101,25 @@ can `set guifont=` in your .gvimrc independent of thematic.
|
|||||||
|
|
||||||
GUI-based Vim users have additional options available in theming. For example,
|
GUI-based Vim users have additional options available in theming. For example,
|
||||||
|
|
||||||
```vim
|
|
||||||
let g:thematic#defaults = {
|
|
||||||
...other defaults...
|
|
||||||
\ 'typeface': 'Menlo',
|
|
||||||
\ 'font-size': 20,
|
|
||||||
\ 'linespace': 8,
|
|
||||||
\ 'transparency': 0,
|
|
||||||
\ }
|
|
||||||
```
|
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
let g:thematic#themes = {
|
let g:thematic#themes = {
|
||||||
\ 'bubblegum' : {
|
\ 'bubblegum' : { 'typeface': 'Menlo',
|
||||||
|
\ 'font-size': 18,
|
||||||
|
\ 'linespace': 2,
|
||||||
\ },
|
\ },
|
||||||
\ 'solar_dark' : { 'colorscheme': 'solarized',
|
\ 'solar_dark' : { 'colorscheme': 'solarized',
|
||||||
\ 'typeface': 'Source Code Pro Light',
|
\ 'typeface': 'Source Code Pro Light',
|
||||||
|
\ 'font-size': 20,
|
||||||
\ 'linespace': 8,
|
\ 'linespace': 8,
|
||||||
\ },
|
\ },
|
||||||
\ 'solar_lite' : { 'colorscheme': 'solarized',
|
\ 'solar_lite' : { 'colorscheme': 'solarized',
|
||||||
\ 'typeface': 'Source Code Pro',
|
\ 'typeface': 'Source Code Pro',
|
||||||
|
\ 'font-size': 20,
|
||||||
\ 'linespace': 6,
|
\ 'linespace': 6,
|
||||||
\ },
|
\ },
|
||||||
\ 'iawriter' : { 'colorscheme': 'reede_light',
|
\ 'iawriter' : { 'colorscheme': 'reede_light',
|
||||||
\ 'columns': 75,
|
\ 'columns': 75,
|
||||||
|
\ 'typeface': 'Menlo',
|
||||||
\ 'font-size': 22,
|
\ 'font-size': 22,
|
||||||
\ 'fullscreen': 1,
|
\ 'fullscreen': 1,
|
||||||
\ },
|
\ },
|
||||||
|
|||||||
Reference in New Issue
Block a user