24 lines
693 B
Plaintext
24 lines
693 B
Plaintext
! -*- mode: conf-xdefaults; -*-
|
|
! Emacs configuration
|
|
|
|
! 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 (does not work for Motif).
|
|
Emacs.*dialog*.background: #0c0a20
|
|
Emacs.*dialog*.foreground: #f2f3f7
|
|
Emacs.*dialog*.bottomShadowColor: #2c2a40
|
|
Emacs.*dialog*.topShadowColor: #4c4a60
|
|
Emacs.*dialog*.armColor: #ff2afc
|