24 lines
662 B
Plaintext
24 lines
662 B
Plaintext
! -*- mode: conf-xdefaults; -*-
|
|
! Emacs configuration
|
|
|
|
! Menu bar.
|
|
Emacs.*.menubar.*.background: #0c0a20
|
|
Emacs.*.menubar.*.foreground: #f2f3f7
|
|
Emacs.*.menubar.*.bottomShadowColor: #2c2a60
|
|
Emacs.*.menubar.*.topShadowColor: #4c4a80
|
|
Emacs.*.menubar.*.armColor: #ff2afc
|
|
|
|
! Popup menus.
|
|
Emacs.*.menu.*.background: #0c0a20
|
|
Emacs.*.menu.*.foreground: #f2f3f7
|
|
Emacs.*.menu.*.bottomShadowColor: #2c2a60
|
|
Emacs.*.menu.*.topShadowColor: #4c4a80
|
|
Emacs.*.menu.*.armColor: #ff2afc
|
|
|
|
! Dialog boxes.
|
|
Emacs.dialog*.background: #0c0a20
|
|
Emacs.dialog*.foreground: #f2f3f7
|
|
Emacs.dialog*.bottomShadowColor: #2c2a60
|
|
Emacs.dialog*.topShadowColor: #4c4a80
|
|
Emacs.dialog*.armColor: #ff2afc
|