Skip to content

Commit

Permalink
Fixes solarized colors, fixes imathis#219
Browse files Browse the repository at this point in the history
  • Loading branch information
fhemberger committed Oct 16, 2011
1 parent 2812bf7 commit b1ad2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .themes/classic/sass/base/_solarized.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $base01: #586e75 !default; //darkest gray
$base00: #657b83 !default; //dark gray
$base0: #839496 !default; //medium gray
$base1: #93a1a1 !default; //medium light gray
$base2: #f2f2f2 !default; //cream
$base3: #ffffff !default; //white
$base2: #eee8d5 !default; //cream
$base3: #fdf6e3 !default; //white
$solar-yellow: #b58900 !default;
$solar-orange: #cb4b16 !default;
$solar-red: #dc322f !default;
Expand Down

0 comments on commit b1ad2a3

Please sign in to comment.