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

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

[nongnu] elpa/subatomic-theme 1815b72e 11/58: added some minor tweaks fo


From: ELPA Syncer
Subject: [nongnu] elpa/subatomic-theme 1815b72e 11/58: added some minor tweaks for nXML mode
Date: Thu, 21 Oct 2021 18:11:12 -0400 (EDT)

branch: elpa/subatomic-theme
commit 1815b72edd3303fcc75e8061c302fec5b4d62ac0
Author: John Olsson <john@cryon.se>
Commit: John Olsson <john@cryon.se>

    added some minor tweaks for nXML mode
---
 subatomic-theme.el | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/subatomic-theme.el b/subatomic-theme.el
index 4af9bd7..1835dcd 100644
--- a/subatomic-theme.el
+++ b/subatomic-theme.el
@@ -4,7 +4,7 @@
 
 ;; Author: John Olsson <john@cryon.se>
 ;; URL: https://github.com/cryon/subatomic
-;; Version: 1.2
+;; Version: 1.3
 
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
@@ -32,6 +32,7 @@
       (jungle-green      "#a9dc69")
       (undergrowth-green "#81a257")
       (deep-gold         "#f9b529")
+      (bright-gold       "#ffd700")
       (axiomatic-purple  "#9c71a5")
       (brick-red         "#ea8673")
       (piggy-pink        "#feccd4")
@@ -580,6 +581,22 @@
     `(diredp-ignored-file-name
       ((t (:foreground ,midnight-3))))
 
+    ;; nXML
+
+    `(nxml-cdata-section-CDATA
+      ((t (:foreground ,deep-gold))))
+
+    `(nxml-cdata-section-content
+      ((t (:foreground ,cold-mud))))
+
+    `(nxml-attribute-local-name
+      ((t (:foreground ,relaxed-white))))
+
+    `(nxml-element-local-name
+      ((t (:foreground ,victory-blue))))
+
+    `(nxml-element-prefix
+      ((t (:foreground ,deep-gold))))
    ))
 
 ;;;###autoload



reply via email to

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