summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--styles/extradark.ted.cfg49
-rw-r--r--ted.cfg2
2 files changed, 50 insertions, 1 deletions
diff --git a/styles/extradark.ted.cfg b/styles/extradark.ted.cfg
new file mode 100644
index 0000000..a5b2861
--- /dev/null
+++ b/styles/extradark.ted.cfg
@@ -0,0 +1,49 @@
+[colors]
+border = #9a7
+active-tab-hl = #9a7a
+selected-tab-hl = #fff2
+cursor-line-bg = #fef2
+cursor = #faf
+cursor-error = #f55
+matching-bracket-hl = #afc8
+selection-bg = #a6aa
+view-only-cursor = #80a
+view-only-selection-bg = #80a6
+text = #fff
+text-folder = #66f
+text-other = #6f6
+bg = #000
+menu-backdrop = #0004
+menu-bg = #000
+menu-hl = #cfa3
+error-border = #f00
+error-bg = #f005
+warning-border = #ff0
+warning-bg = #ff05
+info-border = #00f
+info-bg = #00f5
+find-hl = #afa4
+yes = #6f6
+no = #f66
+cancel = #ff6
+autocomplete-bg = #000
+autocomplete-border = #444
+autocomplete-hl = #f6c3
+hover-bg = #000a
+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
+comment = #999
+constant = #8ff
+line-numbers = #779
+cursor-line-number = #ddf
+line-numbers-separator = #fff3
diff --git a/ted.cfg b/ted.cfg
index cf6fda8..580e751 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -385,5 +385,5 @@ CSS = .css
# [/path/to/special/project//Javascript.keyboard]
# Ctrl+J = "function() {" :insert-text
-%include styles/classic.ted.cfg
+%include styles/extradark.ted.cfg