nixos-configs/modules/ags/gtk4/style.scss
matt1432 557e4c7a52
All checks were successful
Discord / discord commits (push) Has been skipped
feat(ags4): implement lockscreen
2025-01-25 02:28:34 -05:00

22 lines
452 B
SCSS

@use './widgets/lockscreen';
// https://gitlab.gnome.org/GNOME/gtk/-/blob/gtk-3-24/gtk/theme/Adwaita/_colors-public.scss
$fg-color: #{"@theme_fg_color"};
$bg-color: #{"@theme_bg_color"};
window.Bar {
background: transparent;
color: $fg-color;
font-weight: bold;
>centerbox {
background: $bg-color;
border-radius: 10px;
margin: 8px;
}
button {
border-radius: 8px;
margin: 2px;
}
}