|
|
|
@ -126,7 +126,6 @@ Features |
|
|
|
(scss) snippet that inverts solarized based on the class of the html tag |
|
|
|
(scss) snippet that inverts solarized based on the class of the html tag |
|
|
|
(e.g. `<html class="dark red">` to give a dark background with red accent): |
|
|
|
(e.g. `<html class="dark red">` to give a dark background with red accent): |
|
|
|
|
|
|
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.scss .numberLines} |
|
|
|
|
|
|
|
$base03: #002b36; |
|
|
|
$base03: #002b36; |
|
|
|
$base02: #073642; |
|
|
|
$base02: #073642; |
|
|
|
$base01: #586e75; |
|
|
|
$base01: #586e75; |
|
|
|
@ -162,7 +161,6 @@ Features |
|
|
|
color-profile: sRGB; |
|
|
|
color-profile: sRGB; |
|
|
|
rendering-intent: auto; |
|
|
|
rendering-intent: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Installation |
|
|
|
Installation |
|
|
|
------------ |
|
|
|
------------ |
|
|
|
|