diff --git a/polybar/config b/polybar/config index eee9b10..cccae54 100644 --- a/polybar/config +++ b/polybar/config @@ -2,8 +2,8 @@ #compositing-foreground = difference [colors] -background = #c7111015 -foreground = #d8dee9 +#background = #aa111015 +#foreground = #d8dee9 line = #bbb border = #bbb accent = #434d5e @@ -11,6 +11,14 @@ accent2 = #637291 selected = #2590db focused = #f0c674 +background = ${xrdb:color0:#222} +foreground = ${xrdb:color7:#222} +foreground-alt = ${xrdb:color7:#222} +primary = ${xrdb:color1:#222} +secondary = ${xrdb:color2:#222} +alert = ${xrdb:color3:#222} +special = ${xrdb:color14:#222} + black = #32344a red = #f7768c green = #9ece6a @@ -50,9 +58,9 @@ modules-left = dwm modules-center = time modules-right = cmus pulseaudio wlan eth date -############################################# -# MODULES # -############################################# +################################################# +# MODULES # +################################################# [module/dwm] type = internal/dwm @@ -90,7 +98,7 @@ secondary-layout-symbol = [M] # %title% label-title = %title% label-title-padding = 1 -label-title-foreground = ${colors.accent2} +label-title-foreground = ${colors.primary} label-title-maxlen = 50 # Symbol of current layout @@ -111,7 +119,7 @@ label-floating = ~ # focused = Selected tag on focused monitor label-focused = %name% label-focused-background = ${colors.background} -label-focused-foreground = ${colors.selected} +label-focused-foreground = ${colors.blue} label-focused-underline= ${colors.line} label-focused-padding = 1 @@ -122,7 +130,7 @@ label-unfocused-padding = 1 # visible = Unselected tag, but occupied tag on any monitor label-visible = %name% label-visible-background = ${self.label-focused-background} -label-visible-foreground = ${colors.accent} +label-visible-foreground = ${colors.alert} label-visible-underline = ${self.label-focused-underline} label-visible-padding = ${self.label-focused-padding} diff --git a/preview.png b/preview.png index 0d19457..b3378bc 100644 Binary files a/preview.png and b/preview.png differ diff --git a/termite/config b/termite/config index d2bc90d..b7f0ba4 100644 --- a/termite/config +++ b/termite/config @@ -3,9 +3,9 @@ font = Hack 10 size_hints = true [colors] -foreground = #d8d8d8 -foreground_bold = #d8d8d8 -cursor = #d8d8d8 +foreground = #aad8d8d8 +foreground_bold = #aad8d8d8 +cursor = #aad8d8d8 #cursor_foreground = rgba(24, 24, 24, 0.8) background = rgba(17, 16, 21, 0.94)