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

@@ -4,8 +4,8 @@
*.cursorColor: <%=white.gui%>
! black
*.color0: <%=black.gui%>
*.color8: <%=visual_grey.gui%>
*.color0: <%=comment_grey.gui%>
*.color8: <%=gutter_fg_grey.gui%>
! red
*.color1: <%=red.gui%>
@@ -33,5 +33,5 @@
! white
*.color7: <%=white.gui%>
*.color15: <%=comment_grey.gui%>
*.color15: <%=visual_grey.gui%>