neon.xml 1.0 KB

12345678910111213141516171819202122
  1. <?xml version="1.0" ?>
  2. <style-scheme id="neon" name="Neon" version="1.0">
  3. <author/>
  4. <_description>Neon theme</_description>
  5. <style background="#303030" foreground="#f0f0f0" name="text"/>
  6. <style background="#808000" foreground="#ffffa8" name="search-match"/>
  7. <style background="#601830" foreground="#e03870" name="diff:changed-line"/>
  8. <style background="#0020a0" foreground="#a0d0ff" name="diff:removed-line"/>
  9. <style background="#0020a0" foreground="#a0d0ff" name="diff:added-line"/>
  10. <style background="#8040ff" foreground="#70ffc0" name="cursor"/>
  11. <style foreground="#707070" name="line-numbers"/>
  12. <style foreground="#c0c0c0" name="def:comment"/>
  13. <style foreground="#92d4ff" name="def:constant"/>
  14. <style background="#8000ff" foreground="#ffffff" name="def:error"/>
  15. <style foreground="#40f8f8" name="def:identifier"/>
  16. <style foreground="#ffa8ff" name="def:preprocessor"/>
  17. <style foreground="#ffc890" name="def:specials"/>
  18. <style foreground="#dcdc78" name="def:statement"/>
  19. <style foreground="#60f0a8" name="def:type"/>
  20. </style-scheme>