From 99bdc795278a020953107997867c291ce655b202 Mon Sep 17 00:00:00 2001
From: Alva <a@u8.is>
Date: Wed, 11 Dec 2019 19:45:01 +0100
Subject: [PATCH] Add documentation for dark-mode option

---
 doc/vimb.1 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/vimb.1 b/doc/vimb.1
index d10ba32..9b1550a 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -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.
-- 
2.20.1