summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-12-31 16:35:40 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-12-31 16:35:40 -0500
commit3f22228a220d065af3f99ba6a538ff80517ecaa2 (patch)
tree918e0254e63eb63ad9311491022ee55be2f312ac /ted.cfg
parente26bc35d04c136a142da37a87f6ba47940399879 (diff)
configurable colors
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index ba0ffb5..c8b6099 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -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