solarized-emacs

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

commit 5dc41ae5f25ee6b646e2594f51fd3bc93376f82e
parent e7c823d488ac355a9a42c6df4991a1a385b90490
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Date:   Sun, 29 Mar 2026 10:01:52 +0300

Fix incorrect docstrings and comments in theme variant files

Diffstat:
Msolarized-dark-high-contrast-theme.el | 3+--
Msolarized-gruvbox-light-theme.el | 2+-
Msolarized-wombat-dark-theme.el | 4++--
Msolarized-zenburn-theme.el | 2+-
4 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/solarized-dark-high-contrast-theme.el b/solarized-dark-high-contrast-theme.el @@ -1,4 +1,4 @@ -;;; solarized-dark-high-contrast-theme.el --- Solarized Light Theme for Emacs -*- lexical-binding: t -*- +;;; solarized-dark-high-contrast-theme.el --- Solarized Dark High Contrast Theme -*- lexical-binding: t -*- ;; Copyright (C) 2019 Thomas Frössman @@ -33,7 +33,6 @@ (provide-theme 'solarized-dark-high-contrast) - (provide 'solarized-dark-high-contrast-theme) ;; Local Variables: diff --git a/solarized-gruvbox-light-theme.el b/solarized-gruvbox-light-theme.el @@ -17,7 +17,7 @@ ;;; Commentary: ;; -;; The dark variant of the solarized theme with gruvbox color palette +;; The light variant of the solarized theme with gruvbox color palette ;; ;;; Code: diff --git a/solarized-wombat-dark-theme.el b/solarized-wombat-dark-theme.el @@ -17,7 +17,7 @@ ;;; Commentary: ;; -;; The the dark solarized theme with the wombat palette +;; The dark solarized theme with the wombat palette ;; ;;; Code: @@ -25,7 +25,7 @@ (eval-when-compile (require 'solarized-palettes)) -(deftheme solarized-wombat-dark "The the dark solarized theme with the wombat palette") +(deftheme solarized-wombat-dark "The dark solarized theme with the wombat palette") (solarized-with-color-variables-with-palette 'dark 'solarized-wombat-dark '("#2a2a29" "#f6f3e8" ; base03 (02 01 00 0 1 2) base3 diff --git a/solarized-zenburn-theme.el b/solarized-zenburn-theme.el @@ -26,7 +26,7 @@ (require 'solarized-palettes)) (deftheme solarized-zenburn - "The dark variant of the Solarized colour theme with gruvbox color palette") + "The dark variant of the Solarized colour theme with zenburn color palette") (solarized-with-color-variables 'dark 'solarized-zenburn solarized-zenburn-color-palette-alist)