dracula / libreoffice

🧛🏻‍♂️ Dark theme for LibreOffice
https://draculatheme.com/libreoffice
MIT License
22 stars 6 forks source link

Not showing in Application Colors on Windows #8

Open dragonlord026 opened 2 years ago

dragonlord026 commented 2 years ago

I have it showing in the color selection but not in application colors

ooonea commented 2 years ago

https://github.com/dracula/libreoffice/blob/master/INSTALL.md The color for the application is only for Linux and macOS (actually also for FreeBSD).

eleanor-clifford commented 2 years ago

Unfortunately setting application colors can't be done easily on Windows (because it lacks a decent scripting language). If you really want to get it working in Windows, you could try finding registrymodifications.xcu, (I don't know where it is on Windows), and copy pasting the contents of dracula.xcu into it, probably between the last two lines. That might work.

dragonlord026 commented 2 years ago

I found the file in %appdata%/4/user/ so really all that would need to be done is a command

Move-Item -Path C:\Windows\system32\libreoffice\dracula.xcu -Destination ~\appdata\Roaming\LibreOffice\4\user\registrymodifications.xcu -Force

If the file is located in the same place for everyone be the default this would work

this will replace the current file and this works after using the gitclone command