summaryrefslogtreecommitdiff
path: root/pygments/styles
diff options
context:
space:
mode:
authorMatthias Geier <Matthias.Geier@gmail.com>2021-04-19 17:51:53 +0200
committerGitHub <noreply@github.com>2021-04-19 17:51:53 +0200
commit91d9f54bddc01027654b5c1773f65c7cfb184f02 (patch)
tree976dce118ac77b5ff776dda6e36aa56f99771787 /pygments/styles
parentb0ebc45f94ba964f97505ddc085569f4e3390ffa (diff)
downloadpygments-git-91d9f54bddc01027654b5c1773f65c7cfb184f02.tar.gz
native: darker line numbers (#1779)
Diffstat (limited to 'pygments/styles')
-rw-r--r--pygments/styles/native.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/styles/native.py b/pygments/styles/native.py
index d990389b..9c2f2c16 100644
--- a/pygments/styles/native.py
+++ b/pygments/styles/native.py
@@ -20,6 +20,7 @@ class NativeStyle(Style):
background_color = '#202020'
highlight_color = '#404040'
+ line_number_color = '#aaaaaa'
styles = {
Token: '#d0d0d0',