emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes f85c67d2d6 159/281: Simplify one-line descrip


From: ELPA Syncer
Subject: [elpa] externals/ef-themes f85c67d2d6 159/281: Simplify one-line descriptions
Date: Tue, 16 Aug 2022 16:58:29 -0400 (EDT)

branch: externals/ef-themes
commit f85c67d2d69404edad4ed6f77d67784a4f1bf815
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Simplify one-line descriptions
---
 ef-day-theme.el    | 4 ++--
 ef-spring-theme.el | 4 ++--
 ef-summer-theme.el | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ef-day-theme.el b/ef-day-theme.el
index 9c764f7a56..9947ceda25 100644
--- a/ef-day-theme.el
+++ b/ef-day-theme.el
@@ -1,4 +1,4 @@
-;;; ef-day-theme.el --- Light theme with warm and pleasant palette -*- 
lexical-binding:t -*-
+;;; ef-day-theme.el --- Legible light theme -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2022  Free Software Foundation, Inc.
 
@@ -36,7 +36,7 @@
 (eval-and-compile
   (require 'ef-themes)
 
-  (deftheme ef-day "Light theme with warm and pleasant palette.")
+  (deftheme ef-day "Legible light theme.")
 
   (defconst ef-day-palette
     '(;; Basic tones
diff --git a/ef-spring-theme.el b/ef-spring-theme.el
index d1aede9a13..4b9bbf02ef 100644
--- a/ef-spring-theme.el
+++ b/ef-spring-theme.el
@@ -1,4 +1,4 @@
-;;; ef-spring-theme.el --- Light theme with a pleasant palette -*- 
lexical-binding:t -*-
+;;; ef-spring-theme.el --- Legible light theme -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2022  Free Software Foundation, Inc.
 
@@ -36,7 +36,7 @@
 (eval-and-compile
   (require 'ef-themes)
 
-  (deftheme ef-spring "Light theme with a pleasant palette.")
+  (deftheme ef-spring "Legible light theme.")
 
   (defconst ef-spring-palette
     '(;; Basic tones
diff --git a/ef-summer-theme.el b/ef-summer-theme.el
index a1cd374830..264ed299c5 100644
--- a/ef-summer-theme.el
+++ b/ef-summer-theme.el
@@ -1,4 +1,4 @@
-;;; ef-summer-theme.el --- Light theme with a cool and pleasant palette -*- 
lexical-binding:t -*-
+;;; ef-summer-theme.el --- Legible light theme -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2022  Free Software Foundation, Inc.
 
@@ -36,7 +36,7 @@
 (eval-and-compile
   (require 'ef-themes)
 
-  (deftheme ef-summer "Light theme with a cool and pleasant palette.")
+  (deftheme ef-summer "Legible light theme.")
 
   (defconst ef-summer-palette
     '(;; Basic tones



reply via email to

[Prev in Thread] Current Thread [Next in Thread]