summaryrefslogtreecommitdiff
path: root/pygments/styles/native.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/styles/native.py')
-rw-r--r--pygments/styles/native.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/pygments/styles/native.py b/pygments/styles/native.py
index 9c2f2c16..fa4687c7 100644
--- a/pygments/styles/native.py
+++ b/pygments/styles/native.py
@@ -4,7 +4,7 @@
pygments version of my "native" vim theme.
- :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
@@ -26,27 +26,27 @@ class NativeStyle(Style):
Token: '#d0d0d0',
Whitespace: '#666666',
- Comment: 'italic #999999',
+ Comment: 'italic #ababab',
Comment.Preproc: 'noitalic bold #cd2828',
Comment.Special: 'noitalic bold #e50808 bg:#520000',
- Keyword: 'bold #6ab825',
+ Keyword: 'bold #6ebf26',
Keyword.Pseudo: 'nobold',
- Operator.Word: 'bold #6ab825',
+ Operator.Word: 'bold #6ebf26',
String: '#ed9d13',
String.Other: '#ffa500',
- Number: '#3677a9',
+ Number: '#51b2fd',
- Name.Builtin: '#24909d',
+ Name.Builtin: '#2fbccd',
Name.Variable: '#40ffff',
Name.Constant: '#40ffff',
- Name.Class: 'underline #447fcf',
- Name.Function: '#447fcf',
- Name.Namespace: 'underline #447fcf',
+ Name.Class: 'underline #71adff',
+ Name.Function: '#71adff',
+ Name.Namespace: 'underline #71adff',
Name.Exception: '#bbbbbb',
- Name.Tag: 'bold #6ab825',
+ Name.Tag: 'bold #6ebf26',
Name.Attribute: '#bbbbbb',
Name.Decorator: '#ffa500',