Moved theming to a central location

This commit is contained in:
Michel Fedde 2025-04-25 19:34:44 +02:00
parent 1c6fec2a1f
commit 54ecbaea3c
13 changed files with 20 additions and 6 deletions

View file

@ -0,0 +1,21 @@
@import "../../theming/library/entry.scss";
:root {
--bg-color: #{$background};
--bg-color-hover: #{$background};
--border-color-active: #{$color1};
}
* {
color: $foreground;
}
.workspace:hover {
box-shadow: $box-shadow-inner;
}
.workspace:hover,
.client:hover {
border: 3px solid #{$color5};
}