diff options
author | pommicket <pommicket@gmail.com> | 2023-03-04 21:01:35 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-03-04 21:01:35 -0500 |
commit | bb583009b3c6e77b17a38e1af92ca7301e480239 (patch) | |
tree | 6c9b2e2a180b1f83216de58d56649ec3efad7bda /styles/extradark.ted.cfg | |
parent | 8a13f9fa37b5401c836e0ce8674cee5255512d5e (diff) |
start extradark
Diffstat (limited to 'styles/extradark.ted.cfg')
-rw-r--r-- | styles/extradark.ted.cfg | 49 |
1 files changed, 49 insertions, 0 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 |