Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution how to install theme on Windows, with some other tweaks #12

Open
Maaciej opened this issue Sep 19, 2019 · 3 comments
Open

Solution how to install theme on Windows, with some other tweaks #12

Maaciej opened this issue Sep 19, 2019 · 3 comments
Labels
solution Solution for edge cases

Comments

@Maaciej
Copy link

Maaciej commented Sep 19, 2019

I tried to make JDownloader v2.0 as dark as possible and usefull for a long time.
I was able to tweak some color settings but I was all time looking for a better way.

I was probably on this page few times and it never worked.
Until now, when I need to reinstall JDownloader because it became unstable with many graphical glitches.

I was never able to install any theme downloaded from Internet, but now I found a way to make it with JDownloader-2-Dark-Theme-master and here comes how-to.

It was made on Windows 10, and it should work on Windows 8 also, and probably other Windows also.

  1. Backup your JDownloader settings: Menu File->Backup-> Backup all settings.

  2. Install JDownloader v2.0.

  3. Make automatic update, and start download something from youtube, this way you can download ffmpeg, because later it can broke theme.

  4. Next set Look and Fell BlackEye theme, it will download and install Synthetica I think.

  5. Restart JDownloader, check if the BlackEye is set and there should be some changes to darker color but not all is nice.

  6. Close Downloader and now is the moment to change few things in the install folder.
    Copy syntheticaBlackEye.jar from JDownloader-2-Dark-Theme-master\ to libs\laf, first you can alter it to make green progress bar (recompress file with new pictures from
    JDownloader-2-Dark-Theme-master\themeNameHere.jar).

This is optional, but it helps me:
-in themes\standard\org\jdownloader\images\ there are popDownLarge.png and popUpLarge.png, wide black arrows, first I made them white, and copied over popDownSmall.png and popUpSmall.png, it makes some elements of interface more visible.
-in themes\standard\org\jdownloader\images\exttable\ there are two files, sortAsc.png and sortDesc.png, they are two little black arrows, I changed them to white arrows which you can later see when you sort columns (very small, too small).
-you can also edit pictures from themes\standard\org\jdownloader\images\logo, PNGs with the word "logo" in the names are JDownloader icon used as the icon of program on Taskbar, it can also be (dark) B&W.

  1. Restore your backup, if you have one, set BlackEye theme, restart and check if it is set and then backup this settings to file, example backup.jd2backup

  2. backup.jd2backup is a zip file, unpack it and you get cfg\ folder, to this folder you need to copy two files:

-to cfg\laf\ copy SyntheticaBlackEyeLookAndFeel.json from
JDownloader-2-Dark-Theme-master\jd2backups\JDownloaderDarkOnly, lenght 1032 bytes. Because when the theme is set all changes to Advanced Settings colors don't work, and there were problems with proposed settings so I changed three lines in the file to:
"colorfortablepackagerowforeground" : "#ffeeeeee",
"colorfortablemouseoverrowbackground" : "#ff333388",
"colorfortablealternaterowbackground" : "#ff444444",

-to cfg\ copy SyntheticaBlackEyeLookAndFeel.json from
JDownloader-2-Dark-Theme-master\jd2backups\JDownloaderDarkOnly\cfg, length 4204 bytes.

  1. Compress altered cfg\ folder to new zip with the name like newsettings.jd2backup

  2. Restore settings from newsettings.jd2backup, there should be dark theme, your settings and B&W icon on Taskbar if you changed it.

Thank you Vinylwalk3r very much!

Final effect:

mail2

@Maaciej
Copy link
Author

Maaciej commented Sep 21, 2019

small update, font color for selected items;
"colorfortableselectedrowsforeground" : "#ffff5555",

@Vinylwalk3r Vinylwalk3r added enhancement New feature or request solution Solution for edge cases and removed enhancement New feature or request labels Sep 30, 2019
@LegendaryOverlord
Copy link

How do you get the top bar to be dark on Windows?

@nschonni
Copy link

Enabling the LAFSettings; Windows Decoration in Advanced Settings sets it to dark, but it's actually replacing the windows top bar entirely

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solution Solution for edge cases
Projects
None yet
Development

No branches or pull requests

4 participants