diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-09-07 06:19:10 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-09-07 06:19:10 +0300 |
| commit | c11d7b767134be9a7b91453e2792fe009c7529b7 (patch) | |
| tree | 85207f0378436a6cbec1c52087acdca500418e88 | |
| parent | 0416ea8554a78e8ae352fb314a336672b048d41c (diff) | |
Make theme one-line descriptions more descriptive
| -rw-r--r-- | ef-autumn-theme.el | 4 | ||||
| -rw-r--r-- | ef-dark-theme.el | 4 | ||||
| -rw-r--r-- | ef-day-theme.el | 4 | ||||
| -rw-r--r-- | ef-duo-dark-theme.el | 4 | ||||
| -rw-r--r-- | ef-duo-light-theme.el | 4 | ||||
| -rw-r--r-- | ef-light-theme.el | 4 | ||||
| -rw-r--r-- | ef-night-theme.el | 4 | ||||
| -rw-r--r-- | ef-spring-theme.el | 4 | ||||
| -rw-r--r-- | ef-summer-theme.el | 4 | ||||
| -rw-r--r-- | ef-winter-theme.el | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/ef-autumn-theme.el b/ef-autumn-theme.el index b85df2d..8bb0964 100644 --- a/ef-autumn-theme.el +++ b/ef-autumn-theme.el @@ -1,4 +1,4 @@ -;;; ef-autumn-theme.el --- Legible dark theme with warm colors -*- lexical-binding:t -*- +;;; ef-autumn-theme.el --- Legible dark theme with warm, varied colors (red, yellow, green, teal) -*- lexical-binding:t -*- ;; Copyright (C) 2022 Free Software Foundation, Inc. @@ -37,7 +37,7 @@ (eval-and-compile (require 'ef-themes) - (deftheme ef-autumn "Legible dark theme with warm colors.") + (deftheme ef-autumn "Legible dark theme with warm, varied colors (red, yellow, green, teal).") (defconst ef-autumn-palette '(;; Basic tones diff --git a/ef-dark-theme.el b/ef-dark-theme.el index 429c7ee..b4efee3 100644 --- a/ef-dark-theme.el +++ b/ef-dark-theme.el @@ -1,4 +1,4 @@ -;;; ef-dark-theme.el --- Legible dark theme with blue and magenta colors -*- lexical-binding:t -*- +;;; ef-dark-theme.el --- Legible dark theme with blue, magenta, cyan, purple colors -*- lexical-binding:t -*- ;; Copyright (C) 2022 Free Software Foundation, Inc. @@ -37,7 +37,7 @@ (eval-and-compile (require 'ef-themes) - (deftheme ef-dark "Legible dark theme with blue and magenta colors.") + (deftheme ef-dark "Legible dark theme with blue, magenta, cyan, purple colors.") (defconst ef-dark-palette '(;; Basic tones diff --git a/ef-day-theme.el b/ef-day-theme.el index 7d0a4ab..6d197bc 100644 --- a/ef-day-theme.el +++ b/ef-day-theme.el @@ -1,4 +1,4 @@ -;;; ef-day-theme.el --- Legible light theme with warm colors -*- lexical-binding:t -*- +;;; ef-day-theme.el --- Legible light theme with warm, varied colors (yellow, red, green, purple) -*- lexical-binding:t -*- ;; Copyright (C) 2022 Free Software Foundation, Inc. @@ -37,7 +37,7 @@ (eval-and-compile (require 'ef-themes) - (deftheme ef-day "Legible light theme with warm colors.") + (deftheme ef-day "Legible light theme with warm, varied colors (yellow, red, green, purple).") (defconst ef-day-palette '(;; Basic tones diff --git a/ef-duo-dark-theme.el b/ef-duo-dark-theme.el index ef63c50..a568989 100644 --- a/ef-duo-dark-theme.el +++ b/ef-duo-dark-theme.el @@ -1,4 +1,4 @@ -;;; ef-duo-dark-theme.el --- Legible dark theme with blue and yellow colors -*- lexical-binding:t -*- +;;; ef-duo-dark-theme.el --- Legible dark theme with mostly blue and yellow colors -*- lexical-binding:t -*- ;; Copyright (C) 2022 Free Software Foundation, Inc. @@ -40,7 +40,7 @@ ;; Most of the colors here are defined simply to preserve ;; compatibility with the rest of the project. We don't actually rely ;; on them for anything critical. - (deftheme ef-duo-dark "Legible dark theme with blue and yellow colors.") + (deftheme ef-duo-dark "Legible dark theme with mostly blue and yellow colors.") (defconst ef-duo-dark-palette '(;; Basic tones diff --git a/ef-duo-light-theme.el b/ef-duo-light-theme.el index b48718d..02a130e 100644 --- a/ef-duo-light-theme.el +++ b/ef-duo-light-theme.el @@ -1,4 +1,4 @@ -;;; ef-duo-light-theme.el --- Legible light theme with blue and yellow colors -*- lexical-binding:t -*- +;;; ef-duo-light-theme.el --- Legible light theme with mostly blue and yellow colors -*- lexical-binding:t -*- ;; Copyright (C) 2022 Free Software Foundation, Inc. @@ -40,7 +40,7 @@ ;; Most of the colors here are defined simply to preserve ;; compatibility with the rest of the project. We don't actually rely ;; on them for anything critical. - (deftheme ef-duo-light "Legible light theme with blue and yellow colors.") + (deftheme ef-duo-light "Legible light theme with mostly blue and yellow colors.") (defconst ef-duo-light-palette '(;; Basic tones diff --git a/ef-light-theme.el b/ef-light-theme.el index ca12983..b13df6d 100644 --- a/ef-light-theme.el +++ b/ef-light-theme.el @@ -1,4 +1,4 @@ -;;; ef-light-theme.el --- Legible light theme with blue and magenta colors -*- lexical-binding:t -*- +;;; ef-light-theme.el --- Legible light theme with blue, magenta, cyan, purple colors -*- lexical-binding:t -*- ;; Copyright (C) 2022 Free Software Foundation, Inc. @@ -37,7 +37,7 @@ (eval-and-compile (require 'ef-themes) - (deftheme ef-light "Legible light theme with blue and magenta colors.") + (deftheme ef-light "Legible light theme with blue, magenta, cyan, purple colors.") (defconst ef-light-palette '(;; Basic tones diff --git a/ef-night-theme.el b/ef-night-theme.el index b311a72..bcf2845 100644 --- a/ef-night-theme.el +++ b/ef-night-theme.el @@ -1,4 +1,4 @@ -;;; ef-night-theme.el --- Legible dark theme with cool colors -*- lexical-binding:t -*- +;;; ef-night-theme.el --- Legible dark theme with mostly green, blue, purple colors -*- lexical-binding:t -*- ;; Copyright (C) 2022 Free Software Foundation, Inc. @@ -37,7 +37,7 @@ (eval-and-compile (require 'ef-themes) - (deftheme ef-night "Legible dark theme with cool colors.") + (deftheme ef-night "Legible dark theme with mostly green, blue, purple colors.") (defconst ef-night-palette '(;; Basic tones diff --git a/ef-spring-theme.el b/ef-spring-theme.el index 54e3949..48c3b6b 100644 --- a/ef-spring-theme.el +++ b/ef-spring-theme.el @@ -1,4 +1,4 @@ -;;; ef-spring-theme.el --- Legible light theme with cool, green, red colors -*- lexical-binding:t -*- +;;; ef-spring-theme.el --- Legible light theme with cool, varied colors (green, cyan, red) -*- lexical-binding:t -*- ;; Copyright (C) 2022 Free Software Foundation, Inc. @@ -37,7 +37,7 @@ (eval-and-compile (require 'ef-themes) - (deftheme ef-spring "Legible light theme with cool, green, red colors.") + (deftheme ef-spring "Legible light theme with cool, varied colors (green, cyan, red).") (defconst ef-spring-palette '(;; Basic tones diff --git a/ef-summer-theme.el b/ef-summer-theme.el index b0a7182..72347d2 100644 --- a/ef-summer-theme.el +++ b/ef-summer-theme.el @@ -1,4 +1,4 @@ -;;; ef-summer-theme.el --- Legible light theme with magenta, purple, gold colors -*- lexical-binding:t -*- +;;; ef-summer-theme.el --- Legible light theme with magenta, purple, gold, cyan colors -*- lexical-binding:t -*- ;; Copyright (C) 2022 Free Software Foundation, Inc. @@ -37,7 +37,7 @@ (eval-and-compile (require 'ef-themes) - (deftheme ef-summer "Legible light theme with magenta, purple, gold colors.") + (deftheme ef-summer "Legible light theme with magenta, purple, gold, cyan colors.") (defconst ef-summer-palette '(;; Basic tones diff --git a/ef-winter-theme.el b/ef-winter-theme.el index 8514519..a6afda1 100644 --- a/ef-winter-theme.el +++ b/ef-winter-theme.el @@ -1,4 +1,4 @@ -;;; ef-winter-theme.el --- Legible dark theme with magenta, purple, gold colors -*- lexical-binding:t -*- +;;; ef-winter-theme.el --- Legible dark theme with magenta, purple, fawn, teal colors -*- lexical-binding:t -*- ;; Copyright (C) 2022 Free Software Foundation, Inc. @@ -37,7 +37,7 @@ (eval-and-compile (require 'ef-themes) - (deftheme ef-winter "Legible dark theme with magenta, purple, gold colors.") + (deftheme ef-winter "Legible dark theme with magenta, purple, fawn, teal colors.") (defconst ef-winter-palette '(;; Basic tones |
