mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-17 15:33:39 -05:00
* 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.
42 lines
817 B
Plaintext
42 lines
817 B
Plaintext
# 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
|