diff options
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. |