mirror of
https://github.com/preservim/vim-thematic.git
synced 2025-11-13 12:23:49 -05:00
various doc improvements
This commit is contained in:
@@ -87,6 +87,7 @@ of your themes:
|
|||||||
```vim
|
```vim
|
||||||
let g:thematic#defaults = {
|
let g:thematic#defaults = {
|
||||||
\ 'airline-theme': 'jellybeans',
|
\ 'airline-theme': 'jellybeans',
|
||||||
|
\ 'background': 'dark',
|
||||||
\ 'laststatus': 2,
|
\ 'laststatus': 2,
|
||||||
\ }
|
\ }
|
||||||
```
|
```
|
||||||
@@ -148,12 +149,13 @@ thematic does not map any keys by default, but you can easily do so in
|
|||||||
your `.vimrc` file:
|
your `.vimrc` file:
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
nnoremap <Leader>T <Plug>ThematicNext
|
nnoremap <Leader>T :ThematicNext<CR>
|
||||||
|
nnoremap <Leader>I :Thematic iawriter<CR>
|
||||||
```
|
```
|
||||||
|
|
||||||
## What theme properties can I set?
|
## What theme properties can I set?
|
||||||
|
|
||||||
For each theme you specify one or more properties.
|
Many properties are available for console-only and GUI-based Vim.
|
||||||
|
|
||||||
For console or GUI-based Vim:
|
For console or GUI-based Vim:
|
||||||
* `laststatus` (0, 1, or 2) - controls the visibility of the status bar
|
* `laststatus` (0, 1, or 2) - controls the visibility of the status bar
|
||||||
@@ -171,8 +173,8 @@ For console or GUI-based Vim:
|
|||||||
* `fold-column-color-mute` - temporarily modifies colorscheme to hide
|
* `fold-column-color-mute` - temporarily modifies colorscheme to hide
|
||||||
indicators in foldcolumn
|
indicators in foldcolumn
|
||||||
|
|
||||||
The following options are for GUI-based Vim only (they will be ignored
|
The following options are for GUI-based Vim only (they will be ignored if
|
||||||
if you're running in console-based Vim):
|
you're running a console-based Vim):
|
||||||
|
|
||||||
Typography-related:
|
Typography-related:
|
||||||
|
|
||||||
@@ -193,10 +195,9 @@ Screen-related:
|
|||||||
## GUI fullscreen capabilities
|
## GUI fullscreen capabilities
|
||||||
|
|
||||||
thematic supports fullscreen capabilities for GUI-based Vim, including
|
thematic supports fullscreen capabilities for GUI-based Vim, including
|
||||||
typeface, font-size, lines, columns, linespace, transparency and even the
|
changing the fullscreen background to match the text background.
|
||||||
fullscreen background.
|
|
||||||
|
|
||||||
Note that once invoked, thematic will override your fullscreen settings,
|
Note that when installed, thematic will override your fullscreen settings,
|
||||||
specifically `fuoptions` to get better control over screen lines and
|
specifically `fuoptions` to get better control over screen lines and
|
||||||
columns and the fullscreen background.
|
columns and the fullscreen background.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user