Thread: [See Bugtracker] Wo Farbe für disabled Listeneinträge?
View Single Post
  #10  
Old 21.03.2020, 14:05
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,553
Default

Quote:
Originally Posted by Tremolo View Post
wie kann ich denn grundsätzlich die Farbe ändern, wenn ich keine theme.xml habe?
Theme settings which are not available in advanced settings might be available in the resepctive theme xml file.

Code:
www.javasoft.de/synthetica/faq/#customization-1
  • Exit JD
  • Go to "<yourJDownloader>\libs\laf" folder
  • Make a backup copy of "<yourtheme>.jar" file
  • Open "<yourtheme>.jar" file in a archive extractor
  • Extract "synthetica<yourtheme>.jar\de\javasoft\plaf\synthetica\<yourtheme>\xml\synth.xml" file
  • Rename "synth.xml" to "<yourTheme>.xml"
  • Move it to "<yourJDownloader\cfg\laf" folder
  • Edit "<yourTheme>.xml" file (in any text editor), as per example in post #5
  • Save the file
  • Restart JD

Note: To restore theme setting to default, exit JD and remove the "<yourtheme>.xml" from "<yourJDownloader\cfg\laf" folder and restart JD.
Reply With Quote