branch: externals/standard-themes
commit a239c9246e4aea3c6208ba701637d1b6b4604b7d
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Cover the 'property' mapping in standard-themes-common-palette-mappings
    
    This is to ensure that tree-sitter modes look the same as before for
    what they consider a property.
    
    Thanks to Vincenzo (vpxyz) for reporting the inconsistency in issue 8:
    <https://github.com/protesilaos/standard-themes/issues/8>.
---
 standard-themes.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/standard-themes.el b/standard-themes.el
index 14bf9d894a..c4fbeacf85 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -5,7 +5,7 @@
 ;; Author: Protesilaos Stavrou <[email protected]>
 ;; Maintainer: Protesilaos Stavrou <[email protected]>
 ;; URL: https://github.com/protesilaos/standard-themes
-;; Version: 3.0.0
+;; Version: 3.0.1
 ;; Package-Requires: ((emacs "28.1") (modus-themes "5.0.0"))
 ;; Keywords: faces, theme, accessibility
 
@@ -81,6 +81,8 @@ if you prefer to blend Standard and Modus into a single 
group, enable
 
     (fringe bg-dim)
 
+    (property variable)
+
     (date-common cyan-warmer)
     (date-deadline red)
     (date-event fg-alt)

Reply via email to