14 lines
258 B
SCSS
14 lines
258 B
SCSS
|
.solarized-dark {
|
||
|
--foreground-1: #839496;
|
||
|
--foreground-2: #93a1a1;
|
||
|
--background-1: #002b36;
|
||
|
--background-2: #073642;
|
||
|
}
|
||
|
|
||
|
.solarized-light {
|
||
|
--foreground-1: #657b83;
|
||
|
--foreground-2: #586e75;
|
||
|
--background-1: #fdf6e3;
|
||
|
--background-2: #eee8d5;
|
||
|
}
|