(Emacs/elisp)~Updated themes a bit

This commit is contained in:
2024-07-03 04:27:40 +01:00
parent 04977729c2
commit 77f54d226a
2 changed files with 9 additions and 9 deletions

View File

@@ -31,8 +31,8 @@
'(font-lock-keyword-face ((t (:foreground "spring green" :weight bold))))
'(font-lock-negation-char-face ((t nil)))
'(font-lock-preprocessor-face ((t (:foreground "#868686"))))
'(font-lock-regexp-grouping-backslash ((t (:inherit (bold)))))
'(font-lock-regexp-grouping-construct ((t (:inherit (bold)))))
'(font-lock-regexp-grouping-backslash ((t (:inherit bold))))
'(font-lock-regexp-grouping-construct ((t (:inherit bold))))
'(font-lock-string-face ((t (:slant italic :weight normal :foreground "yellow3"))))
'(font-lock-type-face ((t (:weight normal :foreground "deepskyblue"))))
'(font-lock-variable-name-face ((nil (:foreground "white"))))