1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-26 07:39:04 +02:00
keeweb/app/styles/themes/_solarized-dark.scss
2019-08-16 23:05:39 +02:00

19 lines
468 B
SCSS

$themes: map-merge(
$themes,
(
sd:
map-merge(
$theme-defaults,
(
background-color: #002b36,
medium-color: #93a1a1,
text-color: #839496,
action-color: #859900,
error-color: #dc322f,
mute-percent: 60%,
color-lightness-shift: 50%
)
)
)
);