solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit bed4f2a6cb10c17092c042090e91fe9be525515b
parent 72f47691334ab7f8f8dc392f73c03734e67a739d
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Date:   Sun, 29 Mar 2026 09:36:21 +0300

Fix wrong variant in dark theme docstring in UPGRADE-GUIDE.md

Diffstat:
MUPGRADE-GUIDE.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/UPGRADE-GUIDE.md b/UPGRADE-GUIDE.md @@ -45,7 +45,7 @@ This is an example of how to adapt derived child themes to the changes: (require 'solarized) (require 'my-solarized) -(deftheme my-solarized-dark "The light variant of the Solarized colour theme") +(deftheme my-solarized-dark "The dark variant of the Solarized colour theme") (create-solarized-theme 'dark 'my-solarized-dark 'my-solarized-theme) (provide-theme 'my-solarized-dark)