#!/usr/bin/env fish function hlwm_active echo (herbstclient attr theme.active.color) end function hlwm_normal echo (herbstclient attr theme.normal.color) end function hlwm_text echo (herbstclient attr theme.normal.title_color) end