diff options
author | Alva <a@u8.is> | 2019-12-11 19:45:01 +0100 |
---|---|---|
committer | Alva <a@u8.is> | 2019-12-11 20:54:23 +0100 |
commit | 99bdc795278a020953107997867c291ce655b202 (patch) | |
tree | 8b35dbe67293302bc552daa1083ed1ebc315376d /doc | |
parent | 8ce1f06da17689f11ba0ff389b96c5b363820e23 (diff) |
Add documentation for dark-mode option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/vimb.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1143,6 +1143,10 @@ selected. .B cursiv-font (string) The font family used as the default for content using cursive font. .TP +.B dark-mode (bool) +Whether to enable dark mode. Websites can use the `prefers-color-scheme' media +query to adjust styles according to this option. +.TP .B default-charset (string) The default text charset used when interpreting content with an unspecified charset. |