Emacs: Update menu/dialog colors.
This commit is contained in:
parent
ca233d01a6
commit
1410f8bba2
25
xresources
25
xresources
|
@ -1,8 +1,23 @@
|
|||
! -*- mode: conf-xdefaults; -*-
|
||||
! Emacs configuration
|
||||
|
||||
! Motif menubar.
|
||||
Emacs*menubar*background: #0c0a20
|
||||
Emacs*menubar*foreground: #f2f3f7
|
||||
Emacs*menubar*bottomShadowColor: #2c2a40
|
||||
Emacs*menubar*topShadowColor: #4c4a60
|
||||
! Menu bar.
|
||||
Emacs.*.menubar.*.background: #0c0a20
|
||||
Emacs.*.menubar.*.foreground: #f2f3f7
|
||||
Emacs.*.menubar.*.bottomShadowColor: #2c2a40
|
||||
Emacs.*.menubar.*.topShadowColor: #4c4a60
|
||||
Emacs.*.menubar.*.armColor: #ff2afc
|
||||
|
||||
! Popup menus.
|
||||
Emacs.*.menu.*.background: #0c0a20
|
||||
Emacs.*.menu.*.foreground: #f2f3f7
|
||||
Emacs.*.menu.*.bottomShadowColor: #2c2a40
|
||||
Emacs.*.menu.*.topShadowColor: #4c4a60
|
||||
Emacs.*.menu.*.armColor: #ff2afc
|
||||
|
||||
! Dialog boxes (doesn't work for Motif).
|
||||
Emacs.*dialog*.background: #0c0a20
|
||||
Emacs.*dialog*.foreground: #f2f3f7
|
||||
Emacs.*dialog*.bottomShadowColor: #2c2a40
|
||||
Emacs.*dialog*.topShadowColor: #4c4a60
|
||||
Emacs.*dialog*.armColor: #ff2afc
|
||||
|
|
Loading…
Reference in New Issue
Block a user