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

    Support the fnname-call and variable-use mappings
    
    Those are used by tree-sitter and related faces.
---
 standard-dark-theme.el         | 2 ++
 standard-dark-tinted-theme.el  | 2 ++
 standard-light-theme.el        | 2 ++
 standard-light-tinted-theme.el | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/standard-dark-theme.el b/standard-dark-theme.el
index 4e3aadc875..dbc0491405 100644
--- a/standard-dark-theme.el
+++ b/standard-dark-theme.el
@@ -198,12 +198,14 @@
      (comment red-warmer)
      (constant cyan-cooler)
      (fnname cyan-warmer)
+     (fnname-call cyan-faint)
      (keyword cyan)
      (preprocessor blue-faint)
      (docstring yellow-cooler)
      (string yellow-cooler)
      (type green-cooler)
      (variable yellow)
+     (variable-use yellow-faint)
      (rx-escape green) ; compare with `string'
      (rx-construct fg-main)
 
diff --git a/standard-dark-tinted-theme.el b/standard-dark-tinted-theme.el
index 5e050b8c93..73f97d5665 100644
--- a/standard-dark-tinted-theme.el
+++ b/standard-dark-tinted-theme.el
@@ -198,12 +198,14 @@
      (comment red-warmer)
      (constant cyan-cooler)
      (fnname cyan-warmer)
+     (fnname-call cyan-faint)
      (keyword cyan)
      (preprocessor blue-faint)
      (docstring yellow-cooler)
      (string yellow-cooler)
      (type green-cooler)
      (variable yellow)
+     (variable-use yellow-faint)
      (rx-escape green) ; compare with `string'
      (rx-construct fg-main)
 
diff --git a/standard-light-theme.el b/standard-light-theme.el
index 9ce345af2b..d742ddfd5d 100644
--- a/standard-light-theme.el
+++ b/standard-light-theme.el
@@ -198,12 +198,14 @@
      (comment red-faint)
      (constant cyan-cooler)
      (fnname blue-cooler)
+     (fnname-call blue-faint)
      (keyword magenta-cooler)
      (preprocessor blue-faint)
      (docstring magenta-warmer)
      (string magenta-warmer)
      (type green)
      (variable yellow-cooler)
+     (variable-use yellow-faint)
      (rx-escape green) ; compare with `string'
      (rx-construct fg-main)
 
diff --git a/standard-light-tinted-theme.el b/standard-light-tinted-theme.el
index 5adaef1d49..0f297d83d2 100644
--- a/standard-light-tinted-theme.el
+++ b/standard-light-tinted-theme.el
@@ -198,12 +198,14 @@
      (comment red-faint)
      (constant cyan-cooler)
      (fnname blue-cooler)
+     (fnname-call blue-faint)
      (keyword magenta-cooler)
      (preprocessor blue-faint)
      (docstring magenta-warmer)
      (string magenta-warmer)
      (type green)
      (variable yellow-cooler)
+     (variable-use yellow-faint)
      (rx-escape green) ; compare with `string'
      (rx-construct fg-main)
 

Reply via email to