aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/metakr.org
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-06-27 21:09:27 +0200
committerAdrian Kummerlaender2020-06-27 21:09:27 +0200
commitf99b9dc8f6258c9829138441238ff39722d21532 (patch)
tree092a4cf5631f088ebb9f395a4953c33214230227 /gui/conf/metakr.org
parent54c3b99509e4345d4271d91550f536656be2ff8d (diff)
downloadnixos_home-f99b9dc8f6258c9829138441238ff39722d21532.tar
nixos_home-f99b9dc8f6258c9829138441238ff39722d21532.tar.gz
nixos_home-f99b9dc8f6258c9829138441238ff39722d21532.tar.bz2
nixos_home-f99b9dc8f6258c9829138441238ff39722d21532.tar.lz
nixos_home-f99b9dc8f6258c9829138441238ff39722d21532.tar.xz
nixos_home-f99b9dc8f6258c9829138441238ff39722d21532.tar.zst
nixos_home-f99b9dc8f6258c9829138441238ff39722d21532.zip
Mixed emacs config updates
Diffstat (limited to 'gui/conf/metakr.org')
-rw-r--r--gui/conf/metakr.org16
1 files changed, 16 insertions, 0 deletions
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