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

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

[nongnu] elpa/cyberpunk-theme 0691111 075/132: Added racket-mode. Update


From: ELPA Syncer
Subject: [nongnu] elpa/cyberpunk-theme 0691111 075/132: Added racket-mode. Updated font-lock faces for cyberpunk experience
Date: Thu, 21 Oct 2021 18:03:52 -0400 (EDT)

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

    Added racket-mode. Updated font-lock faces for cyberpunk experience
---
 cyberpunk-theme.el | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 6015207..0570493 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -171,30 +171,27 @@
    `(vertical-border ((,class (:foreground ,cyberpunk-gray-5 :background 
,cyberpunk-black))))
 
    ;;; font lock
-   `(font-lock-builtin-face ((,class (:foreground ,cyberpunk-orange-2))))
+   `(font-lock-builtin-face ((,class (:foreground ,cyberpunk-blue-5))))
    `(font-lock-comment-face ((,class (:foreground ,cyberpunk-gray-2 :italic 
t))))
    ;; `(font-lock-comment-delimiter-face ((,class (:foreground 
,cyberpunk-green)))) 
-   `(font-lock-constant-face ((,class (:foreground ,cyberpunk-blue-5))))
+   `(font-lock-constant-face ((,class (:foreground ,cyberpunk-blue-6))))
    ;; `(font-lock-doc-face ((,class (:foreground ,cyberpunk-green+1))))
-   `(font-lock-doc-string-face ((,class (:foreground ,cyberpunk-orange-1))))
+   `(font-lock-doc-face ((,class (:foreground ,cyberpunk-yellow-1))))
    `(font-lock-function-name-face ((,class (:foreground ,cyberpunk-pink-1))))
-   `(font-lock-keyword-face ((,class (:foreground ,cyberpunk-yellow-1))))
+   `(font-lock-keyword-face ((,class (:foreground ,cyberpunk-blue-5))))
    ;; `(font-lock-negation-char-face ((,class (:foreground ,cyberpunk-fg))))
    `(font-lock-preprocessor-face ((,class (:foreground ,cyberpunk-gray-3))))
    `(font-lock-string-face ((,class (:foreground ,cyberpunk-green+1))))
-   `(font-lock-type-face ((,class (:foreground ,cyberpunk-yellow-3))))
-   `(font-lock-variable-name-face ((,class (:foreground ,cyberpunk-yellow-3))))
+   `(font-lock-type-face ((,class (:foreground ,cyberpunk-green+3))))
+   `(font-lock-variable-name-face ((,class (:foreground ,cyberpunk-pink))))
    `(font-lock-warning-face ((,class (:foreground ,cyberpunk-pink))))
    `(font-lock-reference-face ((,class (:foreground ,cyberpunk-gray))))
    `(font-lock-regexp-grouping-backslash ((,class (:foreground 
,cyberpunk-yellow-4))))
    `(font-lock-regexp-grouping-construct ((,class (:foreground 
,cyberpunk-red))))
 
-
    `(c-annotation-face ((,class (:inherit font-lock-constant-face))))
 
    `(gui-element ((,class (:background ,cyberpunk-gray-5 :foreground 
,cyberpunk-blue-6))))
-   
-
 
    ;;; newsticker
    ;; These are currently placeholders that probably look terrible.
@@ -649,6 +646,10 @@
    `(outline-2 ((,class (:inherit outline-3 :height 1.0))))
    `(outline-1 ((,class (:inherit outline-2 :height 1.0))))
 
+   ;; racket-mode
+   `(racket-keyword-argument-face ((t (:inherit font-lock-constant-face))))
+   `(racket-selfeval-face ((t (:inherit font-lock-type-face))))
+
    ;; rainbow-delimiters
    `(rainbow-delimiters-depth-1-face ((,class (:foreground ,cyberpunk-red-1))))
    `(rainbow-delimiters-depth-2-face ((,class (:foreground 
,cyberpunk-green-2))))



reply via email to

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