Adds styling for hyprswitch
This commit is contained in:
parent
79fd94bca7
commit
5c51cff353
5 changed files with 34 additions and 5 deletions
21
.config/hyprswitch/style/style.scss
Normal file
21
.config/hyprswitch/style/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