#------------------------------------------------ # # appearance # #------------------------------------------------ # font set $fontName Source Sans Pro Semi-Bold set $fontSize 10 set $barFontSize 9 # colors set $clFocusedActiveBorder #252525 set $clFocusedActiveBackground #252525 set $clFocusedActiveText #D9D9D9 set $clFocusedInactiveBorder #101010 set $clFocusedinactiveBackground #101010 set $clFocusedInactiveText #606060 set $clUnfocusedBorder #101010 set $clUnfocusedBackground #000000 set $clUnfocusedText #606060 set $clUrgentBorder #F05000 set $clUrgentBackground #F05000 set $clUrgentText #F0F0F0 set $clIndicator #101010 # --------- fonts --------- # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. font pango: $fontName $fontSize #font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). #font pango:DejaVu Sans Mono 8 # --------- windows --------- # Widow Colours # border background text indicator client.focused $clFocusedActiveBorder $clFocusedActiveBackground $clFocusedActiveText $clIndicator client.focused_inactive $clFocusedInactiveBorder $clFocusedinactiveBackground $clFocusedInactiveText $clIndicator client.unfocused $clUnfocusedBorder $clUnfocusedBackground $clUnfocusedText $clIndicator client.urgent $clUrgentBorder $clUrgentBackground $clUrgentText $clIndicator