mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
Make default Haiku tool bar color match system preferences
* lisp/faces.el (tool-bar): Use system bar color as the default tool-bar background color on Haiku.
This commit is contained in:
parent
a956305f99
commit
ec4dabc238
1 changed files with 4 additions and 1 deletions
|
|
@ -2873,7 +2873,10 @@ Note: Other faces cannot inherit from the cursor face."
|
|||
'((default
|
||||
:box (:line-width 1 :style released-button)
|
||||
:foreground "black")
|
||||
(((type x w32 ns haiku pgtk) (class color))
|
||||
(((type haiku))
|
||||
:foreground "B_MENU_ITEM_TEXT_COLOR"
|
||||
:background "B_MENU_BACKGROUND_COLOR")
|
||||
(((type x w32 ns pgtk) (class color))
|
||||
:background "grey75")
|
||||
(((type x) (class mono))
|
||||
:background "grey"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue