aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/metakr.org
diff options
context:
space:
mode:
Diffstat (limited to 'gui/conf/metakr.org')
-rw-r--r--gui/conf/metakr.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/gui/conf/metakr.org b/gui/conf/metakr.org
index a5b8eee..aa7a6c5 100644
--- a/gui/conf/metakr.org
+++ b/gui/conf/metakr.org
@@ -85,6 +85,7 @@ For quick iteration all colors are stored in a table.
| org-special-keyword | #777777 |
| org-sched-prev | #8C3346 |
| org-agenda-done | #909636 |
+| eshell-prompt | #AADB0F |
* Structure
#+NAME: structure
@@ -330,6 +331,10 @@ For quick iteration all colors are stored in a table.
:foreground @org-agenda-done)
(org-footnote
:foreground @link)
+
+;; Eshell
+ (eshell-prompt
+ :foreground @eshell-prompt)
)
#+END_SRC