theme config

This commit is contained in:
2024-07-04 15:53:43 +02:00
parent 570ffd44ab
commit 70125cb4df
+5 -6
View File
@@ -2,11 +2,10 @@
bg-col: #1E1D2F44;
bg-col-semi: #1E1D2F88;
bg-col-full: #313249;
primary: #8957b0;
primary: #cba6f7;
fg-col: #D9E0EE;
fg-col-trans: #D9E0EE77;
fg-col2: #F28FAD;
grey: #D9E0EE;
width: 600;
}
@@ -91,7 +90,7 @@ mode-switcher {
button {
padding: 20px;
background-color: @bg-col-semi;
text-color: @grey;
text-color: @fg-col;
vertical-align: 0.5;
border-radius: 12;
horizontal-align: 0.5;
@@ -105,20 +104,20 @@ button selected {
error-message {
background-color: @bg-col-semi;
text-color: @grey;
text-color: @fg-col;
}
message {
background-color: @bg-col-semi;
border-radius: 8;
text-color: @grey;
text-color: @fg-col;
size-vertical: 100px;
}
textbox {
background-color: transparent;
border-radius: 8;
text-color: @grey;
text-color: @fg-col;
size-vertical: 100px;
}