diff options
-rw-r--r-- | main.c | 1 | ||||
-rw-r--r-- | styles/extradark.ted.cfg | 24 | ||||
-rw-r--r-- | ted.cfg | 2 |
3 files changed, 13 insertions, 14 deletions
@@ -1,6 +1,5 @@ /* FUTURE FEATURES: -- styles ([color] sections) - better undo chaining (dechain on backspace?) - manual.md - font setting & support for multiple fonts to cover more characters diff --git a/styles/extradark.ted.cfg b/styles/extradark.ted.cfg index a5b2861..0b3603e 100644 --- a/styles/extradark.ted.cfg +++ b/styles/extradark.ted.cfg @@ -34,16 +34,16 @@ hover-border = #fffc hover-text = #fff hover-hl = #fff4 hl-write = #fca4 -autocomplete-variable = #bfb -autocomplete-function = #fec -autocomplete-type = #faf -keyword = #0c0 -preprocessor = #77f -string = #f77 -character = #fa7 -builtin = #a7f +autocomplete-variable = #7f7 +autocomplete-function = #fa7 +autocomplete-type = #f7f +keyword = #0f0 +preprocessor = #24f +string = #f40 +character = #fa0 +builtin = #c0f comment = #999 -constant = #8ff -line-numbers = #779 -cursor-line-number = #ddf -line-numbers-separator = #fff3 +constant = #0ff +line-numbers = #8a8 +cursor-line-number = #dfd +line-numbers-separator = #dfd7 @@ -385,5 +385,5 @@ CSS = .css # [/path/to/special/project//Javascript.keyboard] # Ctrl+J = "function() {" :insert-text -%include styles/extradark.ted.cfg +%include styles/classic.ted.cfg |