From fc4dd8f4de338bbf385cddfa3f95c49adfc51124 Mon Sep 17 00:00:00 2001
From: Harmen <alicebob@lijzij.de>
Date: Fri, 13 Sep 2024 10:25:09 +0200
Subject: [PATCH] docs: fix "theme choose None" command

The command needs an upper-case "None", not a lower case.
---
 doc_src/interactive.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc_src/interactive.rst b/doc_src/interactive.rst
index 38d557195..682e960b3 100644
--- a/doc_src/interactive.rst
+++ b/doc_src/interactive.rst
@@ -78,7 +78,7 @@ Fish also provides pre-made color themes you can pick with :doc:`fish_config <cm
 
 For example, to disable nearly all coloring::
 
-  fish_config theme choose none
+  fish_config theme choose None
 
 Or, to see all themes, right in your terminal::