Extra "ports" of juce-based plugins using the distrho build system
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
791B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <theme>
  3. <color target="Default" hex="FF000000"/>
  4. <color target="Background" hex="FFffffff"/>
  5. <color target="Highlight" hex="FFC0C0C0"/>
  6. <color target="Margintext" hex="ff888880"/>
  7. <color target="Marginback" hex="ffeeeeee"/>
  8. <color target="Caret" hex="FF000000"/>
  9. <color target="Comment" hex="ff008000"/>
  10. <color target="Integer" hex="ffFF8000"/>
  11. <color target="Float" hex="ffFF8000"/>
  12. <color target="Keyword" hex="ff0000FF"/>
  13. <color target="String" hex="ff808080"/>
  14. <color target="Operator" hex="ff000080"/>
  15. <color target="Punctuation" hex="ff000080"/>
  16. <color target="Bracket" hex="ff000080"/>
  17. <color target="Error" hex="ffaa5500"/>
  18. <font priority="1" typeface="Source Code Pro" size="15" hinted="true"/>
  19. </theme>