styles.xml 1006 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- inspired by Peacock style for Sublime -->
  3. <styles>
  4. <style name="Normal Text" color="#d7d8d8" />
  5. <style name="Keyword" color="#f9bb4e" /> <!-- e.g. for -->
  6. <style name="Functions" color="#ff3b28" /> <!-- e.g. setup, loop -->
  7. <style name="Data Types" color="#6dba82" /> <!-- e.g. int, void -->
  8. <style name="Constant" color="#77acc2" /> <!-- e.g. HIGH, LOW -->
  9. <style name="Number" color="#d77b0e" /> <!-- e.g. 255 -->
  10. <style name="Decimal" color="#d77b0e" /> <!-- e.g. 1.0 -->
  11. <style name="Hex" color="#d77b0e" /> <!-- e.g. 0xFF -->
  12. <style name="Float" color="#d77b0e" /> <!-- e.g. 1.0 -->
  13. <style name="String" color="#d77b0e" /> <!-- e.g. "text in quotes" -->
  14. <style name="Comment" color="#808080" italic="1" /> <!-- e.g. this -->
  15. <style name="Region Marker" color="#dddddd" /> <!-- e.g. ? -->
  16. <style name="Preprocessor" color="#b7b1a9" /> <!-- e.g. #ifdef -->
  17. </styles>