aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/modules/profiles/base/config/sway.nix40
-rw-r--r--home/modules/profiles/base/config/waybar-style.nix30
2 files changed, 35 insertions, 35 deletions
diff --git a/home/modules/profiles/base/config/sway.nix b/home/modules/profiles/base/config/sway.nix
index 2fff335..68a2b0c 100644
--- a/home/modules/profiles/base/config/sway.nix
+++ b/home/modules/profiles/base/config/sway.nix
@@ -157,28 +157,28 @@
gaps inner 8
smart_borders on
- set $color0 #222329
- set $color1 #b17f81
- set $color2 #8aa387
- set $color3 #d4ae80
- set $color4 #8896ae
- set $color5 #c495a2
- set $color6 #7aacaa
- set $color7 #d0d0c7
- set $color8 #36373d
- set $color9 #c59395
- set $color10 #9eb79b
- set $color11 #e8c294
- set $color12 #9caac2
- set $color13 #d8a9b6
- set $color14 #8ec0be
- set $color15 #e4e4db
-
- set $primary $color5
- set $muted #a78153
+ set $color0 #1e2132
+ set $color1 #e27878
+ set $color2 #b4be82
+ set $color3 #e2a478
+ set $color4 #84a0c6
+ set $color5 #a093c7
+ set $color6 #89b8c2
+ set $color7 #c6c8d1
+ set $color8 #6b7089
+ set $color9 #e98989
+ set $color10 #c0ca8e
+ set $color11 #e9b189
+ set $color12 #91acd1
+ set $color13 #ada0d3
+ set $color14 #95c4ce
+ set $color15 #d2d4de
+
+ set $primary $color4
+ set $muted #4d698f
# class border backgr text indicator
- client.focused $color3 $color3 $color0 $color5
+ client.focused $primary $primary $color0 $color5
client.focused_inactive $muted $muted $color0 $color5
client.unfocused $muted $muted $color7 $color5
client.urgent $color10 $color10 $color0 $color5
diff --git a/home/modules/profiles/base/config/waybar-style.nix b/home/modules/profiles/base/config/waybar-style.nix
index b616757..af22330 100644
--- a/home/modules/profiles/base/config/waybar-style.nix
+++ b/home/modules/profiles/base/config/waybar-style.nix
@@ -9,18 +9,18 @@
window#waybar {
background: #18191f;
- color: #cbc0ab;
+ color: #84a0c6;
}
#workspaces button {
padding: 0 4px;
- background: #d4ae80;
+ background: #84a0c6;
color: #18191f;
- border-bottom: 2px solid #c495a2;
+ border-bottom: 2px solid #84a0c6;
}
#workspaces button.focused {
- background: #d4ae80;
+ background: #84a0c6;
border-bottom: 2px solid #18191f;
}
@@ -40,54 +40,54 @@
#custom-nixos {
padding: 0 6px;
margin: 0;
- background-color: #d4ae80;
+ background-color: #84a0c6;
color: #18191f;
}
@keyframes blink {
to {
- background-color: #d4ae80;
+ background-color: #84a0c6;
color: #18191f;
}
}
#cpu {
- background-color: #cbc0ab;
+ background-color: #a093c7;
}
#network {
- background-color: #cbc0ab;
+ background-color: #a093c7;
}
#memory {
- background-color: #cbc0ab;
+ background-color: #a093c7;
}
#pulseaudio {
- background-color: #cbc0ab;
+ background-color: #a093c7;
}
#battery {
- background-color: #cbc0ab;
+ background-color: #a093c7;
}
#battery.full {
- background-color: #cbc0ab;
+ background-color: #a093c7;
color: #18191f;
}
#battery.discharging {
- background-color: #cbc0ab;
+ background-color: #a093c7;
color: #18191f;
}
#battery.charging {
- background-color: #cbc0ab;
+ background-color: #a093c7;
color: #18191f;
}
#battery.warning:not(.charging) {
- background-color: #cbc0ab;
+ background-color: #a093c7;
color: #18191f;
animation-name: blink;
animation-duration: 0.5s;