fluffy.xml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <style-scheme id="fluffy" name="Fluffy" version="1.0">
  3. <author>Osmo Salomaa</author>
  4. <description>A soft and downy color scheme</description>
  5. <color name="almost-black" value="#111111"/>
  6. <color name="blue" value="#0066ff"/>
  7. <color name="cyan" value="#02b5d1"/>
  8. <color name="dark-grey" value="#babdb6"/>
  9. <color name="green" value="#00bb87"/>
  10. <color name="highlight-blue" value="#abf5ff"/>
  11. <color name="highlight-green" value="#c1ff9d"/>
  12. <color name="highlight-yellow" value="#fce94f"/>
  13. <color name="indigo" value="#b76fff"/>
  14. <color name="light-grey" value="#eeeeec"/>
  15. <color name="magenta" value="#ff6fff"/>
  16. <color name="medium-grey" value="#d3d7cf"/>
  17. <color name="red" value="#ff405a"/>
  18. <color name="very-dark-grey" value="#888a85"/>
  19. <color name="very-light-grey" value="#fafaf8"/>
  20. <color name="white" value="#ffffff"/>
  21. <style name="bracket-match" background="highlight-green" bold="false"/>
  22. <style name="bracket-mismatch" background="red" bold="false"/>
  23. <style name="current-line" background="very-light-grey"/>
  24. <style name="line-numbers" background="light-grey" foreground="very-dark-grey"/>
  25. <style name="right-margin" background="dark-grey" foreground="almost-black"/>
  26. <style name="search-match" background="highlight-blue"/>
  27. <style name="text" foreground="almost-black"/>
  28. <style name="selection" background="highlight-yellow" foreground="almost-black"/>
  29. <style name="selection-unfocused" background="light-grey" foreground="almost-black"/>
  30. <style name="def:base-n-integer" foreground="magenta"/>
  31. <style name="def:boolean" foreground="green"/>
  32. <style name="def:builtin" foreground="indigo"/>
  33. <style name="def:character" foreground="magenta"/>
  34. <style name="def:comment" foreground="blue"/>
  35. <style name="def:complex" foreground="magenta"/>
  36. <style name="def:constant" foreground="magenta"/>
  37. <style name="def:decimal" foreground="magenta"/>
  38. <style name="def:doc-comment-element" foreground="blue"/>
  39. <style name="def:error" foreground="red" bold="true"/>
  40. <style name="def:floating-point" foreground="magenta"/>
  41. <style name="def:function" foreground="indigo"/>
  42. <style name="def:identifier" foreground="cyan"/>
  43. <style name="def:keyword" foreground="red"/>
  44. <style name="def:note" background="highlight-blue"/>
  45. <style name="def:preprocessor" foreground="green"/>
  46. <style name="def:shebang" foreground="blue"/>
  47. <style name="def:special-char" foreground="magenta"/>
  48. <style name="def:special-constant" foreground="green"/>
  49. <style name="def:statement" foreground="red"/>
  50. <style name="def:string" foreground="magenta"/>
  51. <style name="def:type" foreground="green"/>
  52. <style name="def:underlined" underline="true"/>
  53. <style name="diff:added-line" foreground="green"/>
  54. <style name="diff:changed-line" foreground="cyan"/>
  55. <style name="diff:diff-file" foreground="magenta"/>
  56. <style name="diff:location" foreground="indigo"/>
  57. <style name="diff:removed-line" foreground="red"/>
  58. <style name="diff:special-case" foreground="magenta"/>
  59. <style name="latex:display-math" foreground="green"/>
  60. <style name="latex:command" use-style="def:builtin"/>
  61. <style name="latex:include" use-style="def:preprocessor"/>
  62. <style name="latex:verbatim" use-style="def:string"/>
  63. <style name="Others" foreground="red"/>
  64. <style name="Others 2" foreground="green"/>
  65. <style name="Others 3" foreground="blue"/>
  66. </style-scheme>