desert.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <style-scheme id="desert" _name="Desert" version="1.0">
  3. <author>krims0n</author>
  4. <_description>Dark color scheme based on GVIM Desert scheme.</_description>
  5. <!-- Global Settings -->
  6. <style name="text" foreground="#f3f3f3" background="#333333"/>
  7. <style name="selection" background="#CDCDA1"/>
  8. <style name="current-line" background="#506050"/>
  9. <style name="line-numbers" foreground="#353535" background="#e7e7e7"/>
  10. <!-- Bracket Matching -->
  11. <style name="bracket-match" background="#97B26B" bold="true"/>
  12. <style name="bracket-mismatch" background="#D9B798" bold="true"/>
  13. <!-- Comments -->
  14. <style name="def:comment" foreground="#87ceeb" italic="true"/>
  15. <style name="def:sheband" foreground="#grey" bold="true"/>
  16. <!-- Constants -->
  17. <style name="def:constant" foreground="#FFA0A0"/>
  18. <style name="def:string" foreground="#FFA0A0"/>
  19. <style name="def:special-char" foreground="#FFA0A0"/>
  20. <style name="def:special-constant" foreground="#FFA0A0"/>
  21. <style name="def:floating-point" foreground="#FFA0A0"/>
  22. <!-- Identifiers -->
  23. <style name="def:identifier" foreground="#LightGoldenrod"/>
  24. <!-- Statements -->
  25. <style name="def:statement" foreground="#f0e68c" bold="true"/>
  26. <!-- Types -->
  27. <style name="def:type" foreground="#bbb469" bold="true"/>
  28. <!-- Others -->
  29. <style name="def:preprocessor" foreground="#CD5C5C"/>
  30. <style name="def:error" foreground="#yellow" background="#red" bold="true"/>
  31. <!-- <style name="def:note" background="butter1" foreground="aluminium4" bold="true"/> -->
  32. <!-- <style name="def:underlined" italic="true" underline="true"/> -->
  33. </style-scheme>