Browse code

fixed issue where solarized syntax highlighting colors were not being defaulted appropriately

Brandon Mathis authored on 25/07/2011 at 15:02:17
Showing 1 changed files
... ...
@@ -1,18 +1,18 @@
1
-$base03:    #002b36; //darkest blue
2
-$base02:    #073642; //dark blue
3
-$base01:    #586e75; //darkest gray
4
-$base00:    #657b83; //dark gray
5
-$base0:     #839496; //medium gray
6
-$base1:     #93a1a1; //medium light gray
7
-$base2:     #eee8d5; //cream
8
-$base3:     #fdf6e3; //white
9
-$yellow:    #b58900;
10
-$orange:    #cb4b16;
11
-$red:       #dc322f;
12
-$magenta:   #d33682;
13
-$violet:    #6c71c4;
14
-$blue:      #268bd2;
15
-$cyan:      #2aa198;
16
-$green:     #859900;
1
+$base03:    #002b36 !default; //darkest blue
2
+$base02:    #073642 !default; //dark blue
3
+$base01:    #586e75 !default; //darkest gray
4
+$base00:    #657b83 !default; //dark gray
5
+$base0:     #839496 !default; //medium gray
6
+$base1:     #93a1a1 !default; //medium light gray
7
+$base2:     #eee8d5 !default; //cream
8
+$base3:     #fdf6e3 !default; //white
9
+$yellow:    #b58900 !default;
10
+$orange:    #cb4b16 !default;
11
+$red:       #dc322f !default;
12
+$magenta:   #d33682 !default;
13
+$violet:    #6c71c4 !default;
14
+$blue:      #268bd2 !default;
15
+$cyan:      #2aa198 !default;
16
+$green:     #859900 !default;
17 17
 
18 18
 $pre-bg: $base03 !default;