aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/linux/sway/config13
-rw-r--r--config/linux/waybar/style.css28
-rw-r--r--config/linux/wob/wob.ini6
-rw-r--r--config/linux/wofi/style.css16
4 files changed, 37 insertions, 26 deletions
diff --git a/config/linux/sway/config b/config/linux/sway/config
index 7674e1d..4ea5985 100644
--- a/config/linux/sway/config
+++ b/config/linux/sway/config
@@ -226,11 +226,18 @@ bindsym $mod+r mode "resize"
#
# Theme Colors
#
+# derived from tempus totus
+# https://gitlab.com/protesilaos/tempus-themes
+#
+# efefef : white
+# 4a484d : black
+# 005289 : bright cyan
+# 992030 : bright red
# border bg text ind c_border
-client.focused #106e86 #dee2e0 #4a4b4e #a32a3a #106e86
-client.focused_inactive #dee2e0 #dee2e0 #4a4b4e #a32a3a #dee2e0
-client.unfocused #dee2e0 #dee2e0 #4a4b4e #a32a3a #dee2e0
+client.focused #005289 #efefef #4a484d #992030 #005289
+client.focused_inactive #efefef #efefef #4a484d #992030 #efefef
+client.unfocused #efefef #efefef #4a484d #992030 #efefef
#
# Status Bar: waybar
diff --git a/config/linux/waybar/style.css b/config/linux/waybar/style.css
index e83e12b..1edaea5 100644
--- a/config/linux/waybar/style.css
+++ b/config/linux/waybar/style.css
@@ -7,16 +7,16 @@
}
window#waybar {
- background: #eff0f2;
- color: #4a4b4e;
- border-bottom: 1px solid #dee2e0;
+ background: #ffffff;
+ color: #4a484d;
+ border-bottom: 1px solid #efefef;
border-left: 5px solid black;
border-right: 5px solid black;
}
.modules-left, .modules-center, .modules-right {
- background: #eff0f2;
- border-bottom: 1px solid #dee2e0;
+ background: #ffffff;
+ border-bottom: 1px solid #efefef;
}
.modules-left {
@@ -29,13 +29,13 @@ window#waybar {
}
tooltip {
- background: alpha(#eff0f2, 0.95);
- border: 1px solid #dee2e0;
+ background: alpha(#ffffff, 0.95);
+ border: 1px solid #efefef;
border-radius: 5px;
}
tooltip label {
- color: #4a4b4e;
+ color: #4a484d;
}
label {
@@ -55,11 +55,11 @@ label {
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
- background: #eff0f2;
+ background: #ffffff;
}
#workspaces button.focused {
- background: #dee2e0;
+ background: #efefef;
}
#idle_inhibitor {
@@ -68,11 +68,11 @@ label {
}
#idle_inhibitor.activated {
- color: #eff0f2;
- background: #a32a3a;
- text-shadow: 1px 1px 0 #ae4e2a;
+ color: #ffffff;
+ background: #a50000;
+ text-shadow: 1px 1px 0 #992030;
}
#custom-reboot {
- color: #a32a3a;
+ color: #a50000;
}
diff --git a/config/linux/wob/wob.ini b/config/linux/wob/wob.ini
index 8205a29..ab4ffcb 100644
--- a/config/linux/wob/wob.ini
+++ b/config/linux/wob/wob.ini
@@ -1,6 +1,6 @@
-border_color=676364
-background_color=dee2e0
-bar_color=676364
+border_color=5e4b4f
+background_color=efefef
+bar_color=5e4b4f
border_offset=0
border_size=1
bar_padding=5
diff --git a/config/linux/wofi/style.css b/config/linux/wofi/style.css
index 63d408d..5cfaf6c 100644
--- a/config/linux/wofi/style.css
+++ b/config/linux/wofi/style.css
@@ -1,9 +1,9 @@
window {
- background: #eff0f2;
- color: #4a4b4e;
+ background: #efefef;
+ color: #4a484d;
font-family: Noto Sans;
- font-size: 10pt;
- border: 1px solid #dee2e0;
+ font-size: 11pt;
+ border: 1px solid #5e4b4f;
}
#input {
@@ -29,9 +29,13 @@ window {
}
#text {
- color: #4a4b4e;
+ color: #4a484d;
+}
+
+#entry:selected #text{
+ color: #ffffff;
}
#entry:selected {
- background: #dee2e0;
+ background: #2d45b0;
}