dotfiles/herbstluftwm/fish_functions/colors.fish

14 lines
246 B
Fish
Executable File

#!/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