noahpolimon
noahpolimon
> For anyone wanting a quick workaround for now, this is how I solved it. For each of the `lightDynamic` and `darkDynamic` schemes generated from `dyamic_color`, I create a `ColorScheme`...
an even more complete styling: ```scss menu { padding: $default-spacing; background-color: $background-color; color: $foreground; border-radius: 5px; menuitem { border-radius: 5px; padding: $border-size; background-color: transparent; transition: all 0.2s ease; &:backdrop {...
> most complete version with check fields > > menu { > border-radius: 15px; > background-color: $surface0; > border: 2px solid $blue; > color: #fff; > > separator:not(:last-child) { >...
@hypernova7 btw, is there any way to make all the icons the same size?
@hypernova7 sorry, i meant the icons in the menus, not the tray