dotfiles/.config/xthemes/oneshot/.config/herbstluftwm/theme

33 lines
823 B
Bash
Executable File

#!/bin/sh
TERMINAL="kitty"
MENU="rofi -show run"
hc pad 0 44 7 7 7
hc attr theme.tiling.reset 1
hc attr theme.floating.reset 1
hc set frame_border_active_color '#222222'
hc set frame_border_normal_color '#101010'
hc set frame_bg_normal_color '#565656'
hc set frame_bg_active_color '#345F0C'
hc set frame_border_width 0
hc set always_show_frame off
hc set frame_bg_transparent on
hc set frame_transparent_width 0
hc set frame_gap 6
hc attr theme.active.color '#c26b50'
hc attr theme.normal.color '#454545'
hc attr theme.urgent.color orange
hc attr theme.inner_width 1
hc attr theme.inner_color '#5C5453'
hc attr theme.border_width 3
hc attr theme.active.inner_color '#D9834E'
hc set window_gap 4
hc set frame_padding 0
hc set smart_window_surroundings off
hc set smart_frame_surroundings on
hc set mouse_recenter_gap 0