mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-26 09:51:31 -08:00
(x_load_resources): Add default resource for scroll bar's
trough color and main window's background color.
This commit is contained in:
parent
72d9b5b37f
commit
06bbf61869
1 changed files with 4 additions and 0 deletions
|
|
@ -542,6 +542,8 @@ x_load_resources (display, xrm_string, myname, myclass)
|
|||
will use some other default font. */
|
||||
#ifdef USE_MOTIF
|
||||
|
||||
sprintf (line, "%s.pane.background: grey75", myname);
|
||||
XrmPutLineResource (&rdb, line);
|
||||
sprintf (line, "%s*fontList: %s", myname, helv);
|
||||
XrmPutLineResource (&rdb, line);
|
||||
sprintf (line, "%s*menu*background: grey75", myname);
|
||||
|
|
@ -550,6 +552,8 @@ x_load_resources (display, xrm_string, myname, myclass)
|
|||
XrmPutLineResource (&rdb, line);
|
||||
sprintf (line, "%s*verticalScrollBar.background: grey75", myname);
|
||||
XrmPutLineResource (&rdb, line);
|
||||
sprintf (line, "%s*verticalScrollBar.troughColor: grey75", myname);
|
||||
XrmPutLineResource (&rdb, line);
|
||||
sprintf (line, "%s.dialog*.background: grey75", myname);
|
||||
XrmPutLineResource (&rdb, line);
|
||||
sprintf (line, "%s*fsb.Text.background: white", myname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue