theme improvements
This commit is contained in:
parent
2c5d60b03f
commit
3b2ab08e84
8 changed files with 31 additions and 198 deletions
33
modules/desktop/themes/catppuccin/nwg-drawer.css
Normal file
33
modules/desktop/themes/catppuccin/nwg-drawer.css
Normal file
|
@ -0,0 +1,33 @@
|
|||
window {
|
||||
background: alpha(@base, 0.3);
|
||||
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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue