mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
use the GTK+ 3 notebook header color as the default active title color
This commit is contained in:
parent
bad8f334ea
commit
a9076f2a01
2 changed files with 6 additions and 6 deletions
|
|
@ -14,14 +14,14 @@ padding.height: 3
|
|||
# titlebar.height:
|
||||
|
||||
# window border
|
||||
window.active.border.color: #dddad6
|
||||
window.active.border.color: #e1dedb
|
||||
window.inactive.border.color: #f6f5f4
|
||||
|
||||
# ToggleKeybinds status indicator
|
||||
window.active.indicator.toggled-keybind.color: #ff0000
|
||||
|
||||
# window titlebar background
|
||||
window.active.title.bg.color: #dddad6
|
||||
window.active.title.bg.color: #e1dedb
|
||||
window.inactive.title.bg.color: #f6f5f4
|
||||
|
||||
# window titlebar text
|
||||
|
|
@ -45,7 +45,7 @@ menu.width.min: 20
|
|||
menu.width.max: 200
|
||||
menu.items.bg.color: #fcfbfa
|
||||
menu.items.text.color: #000000
|
||||
menu.items.active.bg.color: #dddad6
|
||||
menu.items.active.bg.color: #e1dedb
|
||||
menu.items.active.text.color: #000000
|
||||
menu.items.padding.x: 7
|
||||
menu.items.padding.y: 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue