From f5d0f9eaadf33277fa72994c038426c0dad3e439 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 1 Dec 2020 09:28:57 +0100 Subject: [PATCH] Add X resources for Motif menus in Emacs. --- xresources | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 xresources diff --git a/xresources b/xresources new file mode 100644 index 0000000..51b4033 --- /dev/null +++ b/xresources @@ -0,0 +1,8 @@ +! -*- mode: conf-xdefaults; -*- +! Emacs configuration + +! Motif menubar. +Emacs*menubar*background: #0c0a20 +Emacs*menubar*foreground: #f2f3f7 +Emacs*menubar*bottomShadowColor: #2c2a40 +Emacs*menubar*topShadowColor: #4c4a60