branch: externals/ef-themes commit 7ee75fbaca0bb2cdcf7b2f4df7f3b523549f3c4f Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove needless comments from two themes --- ef-duo-dark-theme.el | 3 --- ef-duo-light-theme.el | 3 --- 2 files changed, 6 deletions(-) diff --git a/ef-duo-dark-theme.el b/ef-duo-dark-theme.el index a339b61e16..755b6a17cc 100644 --- a/ef-duo-dark-theme.el +++ b/ef-duo-dark-theme.el @@ -36,9 +36,6 @@ (eval-and-compile (require 'ef-themes) - ;; 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. ;;;###theme-autoload (deftheme ef-duo-dark "Legible dark theme with mostly blue and orange colors." diff --git a/ef-duo-light-theme.el b/ef-duo-light-theme.el index fd636787d7..90e4874676 100644 --- a/ef-duo-light-theme.el +++ b/ef-duo-light-theme.el @@ -36,9 +36,6 @@ (eval-and-compile (require 'ef-themes) - ;; 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. ;;;###theme-autoload (deftheme ef-duo-light "Legible light theme with mostly blue and yellow colors."