branch: externals/doric-themes commit a634a94fcb80ed415ba06d98bb4b236c2044a2ae Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add file headers, Commentary, and copyright to all theme files --- doric-earth-theme.el | 38 ++++++++++++++++++++++++++++++++++++++ doric-fire-theme.el | 38 ++++++++++++++++++++++++++++++++++++++ doric-water-theme.el | 38 ++++++++++++++++++++++++++++++++++++++ doric-wind-theme.el | 38 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 152 insertions(+) diff --git a/doric-earth-theme.el b/doric-earth-theme.el index dae669f678..177d14ce07 100644 --- a/doric-earth-theme.el +++ b/doric-earth-theme.el @@ -1,3 +1,38 @@ +;;; doric-earth-theme.el --- Minimalist light theme -*- lexical-binding:t -*- + +;; Copyright (C) 2025 Free Software Foundation, Inc. + +;; Author: Protesilaos Stavrou <i...@protesilaos.com> +;; Maintainer: Protesilaos Stavrou <i...@protesilaos.com> +;; URL: https://github.com/protesilaos/ef-themes +;; Keywords: faces, theme, accessibility + +;; This file is NOT part of GNU Emacs. + +;; GNU Emacs is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. + +;;; Commentary: +;; +;; A collection of highly legible, minimalist themes. If you want +;; something more colourful, use my `ef-themes'. For a "good default" +;; theme, try my `modus-themes'. +;; +;; The backronym of the `doric-themes' is: Doric Only Really +;; Intensifies Conservatively ... themes. + +;;; Code: + (eval-and-compile (unless (and (fboundp 'require-theme) load-file-name @@ -29,3 +64,6 @@ "Palette of `doric-earth' theme.") (doric-themes-define-theme doric-earth light)) + +(provide 'doric-earth-theme) +;;; doric-earth-theme.el ends here diff --git a/doric-fire-theme.el b/doric-fire-theme.el index 2ab98f62ea..ed67cd7f1f 100644 --- a/doric-fire-theme.el +++ b/doric-fire-theme.el @@ -1,3 +1,38 @@ +;;; doric-fire-theme.el --- Minimalist dark theme -*- lexical-binding:t -*- + +;; Copyright (C) 2025 Free Software Foundation, Inc. + +;; Author: Protesilaos Stavrou <i...@protesilaos.com> +;; Maintainer: Protesilaos Stavrou <i...@protesilaos.com> +;; URL: https://github.com/protesilaos/ef-themes +;; Keywords: faces, theme, accessibility + +;; This file is NOT part of GNU Emacs. + +;; GNU Emacs is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. + +;;; Commentary: +;; +;; A collection of highly legible, minimalist themes. If you want +;; something more colourful, use my `ef-themes'. For a "good default" +;; theme, try my `modus-themes'. +;; +;; The backronym of the `doric-themes' is: Doric Only Really +;; Intensifies Conservatively ... themes. + +;;; Code: + (eval-and-compile (unless (and (fboundp 'require-theme) load-file-name @@ -29,3 +64,6 @@ "Palette of `doric-fire' theme.") (doric-themes-define-theme doric-fire dark)) + +(provide 'doric-fire-theme) +;;; doric-fire-theme.el ends here diff --git a/doric-water-theme.el b/doric-water-theme.el index 6cf2bdde08..7e0f62a53f 100644 --- a/doric-water-theme.el +++ b/doric-water-theme.el @@ -1,3 +1,38 @@ +;;; doric-water-theme.el --- Minimalist dark theme -*- lexical-binding:t -*- + +;; Copyright (C) 2025 Free Software Foundation, Inc. + +;; Author: Protesilaos Stavrou <i...@protesilaos.com> +;; Maintainer: Protesilaos Stavrou <i...@protesilaos.com> +;; URL: https://github.com/protesilaos/ef-themes +;; Keywords: faces, theme, accessibility + +;; This file is NOT part of GNU Emacs. + +;; GNU Emacs is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. + +;;; Commentary: +;; +;; A collection of highly legible, minimalist themes. If you want +;; something more colourful, use my `ef-themes'. For a "good default" +;; theme, try my `modus-themes'. +;; +;; The backronym of the `doric-themes' is: Doric Only Really +;; Intensifies Conservatively ... themes. + +;;; Code: + (eval-and-compile (unless (and (fboundp 'require-theme) load-file-name @@ -29,3 +64,6 @@ "Palette of `doric-water' theme.") (doric-themes-define-theme doric-water dark)) + +(provide 'doric-water-theme) +;;; doric-water-theme.el ends here diff --git a/doric-wind-theme.el b/doric-wind-theme.el index 2e0fff09a1..451a92971e 100644 --- a/doric-wind-theme.el +++ b/doric-wind-theme.el @@ -1,3 +1,38 @@ +;;; doric-wind-theme.el --- Minimalist light theme -*- lexical-binding:t -*- + +;; Copyright (C) 2025 Free Software Foundation, Inc. + +;; Author: Protesilaos Stavrou <i...@protesilaos.com> +;; Maintainer: Protesilaos Stavrou <i...@protesilaos.com> +;; URL: https://github.com/protesilaos/ef-themes +;; Keywords: faces, theme, accessibility + +;; This file is NOT part of GNU Emacs. + +;; GNU Emacs is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. + +;;; Commentary: +;; +;; A collection of highly legible, minimalist themes. If you want +;; something more colourful, use my `ef-themes'. For a "good default" +;; theme, try my `modus-themes'. +;; +;; The backronym of the `doric-themes' is: Doric Only Really +;; Intensifies Conservatively ... themes. + +;;; Code: + (eval-and-compile (unless (and (fboundp 'require-theme) load-file-name @@ -29,3 +64,6 @@ "Palette of `doric-wind' theme.") (doric-themes-define-theme doric-wind light)) + +(provide 'doric-wind-theme) +;;; doric-wind-theme.el ends here