Better theming and cleanup for picom

This commit is contained in:
2026-06-23 21:04:28 +02:00
parent b745401cc4
commit 1fb68b7541
3 changed files with 11 additions and 13 deletions
+7 -7
View File
@@ -26,7 +26,7 @@ configuration {
window {
width: 700px;
background-color: #282A33;
background-color: #212121;
border: 0;
padding: 0;
children: [ vertbox ];
@@ -58,13 +58,13 @@ button selected.normal {
error-message {
border: 0;
background-color: #282A33;
background-color: #212121;
padding: 10px 25px;
}
inputbar {
font: "Inter 15";
background-color: #282A33;
background-color: #212121;
border-color: #1c1c1c;
border: 0 0 1px solid 0;
padding: 10px 15px;
@@ -98,7 +98,7 @@ listview {
border: 0 0 1px 0;
border-color: #1c1c1c;
padding: 0;
background-color: #282A33;
background-color: #212121;
children: [element-icon, element-text];
}
@@ -112,7 +112,7 @@ toolbar {
children: [ mode-switcher ];
expand: false;
padding: 0 5px 3px 0;
background-color: #282A33;
background-color: #212121;
}
element {
@@ -126,14 +126,14 @@ element.normal.active,
element.alternate.normal,
element.alternate.urgent,
element.alternate.active {
background-color: #282A33;
background-color: #212121;
text-color: #d3dae3;
}
element.selected.normal,
element.selected.urgent,
element.selected.active {
background-color: #282A33;
background-color: #424242;
text-color: #d3dae3;
}