1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-28 07:50:55 +02:00
keeweb/app/styles/themes/_terminal.scss
2020-12-01 19:28:07 +01:00

26 lines
525 B
SCSS

$themes: map-merge(
$themes,
(
te:
map-merge(
$theme-defaults,
(
background-color: #222,
medium-color: #999,
text-color: #eee,
action-color: #13a453,
error-color: #c34034
)
)
)
);
body.th-te {
.list__item--active .green-color {
color: #7be045;
}
.list__item--active .blue-color {
color: #0750c5;
}
}