mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-17 23:43:40 -05:00
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:
41
term/One Dark.kitty
Normal file
41
term/One Dark.kitty
Normal 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
|
||||
Reference in New Issue
Block a user