mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 15:03:37 +00:00
51 lines
1.2 KiB
Text
51 lines
1.2 KiB
Text
# Window geometry
|
|
padding.width: 2
|
|
padding.height: 2
|
|
border.width: 0
|
|
window.client.padding.width: 0
|
|
window.client.padding.height: 0
|
|
window.handle.width: 0
|
|
|
|
# Menu geometry
|
|
menu.border.width: 0
|
|
|
|
# Border colors
|
|
window.active.client.color: #bcccdc
|
|
window.inactive.client.color: #9aa6b2
|
|
|
|
# Active window
|
|
window.active.title.bg: Solid Flat
|
|
window.active.title.bg.color: #bcccdc
|
|
|
|
window.active.label.bg: Parentrelative
|
|
window.active.label.text.color: #2c3135
|
|
|
|
window.active.button.unpressed.bg: Solid Flat
|
|
window.active.button.unpressed.bg.color: #d9eafd
|
|
|
|
window.active.button.pressed.bg: Solid Flat
|
|
window.active.button.pressed.bg.color: #f8fafc
|
|
|
|
# Inactive window
|
|
window.inactive.title.bg: Solid Flat
|
|
window.inactive.title.bg.color: #9aa6b2
|
|
|
|
window.inactive.label.bg: Parentrelative
|
|
window.inactive.label.text.color: #f8fafc
|
|
|
|
window.inactive.button.unpressed.bg: Solid Flat
|
|
window.inactive.button.unpressed.bg.color: #bcccdc
|
|
|
|
window.inactive.button.pressed.bg: Solid Flat
|
|
window.inactive.button.pressed.bg.color: #d9eafd
|
|
|
|
# Menus
|
|
menu.separator.color: #2c3135
|
|
|
|
menu.items.bg: Solid Flat
|
|
menu.items.bg.color: #bcccdc
|
|
menu.items.text.color: #2c3135
|
|
|
|
menu.items.active.bg: Solid Flat
|
|
menu.items.active.bg.color: #d9eafd
|
|
menu.items.active.text.color: #34393f
|