summaryrefslogtreecommitdiff
path: root/pygments/styles/lovelace.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/styles/lovelace.py')
-rw-r--r--pygments/styles/lovelace.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pygments/styles/lovelace.py b/pygments/styles/lovelace.py
index 4009274c..712f3e5c 100644
--- a/pygments/styles/lovelace.py
+++ b/pygments/styles/lovelace.py
@@ -62,11 +62,13 @@ class LovelaceStyle(Style):
Name.Entity: _ESCAPE_LIME,
Name.Exception: _EXCEPT_YELLOW,
Name.Function: _FUN_BROWN,
+ Name.Function.Magic: _DOC_ORANGE,
Name.Label: _LABEL_CYAN,
Name.Namespace: _LABEL_CYAN,
Name.Tag: _KW_BLUE,
Name.Variable: '#b04040',
Name.Variable.Global:_EXCEPT_YELLOW,
+ Name.Variable.Magic: _DOC_ORANGE,
String: _STR_RED,
String.Char: _OW_PURPLE,