Initial commit

This commit is contained in:
2026-07-02 15:56:21 +02:00
commit 4529a3c472
92 changed files with 13593 additions and 0 deletions
+54
View File
@@ -0,0 +1,54 @@
window {
margin: 0px;
border: 2px solid #bd93f9;
background-color: rgba(40,42,54,.5);
border-radius: 13px;
font-family: "SF Pro Display";
}
#input {
margin: 5px;
border: none;
color: #f8f8f2;
background-color: #44475a;
}
#inner-box {
margin: 5px;
border: none;
background-color: rgba(40,42,54,.5);
}
#outer-box {
margin: 5px;
border: none;
background-color: rgba(40,42,54,.5);
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 5px;
border: none;
color: #f8f8f2;
}
#entry.activatable #text {
color: #282a36;
}
#entry > * {
color: #f8f8f2;
}
#entry:selected {
background-color: #44475a;
border-radius: 6px;
}
#entry:selected #text {
font-weight: bold;
}