mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-10 08:30:54 +00:00
improved support for solarized light theme
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
/* To use the light Solarized highlighting theme uncomment the following line */
|
||||
//$solarized: light
|
||||
//$solarized: light;
|
||||
|
||||
/* If you want to tweak the Solarized colors you can do that here */
|
||||
//$base03: #002b36; //darkest blue
|
||||
@ -34,5 +34,5 @@
|
||||
|
||||
/* Non highlighted code colors */
|
||||
//$pre-bg: $base03;
|
||||
//$pre-border: $base02;
|
||||
//$pre-border: darken($base02, 5);
|
||||
//$pre-color: $base1;
|
||||
|
||||
Reference in New Issue
Block a user