[sway] make colors darker

This commit is contained in:
Felix Buehler 2019-10-30 11:45:56 +01:00
parent f812fe3708
commit 526623acac
3 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@ font:
colors: colors:
primary: primary:
background: '0x000000' background: '0x0C0C0D'
foreground: '0xFFFFFF' foreground: '0xFFFFFF'
normal: normal:

View file

@ -4,7 +4,7 @@ general {
interval = 1 interval = 1
color_good = "#D3DAE3" color_good = "#D3DAE3"
color_degraded = "#FFFF60" color_degraded = "#FFFF60"
color_bad = "#CC575D" color_bad = "#BA3030"
} }
order += "disk /" order += "disk /"

View file

@ -21,7 +21,7 @@ input * {
seat * hide_cursor 10000 seat * hide_cursor 10000
# background # background
output * bg #2F343F solid_color output * bg #0C0C0D solid_color
#output * bg wallpaper.png fit #output * bg wallpaper.png fit
# startup programs # startup programs
@ -264,8 +264,8 @@ mode "passthrough" {
bindsym $mod+Escape mode "passthrough" bindsym $mod+Escape mode "passthrough"
# colors # colors
set $color_bg #2F343F set $color_bg #0C0C0D
set $color_bg_inactive #2F343F set $color_bg_inactive #0C0C0D
set $color_text #F3F4F5 set $color_text #F3F4F5
set $color_text_inactive #676E7D set $color_text_inactive #676E7D
set $color_bg_urgent #E53935 set $color_bg_urgent #E53935
@ -273,7 +273,7 @@ set $color_indicator #00FF00
set $color_separator #666666 set $color_separator #666666
set $color_ws #5294E2 set $color_ws #5294E2
set $color_ws_inactive #2F343F set $color_ws_inactive #0C0C0D
set $color_ws_text #FFFFFF set $color_ws_text #FFFFFF
set $color_ws_text_inactive #D3DAE3 set $color_ws_text_inactive #D3DAE3