ags/style.scss
Benjamin Palko bed410a904 commit
2025-04-04 10:32:59 -04:00

76 lines
1.1 KiB
SCSS

$crust: #181926;
$mantle: #1e2030;
$base: #24273a;
$surface0: #363a4f;
$surface1: #494d64;
$surface2: #5b6078;
$rosewater: #f4dbd6;
button {
all: initial;
}
window.Bar {
font-family: JetBrainsMono Nerd Font;
background: transparent;
font-weight: bold;
> centerbox {
background: $base;
> box {
margin: 6px;
& > * {
margin: 0 4px;
}
}
}
.Arch {
-gtk-icon-size: 24px;
padding: 4px 8px 4px 8px;
border-radius: 8px;
background: $surface0;
&:hover {
background: $rosewater;
color: $base;
}
}
.Pywal {
font-size: 18px;
text-align: center;
padding: 4px 18px 4px 12px;
border-radius: 8px;
background: $surface0;
&:hover {
background: $rosewater;
color: $base;
}
}
.Tray > * {
margin: 0 4px;
}
.Button {
padding: 4px 12px;
border-radius: 8px;
background: $surface0;
&:hover {
background: $rosewater;
color: $base;
}
}
.Label {
padding: 4px 12px;
border-radius: 8px;
background: $surface0;
}
}