summaryrefslogtreecommitdiff
path: root/pygments/styles
diff options
context:
space:
mode:
authorTom Tan <lilotom@gmail.com>2021-11-01 07:15:37 -0700
committerGitHub <noreply@github.com>2021-11-01 15:15:37 +0100
commit631e8511fa47a5f99468eabfcd418d3cd6cecc25 (patch)
tree2f3690eb1d088de24bbf7b3c88cf67fdd3914bd3 /pygments/styles
parent5daf98d0484feb7ab6d6e2e99682627e3865f58b (diff)
downloadpygments-git-631e8511fa47a5f99468eabfcd418d3cd6cecc25.tar.gz
Remove unnecessary assignments in Paraiso style (#1934)
Diffstat (limited to 'pygments/styles')
-rw-r--r--pygments/styles/paraiso_dark.py3
-rw-r--r--pygments/styles/paraiso_light.py3
2 files changed, 0 insertions, 6 deletions
diff --git a/pygments/styles/paraiso_dark.py b/pygments/styles/paraiso_dark.py
index 25561395..0c98f005 100644
--- a/pygments/styles/paraiso_dark.py
+++ b/pygments/styles/paraiso_dark.py
@@ -38,9 +38,6 @@ class ParaisoDarkStyle(Style):
background_color = BACKGROUND
highlight_color = SELECTION
- background_color = BACKGROUND
- highlight_color = SELECTION
-
styles = {
# No corresponding class for the following:
Text: FOREGROUND, # class: ''
diff --git a/pygments/styles/paraiso_light.py b/pygments/styles/paraiso_light.py
index 608d1734..4c9f1392 100644
--- a/pygments/styles/paraiso_light.py
+++ b/pygments/styles/paraiso_light.py
@@ -38,9 +38,6 @@ class ParaisoLightStyle(Style):
background_color = BACKGROUND
highlight_color = SELECTION
- background_color = BACKGROUND
- highlight_color = SELECTION
-
styles = {
# No corresponding class for the following:
Text: FOREGROUND, # class: ''