dusk.xml 1.3 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0" ?>
  2. <style-scheme id="dusk" name="Dusk" version="1.0">
  3. <author/>
  4. <_description>Dusk theme</_description>
  5. <style background="#1f3048" foreground="#ivory" name="text"/>
  6. <style background="#Green" foreground="#Black" name="cursor"/>
  7. <style background="#bg" foreground="#MistyRose3" name="line-numbers"/>
  8. <style background="#Bisque" foreground="#SkyBlue4" name="search-match"/>
  9. <style background="#LightCyan" foreground="#Blue" name="diff:added-line"/>
  10. <style background="#LightCyan4" foreground="#white" name="diff:changed-line"/>
  11. <style background="#LightCyan" foreground="#LightBlue" name="diff:removed-line"/>
  12. <style background="#bg" foreground="#MistyRose3" name="def:constant"/>
  13. <style background="#bg" foreground="#LightBlue3" name="def:string"/>
  14. <style background="#bg" foreground="#GoldenRod" name="def:specials"/>
  15. <style background="#bg" foreground="#khaki" name="def:statement"/>
  16. <style background="#Linen" foreground="#Red" name="def:error"/>
  17. <style background="#bg" foreground="#SlateGrey" name="def:comment"/>
  18. <style background="#bg" foreground="#Lavender" name="def:comment"/>
  19. <style background="#bg" foreground="#BlanchedAlmond" name="def:identifier"/>
  20. <style background="#bg" foreground="#ffa0a0" name="def:preprocessor"/>
  21. <style background="#bg" foreground="#NavajoWhite" name="def:type"/>
  22. </style-scheme>