[Setup] Improve color extraction

This commit is contained in:
2026-01-09 16:23:30 +01:00
parent 11767c3009
commit 4024b9e830
9 changed files with 165 additions and 117 deletions

View File

@@ -7,7 +7,7 @@ window {
font-family: monospace;
font-size: 14pt;
color: #ffffff; /* text */
background-color: rgba(10, 10, 15, 0.5);
background-color: rgba(20, 20, 20, 0.5);
}
button {
@@ -22,12 +22,12 @@ button {
}
button:hover {
background-color: rgba(50, 78, 18, 0.5);
background-color: rgba(184, 28, 21, 0.5);
}
button:focus {
background-color: rgb(50, 78, 18);
color: rgb(200, 220, 255);
background-color: rgb(184, 28, 21);
color: rgb(230, 230, 230);
}
#lock {