summaryrefslogtreecommitdiff
path: root/pygments/styles/lovelace.py
diff options
context:
space:
mode:
authorMiikka Salminen <miikka.salminen@gmail.com>2016-02-03 19:28:10 +0200
committerMiikka Salminen <miikka.salminen@gmail.com>2016-02-03 19:28:10 +0200
commita109fab994438a6323df468f1e16c5a1387008fc (patch)
treef3e900739cc83c90ea038be5e68fa7c7c3420018 /pygments/styles/lovelace.py
parentfb564416e672bfa554638293f93d86283da97d26 (diff)
parentb1278a8e06387fc444daeb0dee22d99e7d2bd563 (diff)
downloadpygments-a109fab994438a6323df468f1e16c5a1387008fc.tar.gz
Merged birkenfeld/pygments-main into default
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,