started working on a screencast icon
This commit is contained in:
16
.config/eww/widgets/hyprscreencast.scss
Normal file
16
.config/eww/widgets/hyprscreencast.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.screencast{
|
||||
|
||||
/* Colors */
|
||||
$sc-active: indigo;
|
||||
$sc-inactive: darkorchid;
|
||||
$sc-label-active: maroon;
|
||||
$sc-label-inactive: gainsboro;
|
||||
|
||||
background: $sc-inactive;
|
||||
color: $sc-label-inactive;
|
||||
|
||||
&--active{
|
||||
background: $sc-active;
|
||||
color: $sc-label-active;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user