vibrant_ink.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <style-scheme id="vibrantink" _name="VibrantInk" version="1.0">
  3. <author>Matthew Swasey</author>
  4. <_description>A clone of VibrantInk</_description>
  5. <!-- Colors -->
  6. <color name="background" value="#272c2e"/>
  7. <color name="caret" value="#FFFF00"/>
  8. <color name="foreground" value="#EEEEEC"/>
  9. <color name="highlight" value="#BFBFBF"/>
  10. <color name="comment" value="#9933CC"/>
  11. <color name="keyword" value="#FF6600"/>
  12. <color name="function" value="#FFCC00"/>
  13. <color name="class" value="#FFFFFF"/>
  14. <color name="number" value="#CCFF33"/>
  15. <color name="variable" value="#6dbcd1"/>
  16. <color name="constant" value="#339999"/>
  17. <color name="constant2" value="#FFCC00"/>
  18. <color name="string" value="#66FF00"/>
  19. <color name="builtin" value="#CCCC33"/>
  20. <!-- Global Settings -->
  21. <style name="text" foreground="foreground" background="background"/>
  22. <style name="cursor" foreground="foreground"/>
  23. <style name="current-line" background="background"/>
  24. <style name="line-numbers" foreground="foreground" background="background"/>
  25. <!-- Bracket Matching
  26. <style name="bracket-match" background="highlight"/>
  27. <style name="bracket-mismatch" background="highlight" bold="true"/>
  28. <style name="search-match" foreground="foreground" background="caret"/> -->
  29. <!-- Comments -->
  30. <style name="def:comment" foreground="comment" italic="true"/>
  31. <style name="def:shebang" foreground="comment" italic="true"/>
  32. <style name="def:doc-comment-element" foreground="comment" bold="true"/>
  33. <!-- Constants and Variables-->
  34. <style name="def:constant" foreground="constant"/>
  35. <style name="def:string" foreground="string"/>
  36. <style name="def:special-char" foreground="foreground"/>
  37. <style name="def:special-constant" foreground="foreground" bold="true"/>
  38. <style name="def:boolean" foreground="constant"/>
  39. <style name="def:number" foreground="number"/>
  40. <style name="def:floating-point" foreground="number"/>
  41. <style name="def:keyword" foreground="keyword" bold="true"/>
  42. <style name="def:builtin" foreground="function" bold="true"/>
  43. <style name="def:variable" foreground="variable"/>
  44. <!-- Identifiers -->
  45. <style name="def:identifier" foreground="variable"/>
  46. <!-- Statements -->
  47. <style name="def:statement" foreground="constant2"/>
  48. <!-- Types -->
  49. <style name="def:type" foreground="constant2"/>
  50. <!-- Others -->
  51. <style name="def:error" foreground="highlight" bold="true"/>
  52. <style name="def:note" foreground="highlight" bold="true"/>
  53. <style name="def:net-address-in-comment" foreground="variable" italic="false" underline="true"/>
  54. <style name="def:preprocessor" foreground="highlight"/>
  55. <!-- Unknown? -->
  56. <style name="def:specials" background="class"/>
  57. <!-- C Styles -->
  58. <style name="c:preprocessor" map-to="def:special-char"/>
  59. <!-- Diff Styles -->
  60. <style name="diff:ignore" foreground="highlight"/>
  61. <!-- Ruby Styles -->
  62. <style name="ruby:module-handler" foreground="class"/>
  63. <style name="ruby:symbol" foreground="constant"/>
  64. <style name="ruby:regex" foreground="number"/>
  65. <style name="ruby:comment" foreground="comment"/>
  66. <style name="ruby:attribute-definition" foreground="variable"/>
  67. <style name="ruby:function" foreground="function"/>
  68. <!-- <style name="ruby:module-handler" foreground="white" bold="true"/>-->
  69. <!-- <style name="ruby:builtin" foreground="builtin"/>-->
  70. <!-- <style name="ruby:special-variable" foreground="fuchsia" bold="true"/>-->
  71. <!-- <style name="ruby:predefined-variable" foreground="aqua" bold="true"/>-->
  72. <!-- <style name="ruby:symbol" foreground="cyan"/>-->
  73. <!-- <style name="ruby:regex" foreground="fuchsia" bold="true"/>-->
  74. <!-- <style name="ruby:constant" foreground="yellow"/>-->
  75. <!-- SH Styles -->
  76. <style name="sh:others" map-to="text"/>
  77. <!-- XML Styles -->
  78. <style name="xml:attribute-name" foreground="keyword"/>
  79. <style name="xml:element-name" foreground="keyword"/>
  80. </style-scheme>