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

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

[nongnu] elpa/gotham-theme 05c0457045 043/214: Remove obsolete code and


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 05c0457045 043/214: Remove obsolete code and comments
Date: Fri, 7 Jan 2022 17:58:39 -0500 (EST)

branch: elpa/gotham-theme
commit 05c04570458fe39384cf30217308c11e5c7bcf4c
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Remove obsolete code and comments
---
 gotham-theme.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index 6bc075a829..a239c9fada 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -42,8 +42,6 @@
 
 (deftheme gotham "The Gotham color theme")
 
-;; TODO test with ruby, python, tex, c, html
-
 (defcustom gotham-tty-extended-palette nil
   "Use the extended 256-color palette in the terminal?
 When t, assume a regular 256-color palette, otherwise assume a
@@ -52,7 +50,6 @@ customized 16-color palette."
                   (const :tag "256 colors" t))
   :group 'gotham)
 
-(setq gotham-tty-switch 'extended)
 (defvar gotham-color-alist
   `((base0   "#0c1014" ,(if gotham-tty-extended-palette "color-232" "black"))
     (base1   "#11151c" ,(if gotham-tty-extended-palette "color-233" 
"brightblack"))



reply via email to

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