theme: set default values of window.*.border.color to #aaaaaa

This makes the colors of titlebar and window borders different, but will
let menu.border.color (which will be supported soon) inherit
window.active.border.color just like Openbox does, without making the menu
borders around a selected menu item invisible.
This commit is contained in:
tokyo4j 2024-11-24 14:39:35 +09:00 committed by Johan Malm
parent 12cae9c7ee
commit fb6bf3fdde
3 changed files with 6 additions and 6 deletions

View file

@ -16,8 +16,8 @@ window.titlebar.padding.width: 0
window.titlebar.padding.height: 0
# window border
window.active.border.color: #e1dedb
window.inactive.border.color: #f6f5f4
window.active.border.color: #aaaaaa
window.inactive.border.color: #aaaaaa
# ToggleKeybinds status indicator
window.active.indicator.toggled-keybind.color: #ff0000