diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index bffa303..af7e417 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -13,7 +13,7 @@ font: colors: primary: - background: '0x000000' + background: '0x0C0C0D' foreground: '0xFFFFFF' normal: diff --git a/i3/i3status b/i3/i3status index 3534436..c7973d0 100644 --- a/i3/i3status +++ b/i3/i3status @@ -4,7 +4,7 @@ general { interval = 1 color_good = "#D3DAE3" color_degraded = "#FFFF60" - color_bad = "#CC575D" + color_bad = "#BA3030" } order += "disk /" diff --git a/sway/config b/sway/config index 9896590..0cb6216 100644 --- a/sway/config +++ b/sway/config @@ -21,7 +21,7 @@ input * { seat * hide_cursor 10000 # background -output * bg #2F343F solid_color +output * bg #0C0C0D solid_color #output * bg wallpaper.png fit # startup programs @@ -264,8 +264,8 @@ mode "passthrough" { bindsym $mod+Escape mode "passthrough" # colors -set $color_bg #2F343F -set $color_bg_inactive #2F343F +set $color_bg #0C0C0D +set $color_bg_inactive #0C0C0D set $color_text #F3F4F5 set $color_text_inactive #676E7D set $color_bg_urgent #E53935 @@ -273,7 +273,7 @@ set $color_indicator #00FF00 set $color_separator #666666 set $color_ws #5294E2 -set $color_ws_inactive #2F343F +set $color_ws_inactive #0C0C0D set $color_ws_text #FFFFFF set $color_ws_text_inactive #D3DAE3