Prayag2 / wps-skin-installer

This script will let you install your favourite WPS Office skin in Linux!
GNU General Public License v3.0
10 stars 4 forks source link

Adwaita-style theme tweaks - add to Wiki? #4

Open taprobane99 opened 3 years ago

taprobane99 commented 3 years ago

Hi,

I made some tweaks to a few colours in the 2019white theme to better fit in with the warm-grays of my Adwaita desktop theme, and the nice pale blue background from the modern theme.

It's probably best not to distribute this as a new theme, but I could post the hex colour values I altered in the .kuip files to add to the Wiki?

Screenshot_20210702_142204
SilverMarcs commented 2 years ago

Hi this does fit better into Adwaita. Could you give the hex values? Or better, send the .kuip files altogether? Thanks

taprobane99 commented 2 years ago

I think it's best not to distribute the .kuip files. These are the hex changes. I am working on a dark theme too which I could add here later.

Make sure you are using 2019white theme (if you cannot switch theme I have a tip which I could post later)

Locate your skins directory. For me it is /usr/lib/office6/skins/2019white . For the flatpak it will be in ~/.var/

Make the following "search/replace all" in all .kuip files in 2019white folder:

    e8e8e8 --> ebeff3

    f4f4f4 --> f6f5f4

    f0f0f0 --> f0efee

    dfdfdf --> dfdedd

    b8bbc2 --> c5c8cf

    c7cad1 --> d4d7de

Make the following "search/replace" in wpsoffice.kuip (lines 45,46):

dedfe0 --> eae7e5

d4d5d6 --> eae7e5

Make the following "search/replace" in common.kuip (lines 915, 924), et.kuip (lines 662, 671):

ebeff3 --> eae9e8
taprobane99 commented 2 years ago

Here is my dark gray theme. Basically a mix of MS Word Dark Gray, WPS Midnight theme, and WPS Dark theme. Neatly avoids all the bugs of the actual WPS Dark theme. Thinking about how to distribute this, as the list of hex changes is quite long.

Screenshot_20210710_113120

Prayag2 commented 2 years ago

That's a nice theme! You can name this theme and submit a pull request. Just place the theme folder in the .skins folder and add the exact same name in the skins list on line 19 in the script.sh file. Thanks!

taprobane99 commented 2 years ago

I was just worried about copyright issues. How would it be made clear that these are modifications of existing Kingsoft themes?