mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-18 07:53: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.
38 lines
699 B
Plaintext
38 lines
699 B
Plaintext
! special
|
|
*.foreground: <%=white.gui%>
|
|
*.background: <%=black.gui%>
|
|
*.cursorColor: <%=white.gui%>
|
|
|
|
! black
|
|
*.color0: <%=comment_grey.gui%>
|
|
*.color8: <%=gutter_fg_grey.gui%>
|
|
|
|
! red
|
|
*.color1: <%=red.gui%>
|
|
*.color9: <%=dark_red.gui%>
|
|
|
|
! green
|
|
*.color2: <%=green.gui%>
|
|
*.color10: <%=green.gui%>
|
|
|
|
! yellow
|
|
*.color3: <%=yellow.gui%>
|
|
*.color11: <%=dark_yellow.gui%>
|
|
|
|
! blue
|
|
*.color4: <%=blue.gui%>
|
|
*.color12: <%=blue.gui%>
|
|
|
|
! magenta
|
|
*.color5: <%=purple.gui%>
|
|
*.color13: <%=purple.gui%>
|
|
|
|
! cyan
|
|
*.color6: <%=cyan.gui%>
|
|
*.color14: <%=cyan.gui%>
|
|
|
|
! white
|
|
*.color7: <%=white.gui%>
|
|
*.color15: <%=visual_grey.gui%>
|
|
|