nix-dotfiles/modules/desktop/themes/catppuccin/nwg-drawer.css
2024-12-08 18:30:51 -08:00

33 lines
701 B
CSS

window {
background: alpha(@base, 0.5);
color: @text;
font-family: 'Lexica Ultralegible', 'Atkinson Hyperlegible', "Font Awesome 6 Free", "Noto Sans CJK";
font-size: 13px;
font-style: normal;
}
/* search entry */
entry {
/* we don't actually need to specify accent color here */
/* this is a gtk app, remember? */
background-color: alpha(@surface0, 0.5);
color: @text;
}
button, box, widget, image {
background: none;
border: none;
color: @text;
text-shadow: 0 1px alpha(@base, 0.75);
box-shadow: none;
outline: none;
}
button {
padding: 1em 0.5em;
border-radius: 1em;
}
button:hover, button:active, box:hover, box:active {
background: alpha(@surface0, 0.5);
}