Better theming and cleanup for picom
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
;==========================================================
|
||||
|
||||
[colors]
|
||||
background = #282A33
|
||||
background = #212121
|
||||
background-alt = #3c3c3c
|
||||
foreground = #d3dae3
|
||||
foreground-alt = #000000
|
||||
accent = #5294e2
|
||||
accent = #616161
|
||||
accent-alt = #6ba0e8
|
||||
red = #e35b5b
|
||||
green = #98c379
|
||||
@@ -130,4 +130,3 @@ tray-background = ${colors.background}
|
||||
[settings]
|
||||
screenchange-reload = true
|
||||
pseudo-transparency = false
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user