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
790B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <theme>
  3. <color target="Default" hex="FFeeeeee"/>
  4. <color target="Background" hex="FF000000"/>
  5. <color target="Highlight" hex="FF101050"/>
  6. <color target="Margintext" hex="ff488f8f"/>
  7. <color target="Marginback" hex="ff181818"/>
  8. <color target="Caret" hex="FFFFFFFF"/>
  9. <color target="Comment" hex="ff00FF00"/>
  10. <color target="Integer" hex="ffFF00FF"/>
  11. <color target="Float" hex="ffFF00FF"/>
  12. <color target="Keyword" hex="ff40a0FF"/>
  13. <color target="String" hex="ffFF9D00"/>
  14. <color target="Operator" hex="ff989898"/>
  15. <color target="Punctuation" hex="ff989898"/>
  16. <color target="Bracket" hex="ff989898"/>
  17. <color target="Error" hex="ff989898"/>
  18. <font priority="1" typeface="Lucida Console" size="15" hinted="true"/>
  19. </theme>