branch: externals/doric-themes commit cc510ba12bdae7a4ed4c0fe6e0ace21cb8ec21b1 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
doric-valley: make the description like doric-beach --- doric-valley-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doric-valley-theme.el b/doric-valley-theme.el index 819a0f5b5e..04f7eae939 100644 --- a/doric-valley-theme.el +++ b/doric-valley-theme.el @@ -1,4 +1,4 @@ -;;; doric-valley-theme.el --- Minimalist theme with dark background and teal+gold hues -*- lexical-binding:t -*- +;;; doric-valley-theme.el --- Minimalist theme with dark background and gold+teal hues -*- lexical-binding:t -*- ;; Copyright (C) 2025 Free Software Foundation, Inc. @@ -74,7 +74,7 @@ (bg-cyan "#2f4e4f")) "Palette of `doric-valley' theme.") - (doric-themes-define-theme doric-valley dark "Minimalist theme with dark background and teal+gold hues")) + (doric-themes-define-theme doric-valley dark "Minimalist theme with dark background and gold+teal hues")) (provide 'doric-valley-theme) ;;; doric-valley-theme.el ends here