summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-01-19 12:11:00 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-01-19 12:11:00 -0500
commit3d86329abd754319a36459f8eb3e4bce6efffe1e (patch)
tree56f4e4ee82677221160c9e71f9efead0263ea852 /ted.cfg
parent84698e927b5324c8379897c1cbfd1667648a8af1 (diff)
show directories in a different color in open menu
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.