2024-12-15 16:35:05 -05:00
|
|
|
# Window geometry
|
|
|
|
padding.width: 1
|
|
|
|
padding.height: 1
|
|
|
|
border.width: 0
|
|
|
|
window.client.padding.width: 1
|
|
|
|
window.client.padding.height: 1
|
|
|
|
window.handle.width: 0
|
|
|
|
|
|
|
|
# Menu geometry
|
|
|
|
menu.border.width: 0
|
|
|
|
|
|
|
|
# Border colors
|
2024-12-15 21:12:41 -05:00
|
|
|
window.active.client.color: #bcccdc
|
|
|
|
window.inactive.client.color: #9aa6b2
|
2024-12-15 16:35:05 -05:00
|
|
|
|
|
|
|
# Active window
|
|
|
|
window.active.title.bg: Solid Flat
|
2024-12-15 21:12:41 -05:00
|
|
|
window.active.title.bg.color: #bcccdc
|
2024-12-15 16:35:05 -05:00
|
|
|
|
|
|
|
window.active.label.bg: Parentrelative
|
2024-12-15 21:12:41 -05:00
|
|
|
window.active.label.text.color: #000000
|
2024-12-15 16:35:05 -05:00
|
|
|
|
|
|
|
window.active.button.unpressed.bg: Solid Flat
|
2024-12-15 21:12:41 -05:00
|
|
|
window.active.button.unpressed.bg.color: #d9eafd
|
2024-12-15 16:35:05 -05:00
|
|
|
|
|
|
|
window.active.button.pressed.bg: Solid Flat
|
2024-12-15 21:12:41 -05:00
|
|
|
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
|
2024-12-15 16:35:05 -05:00
|
|
|
|
|
|
|
# Menus
|
2024-12-17 19:47:47 -05:00
|
|
|
menu.separator.color: #23262a
|
2024-12-15 16:35:05 -05:00
|
|
|
|
|
|
|
menu.items.bg: Solid Flat
|
|
|
|
menu.items.bg.color: #9aa6b2
|
2024-12-17 19:47:47 -05:00
|
|
|
menu.items.text.color: #23262a
|
2024-12-15 16:35:05 -05:00
|
|
|
|
|
|
|
menu.items.active.bg: Solid Flat
|
|
|
|
menu.items.active.bg.color: #bcccdc
|
2024-12-17 19:32:03 -05:00
|
|
|
menu.items.active.text.color: #000000
|