[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dracula-theme 57085af 181/187: Improve code
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dracula-theme 57085af 181/187: Improve code |
Date: |
Thu, 21 Oct 2021 18:05:19 -0400 (EDT) |
branch: elpa/dracula-theme
commit 57085af9bc7f31208febbc4eeaa25eea7ef799ba
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>
Improve code
---
dracula-theme.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dracula-theme.el b/dracula-theme.el
index bf3b27d..3916472 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -769,11 +769,11 @@ read it before opening a new issue about your will.")
'dracula
(let ((color-names (mapcar #'car colors))
(graphic-colors (mapcar #'cadr colors))
- (term-colors (mapcar #'car (mapcar #'cddr colors)))
- (tty-colors (mapcar #'car (mapcar #'last colors)))
+ (term-colors (mapcar #'caddr colors))
+ (tty-colors (mapcar #'cadddr colors))
(expand-for-kind
(lambda (kind spec)
- (when (and (string= (symbol-name kind) "term-colors")
+ (when (and (eq kind 'term-colors)
dracula-use-24-bit-colors-on-256-colors-terms)
(setq kind 'graphic-colors))
(cl-progv color-names (symbol-value kind)
- [nongnu] elpa/dracula-theme 0b865af 044/187: Bump version 1.2.9, (continued)
- [nongnu] elpa/dracula-theme 0b865af 044/187: Bump version 1.2.9, ELPA Syncer, 2021/10/21
- [nongnu] elpa/dracula-theme 9f03ced 046/187: Merge pull request #19 from apierz/fix_term_bg, ELPA Syncer, 2021/10/21
- [nongnu] elpa/dracula-theme f9d1967 001/187: Add the emacs theme to ./emacs, ELPA Syncer, 2021/10/21
- [nongnu] elpa/dracula-theme f444ede 007/187: Emacs: set which-func-mode-face., ELPA Syncer, 2021/10/21
- [nongnu] elpa/dracula-theme dc5186e 012/187: Fix hl-line-mode for emacs (#121), ELPA Syncer, 2021/10/21
- [nongnu] elpa/dracula-theme 8247743 016/187: Fixed typo in README, ELPA Syncer, 2021/10/21
- [nongnu] elpa/dracula-theme 727f36c 025/187: Add faces for rpm-spec-mode, ELPA Syncer, 2021/10/21
- [nongnu] elpa/dracula-theme 6046194 030/187: Change the colors for const, builtin and type, ELPA Syncer, 2021/10/21
- [nongnu] elpa/dracula-theme 9f9a113 032/187: Org mode changes, ELPA Syncer, 2021/10/21
- [nongnu] elpa/dracula-theme cfb5305 170/187: Merge pull request #81 from devmotion/patch-1, ELPA Syncer, 2021/10/21
- [nongnu] elpa/dracula-theme 57085af 181/187: Improve code,
ELPA Syncer <=
- [nongnu] elpa/dracula-theme 6f2e219 034/187: Fix unbalanced parenthesis, ELPA Syncer, 2021/10/21
- [nongnu] elpa/dracula-theme beea0d4 039/187: Merge pull request #14 from mikolajb/master, ELPA Syncer, 2021/10/21
- [nongnu] elpa/dracula-theme 727ff21 049/187: Merge pull request #22 from benjamreynolds/br-terminal-bugfix, ELPA Syncer, 2021/10/21
- [nongnu] elpa/dracula-theme 18816b9 051/187: Fix non-graphical color switch, ELPA Syncer, 2021/10/21
- [nongnu] elpa/dracula-theme 3c9efcc 053/187: Bump version to 1.3.2, ELPA Syncer, 2021/10/21
- [nongnu] elpa/dracula-theme 84cfa50 054/187: Fix maintainer table in README, ELPA Syncer, 2021/10/21
- [nongnu] elpa/dracula-theme 3ba7662 055/187: Merge pull request #25 from benjamreynolds/br-readme-fix, ELPA Syncer, 2021/10/21
- [nongnu] elpa/dracula-theme 62df5de 056/187: Updates copyright year, ELPA Syncer, 2021/10/21
- [nongnu] elpa/dracula-theme d9a3948 060/187: Use labels for hex-coded colors, ELPA Syncer, 2021/10/21
- [nongnu] elpa/dracula-theme 115456e 066/187: Merge pull request #36 from Wilfred/master, ELPA Syncer, 2021/10/21