summaryrefslogtreecommitdiff
path: root/pygments/styles/solarized.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/styles/solarized.py')
-rw-r--r--pygments/styles/solarized.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/pygments/styles/solarized.py b/pygments/styles/solarized.py
index a1790b08..7d4b113d 100644
--- a/pygments/styles/solarized.py
+++ b/pygments/styles/solarized.py
@@ -1,20 +1,20 @@
# -*- coding: utf-8 -*-
"""
pygments.styles.solarized
- ~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
Solarized by Camil Staps
A Pygments style for the Solarized themes (licensed under MIT).
See: https://github.com/altercation/solarized
- :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from pygments.style import Style
from pygments.token import Comment, Error, Generic, Keyword, Name, Number, \
- Operator, String, Token
+ Operator, String, Token
def make_style(colors):
@@ -119,6 +119,7 @@ class SolarizedDarkStyle(Style):
background_color = DARK_COLORS['base03']
highlight_color = DARK_COLORS['base02']
+
class SolarizedLightStyle(SolarizedDarkStyle):
"""
The solarized style, light.