Last active
December 24, 2018 21:29
-
-
Save hex128/08efba00c38e9b2b77bf1cbc1ba754fb to your computer and use it in GitHub Desktop.
KingstVIS 3.1.1 dark theme fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49209,49210c49209,49210 | |
< 000c0380: 723a 7265 643b 7d00 514c 6162 656c 7b63 r:red;}.QLabel{c | |
< 000c0390: 6f6c 6f72 3a62 6c61 636b 3b7d 006b 487a olor:black;}.kHz | |
--- | |
> 000c0380: 723a 7265 643b 7d00 514c 6162 656c 7b20 r:red;}.QLabel{ | |
> 000c0390: 2020 2020 2020 2020 2020 207d 006b 487a }.kHz | |
49238,49239c49238,49239 | |
< 000c0550: 514d 656e 757b 6261 636b 6772 6f75 6e64 QMenu{background | |
< 000c0560: 3a23 4630 4630 4630 3b3b 7d51 4772 6f75 :#F0F0F0;;}QGrou | |
--- | |
> 000c0550: 514d 656e 757b 2020 2020 2020 2020 2020 QMenu{ | |
> 000c0560: 2020 2020 2020 2020 2020 7d51 4772 6f75 }QGrou |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sed -i 's/QLabel{color:black;}/QLabel{ }/g' KingstVIS | |
sed -i 's/QMenu{background:#F0F0F0;;}/QMenu{ }/g' KingstVIS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment