mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-17 23:43:40 -05:00
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
This commit is contained in:
37
build/templates/One Dark.Xresources
Normal file
37
build/templates/One Dark.Xresources
Normal file
@@ -0,0 +1,37 @@
|
||||
! 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%>
|
||||
|
||||
Reference in New Issue
Block a user