Moved theming to a central location
This commit is contained in:
parent
1c6fec2a1f
commit
54ecbaea3c
13 changed files with 20 additions and 6 deletions
21
.config/theming/applications/hyprswitch/style.scss
Normal file
21
.config/theming/applications/hyprswitch/style.scss
Normal 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};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue