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

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

[nongnu] elpa/cyberpunk-theme ae3f3d1 072/132: Bug fix: fontify underlin


From: ELPA Syncer
Subject: [nongnu] elpa/cyberpunk-theme ae3f3d1 072/132: Bug fix: fontify underline and italics in org
Date: Thu, 21 Oct 2021 18:03:52 -0400 (EDT)

branch: elpa/cyberpunk-theme
commit ae3f3d14fd92b70c988847aa760967dfff06c796
Author: nemo <nemo1211@gmail.com>
Commit: nemo <nemo1211@gmail.com>

    Bug fix: fontify underline and italics in org
---
 cyberpunk-theme.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index c5df55f..6015207 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -4,7 +4,7 @@
 
 ;; Author: Nicholas M. Van Horn <vanhorn.nm@gmail.com>
 ;; Keywords: color theme cyberpunk
-;; Version: 1.14
+;; Version: 1.15
 
 ;; This file is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -106,7 +106,6 @@
    `(link-visited ((,class (:foreground ,cyberpunk-yellow-2 :underline t 
:weight normal))))
    `(blue ((,class (:foreground ,cyberpunk-blue))))
    `(bold ((,class (:bold t))))
-   `(bold-italic ((,class (:bold t))))
    `(border-glyph ((,class (nil))))
    `(buffers-tab ((,class (:background ,cyberpunk-black-2 :foreground 
,cyberpunk-white-2))))
 
@@ -151,10 +150,8 @@
    `(lazy-highlight ((,class (:foreground ,cyberpunk-black :background 
,cyberpunk-yellow))))
    `(query-replace ((,class (:background ,cyberpunk-gray-5))))
    `(Highline-face ((,class (:background ,cyberpunk-green-1))))
-   `(italic ((,class (nil))))
    `(left-margin ((,class (nil))))
    `(toolbar ((,class (nil))))
-   `(underline ((,class (:underline nil))))
    `(text-cursor ((,class (:background ,cyberpunk-yellow :foreground 
,cyberpunk-black))))
 
    `(menu ((,class (:foreground ,cyberpunk-fg :background ,cyberpunk-bg))))



reply via email to

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