Skip to content

Commit

Permalink
Merge pull request #5584 from rlaverde/fix-typo-color-schemes-defaults
Browse files Browse the repository at this point in the history
PR: Fix typo in Solarized color schemes.
  • Loading branch information
ccordoba12 authored Oct 27, 2017
2 parents 4d28de6 + e14bd34 commit 9f281f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spyder/config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@
'solarized/light/background': '#fdf6e3',
'solarized/light/currentline': '#f5efdB',
'solarized/light/currentcell': '#eee8d5',
'solarized/light/occurence': '#839496',
'solarized/light/occurrence': '#839496',
'solarized/light/ctrlclick': '#d33682',
'solarized/light/sideareas': '#eee8d5',
'solarized/light/matched_p': '#586e75',
Expand All @@ -608,7 +608,7 @@
'solarized/dark/background': '#002b36',
'solarized/dark/currentline': '#083f4d',
'solarized/dark/currentcell': '#073642',
'solarized/dark/occurence': '#657b83',
'solarized/dark/occurrence': '#657b83',
'solarized/dark/ctrlclick': '#d33682',
'solarized/dark/sideareas': '#073642',
'solarized/dark/matched_p': '#93a1a1',
Expand All @@ -635,7 +635,7 @@
# or if you want to *rename* options, then you need to do a MAJOR update in
# version, e.g. from 3.0.0 to 4.0.0
# 3. You don't need to touch this value if you're just adding a new option
CONF_VERSION = '40.1.0'
CONF_VERSION = '41.0.0'

# Main configuration instance
try:
Expand Down

0 comments on commit 9f281f5

Please sign in to comment.