diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-19 12:11:00 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-19 12:11:00 -0500 |
commit | 3d86329abd754319a36459f8eb3e4bce6efffe1e (patch) | |
tree | 56f4e4ee82677221160c9e71f9efead0263ea852 /ted.cfg | |
parent | 84698e927b5324c8379897c1cbfd1667648a8af1 (diff) |
show directories in a different color in open menu
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |