branch: externals/standard-themes
commit 97b6aaf1d9eac65c357115ff1fec4214be9ae23b
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Use the same Commentary in all files
---
standard-adwaita-theme.el | 12 ++++++++++--
standard-dark-theme.el | 2 +-
standard-dark-tinted-theme.el | 2 +-
standard-light-theme.el | 2 +-
standard-light-tinted-theme.el | 2 +-
standard-themes.el | 2 +-
6 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/standard-adwaita-theme.el b/standard-adwaita-theme.el
index 7fe1053ef3..f402b6fce3 100644
--- a/standard-adwaita-theme.el
+++ b/standard-adwaita-theme.el
@@ -21,8 +21,16 @@
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
-
-;; TODO:
+;;
+;; The `standard-themes' are a collection of light and dark themes for
+;; GNU Emacs. The `standard-light' and `standard-dark' emulate the
+;; out-of-the-box looks of Emacs (which technically do NOT constitute
+;; a theme) while bringing to them thematic consistency,
+;; customizability, and extensibility. Other themes are stylistic
+;; variations of those or other built-in themes.
+;;
+;; Why call them "standard"? Obviously because: Standard Themes Are
+;; Not Derivatives but the Affectionately Reimagined Default ... themes.
;;; Code:
diff --git a/standard-dark-theme.el b/standard-dark-theme.el
index 9be005baba..7d88942be1 100644
--- a/standard-dark-theme.el
+++ b/standard-dark-theme.el
@@ -29,7 +29,7 @@
;; out-of-the-box looks of Emacs (which technically do NOT constitute
;; a theme) while bringing to them thematic consistency,
;; customizability, and extensibility. Other themes are stylistic
-;; variations of those.
+;; variations of those or other built-in themes.
;;
;; Why call them "standard"? Obviously because: Standard Themes Are
;; Not Derivatives but the Affectionately Reimagined Default ... themes.
diff --git a/standard-dark-tinted-theme.el b/standard-dark-tinted-theme.el
index b2ed301a2d..f77797796c 100644
--- a/standard-dark-tinted-theme.el
+++ b/standard-dark-tinted-theme.el
@@ -29,7 +29,7 @@
;; out-of-the-box looks of Emacs (which technically do NOT constitute
;; a theme) while bringing to them thematic consistency,
;; customizability, and extensibility. Other themes are stylistic
-;; variations of those.
+;; variations of those or other built-in themes.
;;
;; Why call them "standard"? Obviously because: Standard Themes Are
;; Not Derivatives but the Affectionately Reimagined Default ... themes.
diff --git a/standard-light-theme.el b/standard-light-theme.el
index 8cdbcfd5f0..ce90b16dd0 100644
--- a/standard-light-theme.el
+++ b/standard-light-theme.el
@@ -29,7 +29,7 @@
;; out-of-the-box looks of Emacs (which technically do NOT constitute
;; a theme) while bringing to them thematic consistency,
;; customizability, and extensibility. Other themes are stylistic
-;; variations of those.
+;; variations of those or other built-in themes.
;;
;; Why call them "standard"? Obviously because: Standard Themes Are
;; Not Derivatives but the Affectionately Reimagined Default ... themes.
diff --git a/standard-light-tinted-theme.el b/standard-light-tinted-theme.el
index e49f99e038..a6aa7c868c 100644
--- a/standard-light-tinted-theme.el
+++ b/standard-light-tinted-theme.el
@@ -29,7 +29,7 @@
;; out-of-the-box looks of Emacs (which technically do NOT constitute
;; a theme) while bringing to them thematic consistency,
;; customizability, and extensibility. Other themes are stylistic
-;; variations of those.
+;; variations of those or other built-in themes.
;;
;; Why call them "standard"? Obviously because: Standard Themes Are
;; Not Derivatives but the Affectionately Reimagined Default ... themes.
diff --git a/standard-themes.el b/standard-themes.el
index 7f84b61b80..23c43fe374 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -31,7 +31,7 @@
;; out-of-the-box looks of Emacs (which technically do NOT constitute
;; a theme) while bringing to them thematic consistency,
;; customizability, and extensibility. Other themes are stylistic
-;; variations of those.
+;; variations of those or other built-in themes.
;;
;; Why call them "standard"? Obviously because: Standard Themes Are
;; Not Derivatives but the Affectionately Reimagined Default ... themes.