From 1410f8bba2f9bb7e052656a7434fb5aa0083aade Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 2 Dec 2020 11:48:38 +0100 Subject: [PATCH] Emacs: Update menu/dialog colors. --- xresources | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/xresources b/xresources index 51b4033..ed66311 100644 --- a/xresources +++ b/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