theme improvements

This commit is contained in:
Reid 2024-12-01 10:56:03 -08:00
parent 2c5d60b03f
commit 3b2ab08e84
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
8 changed files with 31 additions and 198 deletions

View file

@ -1,32 +0,0 @@
window {
/*background: @base;*/
background: alpha(@base, 0.3);
color: @text;
font-family: 'Lexica Ultralegible', 'Atkinson Hyperlegible', FontAwesome, Noto Sans CJK;
font-size: 14px;
font-style: normal;
}
/* search entry */
entry {
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);
}