Ambiance.xml 1.6 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <style-scheme id="ambiancecyb" _name="Ambiance" version="1.0">
  3. <author>Christian Dannie Storgaard (Cybolic)</author>
  4. <_description>A light theme to match Ubuntu's Ambiance</_description>
  5. <style name="line-numbers" foreground="#DFDBD2" background="#3C3B37" bold="True"/>
  6. <style name="text" foreground="#3C3C3C" background="#FFFFFF"/>
  7. <style name="selection" foreground="#FFFFFF" background="#F07746"/>
  8. <style name="selection-unfocused" background="#B4B3B1"/>
  9. <style name="cursor" foreground="#DC4C00"/>
  10. <style name="secondary-cursor" foreground="#DC4C00"/>
  11. <style name="current-line" background="#F2F1F0"/>
  12. <style name="bracket-match" foreground="#000000" background="#FFFDFC"/>
  13. <style name="bracket-mismatch" foreground="#9D0E09" background="#F1F0EF"/>
  14. <style name="right-margin" foreground="#5B5B5B" background="#EEEDEC"/>
  15. <style name="def:builtin" foreground="#145FA2"/>
  16. <style name="def:comment" foreground="#7E5794" bold="False" italic="True"/>
  17. <style name="def:complex" foreground="#4F46BF"/>
  18. <style name="def:constant" foreground="#409900"/>
  19. <style name="def:error" foreground="#B4000F" bold="True" underline="True" strikethrough="False"/>
  20. <style name="def:function" foreground="#9A2764" bold="True"/>
  21. <style name="def:identifier" foreground="#DC4C00"/>
  22. <style name="def:keyword" foreground="#772953" bold="True"/>
  23. <style name="def:reserved" foreground="#28772C"/>
  24. <style name="def:statement" foreground="#C67600" bold="True"/>
  25. <style name="def:string" foreground="#CB0700"/>
  26. <style name="def:type" foreground="#83A526" bold="True"/>
  27. </style-scheme>