aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2019-06-25 18:36:07 +0200
committerGitHub <noreply@github.com>2019-06-25 18:36:07 +0200
commit788bcbba24655d004764edfae7d432cd474d0a96 (patch)
tree0180de15fd7e7c9d1cc83502db585e27d2fa9903 /runtime/doc/options.txt
parent3e6f06f5d2bea05767c62420b4a73a0c266f7f5a (diff)
parentb0c1e2ab5a46a9ab040d8b2be37196d4d00d3944 (diff)
downloadrneovim-788bcbba24655d004764edfae7d432cd474d0a96.tar.gz
rneovim-788bcbba24655d004764edfae7d432cd474d0a96.tar.bz2
rneovim-788bcbba24655d004764edfae7d432cd474d0a96.zip
Merge pull request #9923 from bfredl/floatblend
blending of floating windows, override individual attributes with ":hi Group blend="
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 212e686f96..53581179b6 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -4513,6 +4513,13 @@ A jump table for the options with a short description can be found at |Q_op|.
the range of 0 for fully opaque popupmenu (disabled) to 100 for fully
transparent background. Values between 0-30 are typically most useful.
+ It is possible to override the level for individual highlights within
+ the popupmenu using |highlight-blend|. For instance, to enable
+ transparency but force the current selected element to be fully opaque: >
+
+ :set pumblend=15
+ :hi PmenuSel blend=0
+<
UI-dependent. Works best with RGB colors. 'termguicolors'
*'pyxversion'* *'pyx'*
@@ -6693,6 +6700,15 @@ A jump table for the options with a short description can be found at |Q_op|.
key is never used for the menu.
This option is not used for <F10>; on Win32.
+ *'winblend'* *'winbl'*
+'winblend' 'winbl' number (default 0)
+ local to window
+ Enables pseudo-transparency for a floating window. Valid values are in
+ the range of 0 for fully opaque window (disabled) to 100 for fully
+ transparent background. Values between 0-30 are typically most useful.
+
+ UI-dependent. Works best with RGB colors. 'termguicolors'
+
*'window'* *'wi'*
'window' 'wi' number (default screen height - 1)
global