diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-09-15 13:17:00 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-09-15 13:17:00 +0200 |
commit | 50bf7ce0c9f8c3ede2d1a02c734beba9d5a0504e (patch) | |
tree | e11ea82ed47d606a467d8200c9a9e58712bce49a /runtime/doc | |
parent | 0571f3d6f92a7dab9c1e39acb40c2f8885887b28 (diff) | |
download | vim-git-50bf7ce0c9f8c3ede2d1a02c734beba9d5a0504e.tar.gz |
patch 8.1.2034: dark them of GTK 3 not supportedv8.1.2034
Problem: Dark them of GTK 3 not supported.
Solution: Add the "d" flag in 'guioptions'. (Jonathan Conder, closes #4934)
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 9fa2bfb3a..4890a986c 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -856,6 +856,8 @@ A jump table for the options with a short description can be found at |Q_op|. :set background& < Vim will guess the value. In the GUI this should work correctly, in other cases Vim might not be able to guess the right value. + If the GUI supports a dark them, you can use the "d" flag in + 'guioptions', see 'go-d'. When the |t_RB| option is set, Vim will use it to request the background color from the terminal. If the returned RGB value is dark/light and @@ -3740,6 +3742,9 @@ A jump table for the options with a short description can be found at |Q_op|. *'go-c'* 'c' Use console dialogs instead of popup dialogs for simple choices. + *'go-d'* + 'd' Use dark theme variant if available. Currently only works for + GTK+ GUI. *'go-e'* 'e' Add tab pages when indicated with 'showtabline'. 'guitablabel' can be used to change the text in the labels. |