Skip to content

Solarize_Light2 #3851

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
style sheet remove white spaces
Tried setting the user save preference
"trim_trailing_white_space_on_save": true
  • Loading branch information
ilivni committed Nov 29, 2014
commit f85ba425426f4204971cbfceda015e185f546a1c
15 changes: 8 additions & 7 deletions lib/matplotlib/mpl-data/stylelib/Solarize_Light2.mplstyle
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Solarized color palette taken from http://ethanschoonover.com/solarized
# Inspired by, and copied from ggthemes https://github.com/jrnold/ggthemes

#TODO:
# 1. Padding to title from face
# 2. Remove top & right ticks
# 3. Give Title a Magenta Color(?)

#base00 ='#657b83'
#base01 ='#93a1a1'
#base2 ='#eee8d5'
#base01 ='#93a1a1'
#base2 ='#eee8d5'
#base3 ='#fdf6e3'
#base01 ='#586e75'
#Magenta ='#d33682'
#blue ='#268bd2'
#base01 ='#586e75'
#Magenta ='#d33682'
#Blue ='#268bd2'
#cyan ='#2aa198'
#violet ='#6c71c4'
#green ='#859900'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets get these things lined up nicely, please (through out the file). I suspect there is a mix of tabs and spaces.

Expand All @@ -28,7 +30,7 @@ lines.solid_capstyle: butt
axes.titlesize : 16
axes.labelsize : 12
axes.labelcolor : 657b83
axes.facecolor : eee8d5
axes.facecolor : eee8d5
axes.edgecolor : eee8d5
axes.axisbelow : True
axes.color_cycle : 268BD2, 2AA198, 859900, B58900, CB4B16, DC322F, D33682, 6C71C4
Expand All @@ -43,7 +45,6 @@ axes.color_cycle : 268BD2, 2AA198, 859900, B58900, CB4B16, DC322F, D33682, 6C71C

axes.grid : True


grid.color : fdf6e3 # grid color
grid.linestyle : - # line
grid.linewidth : 1 # in points
Expand Down