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 /ef-light-theme.el | |
| parent | 0416ea8554a78e8ae352fb314a336672b048d41c (diff) | |
Make theme one-line descriptions more descriptive
Diffstat (limited to 'ef-light-theme.el')
| -rw-r--r-- | ef-light-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
