summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index 2591f43..49ff2a4 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -69,6 +69,11 @@ cursor-line-bg = #222
cursor = #3ff
selection-bg = #36aa
text = #fff
+# For example, in the open menu it is nice to have a visual distinction between folders and files.
+# This is the color used for folders.
+text-folder = #88f
+# Used for things that are neither files nor folders.
+text-other = #8f8
bg = #001
# The entire screen gets filled with this color when a menu (e.g. the "open" menu) is shown.
# By making it transparent, we can dim everything else while the menu is open.