From f99b9dc8f6258c9829138441238ff39722d21532 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 27 Jun 2020 21:09:27 +0200 Subject: Mixed emacs config updates --- gui/conf/metakr.org | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'gui/conf/metakr.org') diff --git a/gui/conf/metakr.org b/gui/conf/metakr.org index cf1df2c..33e2f58 100644 --- a/gui/conf/metakr.org +++ b/gui/conf/metakr.org @@ -86,6 +86,10 @@ For quick iteration all colors are stored in a table. | org-sched-prev | #8C3346 | | org-agenda-done | #909636 | | eshell-prompt | #AADB0F | +| helm-header-fg | #909636 | +| helm-header-bg | #161616 | +| helm-source-header-fg | #161616 | +| helm-source-header-bg | #909636 | * Structure #+NAME: structure @@ -336,6 +340,18 @@ For quick iteration all colors are stored in a table. ;; Eshell (eshell-prompt :foreground @eshell-prompt) + +;; Helm + (helm-header + :inherit fixed-pitch + :foreground @helm-header-fg + :background @helm-header-bg) + (helm-source-header + :inherit fixed-pitch + :foreground @helm-source-header-fg + :background @helm-source-header-bg) + (helm-selection + :background @bg-hlt) ) #+END_SRC -- cgit v1.2.3