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.

22 lines
717B

  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="FFeeeeff"/>
  6. <color target="Margintext" hex="FF888880"/>
  7. <color target="Marginback" hex="ffcccccc"/>
  8. <color target="Caret" hex="FF000000"/>
  9. <color target="Comment" hex="ff3c3c3c"/>
  10. <color target="Integer" hex="ff880000"/>
  11. <color target="Float" hex="ff885500"/>
  12. <color target="Keyword" hex="ff0000cc"/>
  13. <color target="String" hex="ff990099"/>
  14. <color target="Operator" hex="ff225500"/>
  15. <color target="Punctuation" hex="ff225500"/>
  16. <color target="Bracket" hex="ff000055"/>
  17. <color target="Error" hex="ff225500"/>
  18. </theme>