eww-config/eww.scss
2024-03-30 09:30:52 -05:00

77 lines
1.3 KiB
SCSS

// Mostly defaults -- scroll to CUSTOMIZATIONS
* {
all: unset; //Unsets everything so you can style everything from scratch
}
//Global Styles
.bar {
background-color: #3a3a3a;
color: #b0b4bc;
padding: 0px;
font-family: ComicShannsMono Nerd Font Mono
}
// Styles on classes (see eww.yuck for more information)
.sidestuff slider {
all: unset;
color: #ffd5cd;
}
.metric scale trough highlight {
all: unset;
background-color: #D35D6E;
color: #000000;
border-radius: 10px;
}
.metric scale trough {
all: unset;
background-color: #4e4e4e;
border-radius: 50px;
min-height: 3px;
min-width: 50px;
margin-left: 10px;
margin-right: 20px;
}
.metric scale trough highlight {
all: unset;
background-color: #D35D6E;
color: #000000;
border-radius: 10px;
}
.metric scale trough {
all: unset;
background-color: #4e4e4e;
border-radius: 50px;
min-height: 3px;
min-width: 50px;
margin-left: 10px;
margin-right: 20px;
}
.label-ram {
font-size: large;
}
// CUSTOMIZATIONS
.workspaces button {
min-width: 25px;
}
.workspaces button:hover {
color: #FFDDCE;
}
button.active {
color: #000000;
//justify: center;
// text-align: center;
background-color: #AA75A9
}
button.urgent {
color: #000000;
background-color: #FF5577
}