Files
onedark.vim/build/templates/One Dark.Xresources
Josh Dick 8d2720a7a7 Tweaks and Updates (#100)
* Change comment style to use folds, in turn necessitating changing the template delimeters

* Add "Underlined" styling

* Update the gui gutter foreground color

* Automatically generate terminal color palette files

* README.md: Add 'Relatives of onedark.vim' section

* README.md tweaks to (hopefully) make installation and troubleshooting easier.

* README.md: Update preview image information

* README.md: Re-update preview image information

* README.md: Fixed wording about italics troubleshooting screenshot

* README.md: "setting" -> "option" where appropriate

* README.md: Fix typos
2017-05-11 11:22:53 -04:00

38 lines
747 B
Plaintext

! special
*.foreground: <%=it.white.gui%>
*.background: <%=it.black.gui%>
*.cursorColor: <%=it.white.gui%>
! black
*.color0: <%=it.black.gui%>
*.color8: <%=it.visual_grey.gui%>
! red
*.color1: <%=it.red.gui%>
*.color9: <%=it.dark_red.gui%>
! green
*.color2: <%=it.green.gui%>
*.color10: <%=it.green.gui%>
! yellow
*.color3: <%=it.yellow.gui%>
*.color11: <%=it.dark_yellow.gui%>
! blue
*.color4: <%=it.blue.gui%>
*.color12: <%=it.blue.gui%>
! magenta
*.color5: <%=it.purple.gui%>
*.color13: <%=it.purple.gui%>
! cyan
*.color6: <%=it.cyan.gui%>
*.color14: <%=it.cyan.gui%>
! white
*.color7: <%=it.white.gui%>
*.color15: <%=it.comment_grey.gui%>