$crust: #181926; $mantle: #1e2030; $base: #24273a; $surface0: #363a4f; $surface1: #494d64; $surface2: #5b6078; $rosewater: #f4dbd6; $flamingo: #dd7878; $pink: #ea76cb; $mauve: #8839ef; :root { font-family: JetBrainsMono Nerd Font; color: $mauve; } button { all: initial; font-family: inherit; label:hover { color: $base; background: $rosewater; } } label { all: initial; font-family: inherit; color: $mauve; padding: 4px 12px; background: $surface0; border-radius: 8px; } .no-styles { all: initial; } .active { label { background: $rosewater; color: $base; } } .Arch { -gtk-icon-size: 24px; padding: 4px 8px 4px 8px; border-radius: 8px; background: $surface0; &:hover { background: $rosewater; color: $base; } } .Pywal { label { font-size: 18px; padding: 6px 16px 6px 10px; } } .Tray > * { margin: 0 4px; } .WirePlumberMenu { contents { all: initial; } arrow { all: initial; } box { padding: 12px; border-radius: 8px; background: rgba($color: $base, $alpha: 0.9); } } window.Bar { background: transparent; > centerbox { background: rgba($color: $base, $alpha: 0.75); border-bottom: 1px solid $rosewater; > box { margin: 6px; & > * { margin: 0 4px; } } } }