mangowmmangowm

Theming

Customize the visual appearance of borders, colors, and the cursor.

Dimensions

Control the sizing of window borders and gaps.

SettingDefaultDescription
borderpx4Border width in pixels.
gappih5Horizontal inner gap (between windows).
gappiv5Vertical inner gap.
gappoh10Horizontal outer gap (between windows and screen edges).
gappov10Vertical outer gap.

Colors

Colors are defined in 0xRRGGBBAA hex format.

# Background color of the root window
rootcolor=0x323232ff

# Inactive window border
bordercolor=0x444444ff

# Drop shadow when dragging windows
dropcolor=0x8FBA7C55

# Split window border color in manual dwindle layout
splitcolor=0xEB441EFF

# Active window border
focuscolor=0xc66b25ff

# Urgent window border (alerts)
urgentcolor=0xad401fff

State-Specific Colors

You can also color-code windows based on their state:

StateConfig KeyDefault Color
Maximizedmaximizescreencolor0x89aa61ff
Scratchpadscratchpadcolor0x516c93ff
Globalglobalcolor0xb153a7ff
Overlayoverlaycolor0x14a57cff

Tip: For scratchpad window sizing, see Scratchpad configuration.

Overview Jump Mode

SettingDefaultDescription
jump_label_decorate_fg_color0xc4939dfftext color.
jump_label_decorate_bg_color0x201b14ffbackground color.
jump_label_decorate_focus_fg_color0x201b14fftext color for focus.
jump_label_decorate_focus_bg_color0xc4939dffbackground color for focus.
jump_label_decorate_border_color0x8BAA9Bffborder color.
jump_label_decorate_border_width4border width.
jump_label_decorate_corner_radius5corner radius.
jump_label_decorate_padding_x10horizontal padding.
jump_label_decorate_padding_y10vertical padding.
jump_label_decorate_font_descmonospace Bold 16font set.

Tab Bar For Monocle Layout

SettingDefaultDescription
group_bar_height50Height of the tab bar for monocle layout.
group_bar_decorate_fg_color0xc4939dfftext color.
group_bar_decorate_bg_color0x201b14ffbackground color.
group_bar_decorate_focus_fg_color0x201b14fftext color for focus.
group_bar_decorate_focus_bg_color0xc4939dffbackground color for focus.
group_bar_decorate_border_color0x8BAA9Bffborder color.
group_bar_decorate_border_width4border width.
group_bar_decorate_corner_radius5corner radius.
group_bar_decorate_padding_x0horizontal padding.
group_bar_decorate_padding_y0vertical padding.
group_bar_decorate_font_descmonospace Bold 16font set.

Borders

Control the appearance of window borders.

Cursor Theme

Set the size and theme of your mouse cursor.

cursor_size=24
cursor_theme=Adwaita

On this page