diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-31 16:35:40 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-31 16:35:40 -0500 |
commit | 3f22228a220d065af3f99ba6a538ff80517ecaa2 (patch) | |
tree | 918e0254e63eb63ad9311491022ee55be2f312ac /ted.cfg | |
parent | e26bc35d04c136a142da37a87f6ba47940399879 (diff) |
configurable colors
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -41,3 +41,10 @@ Ctrl+s = :save Ctrl+z = :undo Ctrl+Shift+z = :redo +[colors] +border = #a77 +cursor-line-bg = #222 +cursor = #3ff +selection-bg = #36a8 +text = #fff +bg = #001 |