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 ae00fde..4cd119a 100644
--- a/gui/conf/metakr.org
+++ b/gui/conf/metakr.org
@@ -90,6 +90,7 @@ For quick iteration all colors are stored in a table.
| helm-header-bg | #161616 |
| helm-source-header-fg | #161616 |
| helm-source-header-bg | #909636 |
+| whitespace-tab | #222222 |
* Structure
#+NAME: structure
@@ -362,6 +363,10 @@ For quick iteration all colors are stored in a table.
:background @helm-source-header-bg)
(helm-selection
:background @bg-hlt)
+
+;; Whitespace
+ (whitespace-tab
+ :background @whitespace-tab)
)
#+END_SRC