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

17 lines
372 B
SCSS

$themes: map-merge(
$themes,
(
te:
map-merge(
$theme-defaults,
(
background-color: #222,
medium-color: #999,
text-color: #eee,
action-color: #22d66d,
error-color: #c34034
)
)
)
);