.vvconfig/install/vim/vimplugin/onedark.vim-main/build/templates/One Dark.Xresources

38 lines
686 B
Plaintext
Executable File

! special
*.foreground: <%=white.gui%>
*.background: <%=black.gui%>
*.cursorColor: <%=white.gui%>
! black
*.color0: <%=cursor_grey.gui%>
*.color8: <%=visual_grey.gui%>
! red
*.color1: <%=red.gui%>
*.color9: <%=red.gui%>
! green
*.color2: <%=green.gui%>
*.color10: <%=green.gui%>
! yellow
*.color3: <%=yellow.gui%>
*.color11: <%=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: <%=comment_grey.gui%>
*.color15: <%=white.gui%>