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

41
term/One Dark.kitty Normal file
View File

@@ -0,0 +1,41 @@
# Cursor
cursor #abb2bf
cursor_text_color #5c6370
# Special
foreground #abb2bf
background #282c34
selection_foreground #5c6370
selection_background #abb2bf
# Black
color0 #5c6370
color8 #4b5263
# Red
color1 #e06c75
color9 #be5046
# Green
color2 #98c379
color10 #98c379
# Yellow
color3 #e5c07b
color11 #d19a66
# Blue
color4 #61afef
color12 #61afef
# Magenta
color5 #c678dd
color13 #c678dd
# Cyan
color6 #56b6c2
color14 #56b6c2
# White
color7 #abb2bf
color15 #3e4452