Terminal color tweaks. (#201)

* Add KiTTY configuration (manually; could potentially use
  https://github.com/stayradiated/termcolors/pull/17/ in the future)
* Tweak foreground/background/white/black colors to be visually distinct
  from one another

Closes #200.
This commit is contained in:
Josh Dick
2020-01-20 17:34:29 -05:00
committed by GitHub
parent 6a98de099d
commit 181a7866bc
9 changed files with 121 additions and 31 deletions

View File

@@ -2,8 +2,8 @@
colors:
# Default colors
primary:
background: '0x{{=c[0]}}'
foreground: '0x{{=c[7]}}'
foreground: '0x{{=c.foreground}}'
background: '0x{{=c.background}}'
# Cursor colors
cursor: