Update styling to new theme syntax
This commit is contained in:
parent
1caf245120
commit
ed76d9365c
@ -2,8 +2,72 @@ configuration {
|
|||||||
modi: "drun,run,sworkspace:~/.config/i3/switch_workspace.sh,mworkspace:~/.config/i3/move_to_workspace.sh,window,monitor:~/.config/i3/monitor_layout.sh";
|
modi: "drun,run,sworkspace:~/.config/i3/switch_workspace.sh,mworkspace:~/.config/i3/move_to_workspace.sh,window,monitor:~/.config/i3/monitor_layout.sh";
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
sidebar-mode: true;
|
sidebar-mode: true;
|
||||||
color-normal: "#222222, #cccccc, #313131, #444444, #ffffff";
|
}
|
||||||
color-urgent: "#000000, #dc322f, #222222, #530100, #cccccc";
|
|
||||||
color-active: "#000000, #268bd2, #343434, #005490, #fdf6e3";
|
|
||||||
color-window: "#222222, #002b36, #000000";
|
window {
|
||||||
|
background-color: #222;
|
||||||
|
text-color: #002b36;
|
||||||
|
border-color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
inputbar, prompt, entry, button {
|
||||||
|
text-color: #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
button.selected {
|
||||||
|
background-color: #444;
|
||||||
|
}
|
||||||
|
|
||||||
|
scrollbar {
|
||||||
|
handle-color: #555;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Normal
|
||||||
|
element.normal.normal {
|
||||||
|
background-color: #222;
|
||||||
|
text-color: #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
element.alternate.normal {
|
||||||
|
background-color: #313131;
|
||||||
|
text-color: #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
element.selected.normal {
|
||||||
|
background-color: #444;
|
||||||
|
text-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Urgent
|
||||||
|
element.normal.urgent {
|
||||||
|
background-color: #000;
|
||||||
|
text-color: #dc322f;
|
||||||
|
}
|
||||||
|
|
||||||
|
element.alternate.urgent {
|
||||||
|
background-color: #222;
|
||||||
|
text-color: #dc322f;
|
||||||
|
}
|
||||||
|
|
||||||
|
element.selected.urgent {
|
||||||
|
background-color: #530100;
|
||||||
|
text-color: #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Active
|
||||||
|
element.normal.active {
|
||||||
|
background-color: #000;
|
||||||
|
text-color: #268bd2;
|
||||||
|
}
|
||||||
|
|
||||||
|
element.alternate.active {
|
||||||
|
background-color: #343434;
|
||||||
|
text-color: #268bd2;
|
||||||
|
}
|
||||||
|
|
||||||
|
element.selected.active {
|
||||||
|
background-color: #005490;
|
||||||
|
text-color: #fdf6e3;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user