Skip to content

Instantly share code, notes, and snippets.

@CTXz
Created January 25, 2023 15:05
Show Gist options
  • Save CTXz/210cc65cd33992f2c38c35df4ad5c781 to your computer and use it in GitHub Desktop.
Save CTXz/210cc65cd33992f2c38c35df4ad5c781 to your computer and use it in GitHub Desktop.
Custom QT4 conf file to ensure the Gowin FPGA IDE doesn't have theme issues. For this config to work, the following patch must be applied to the libQtGui.so.4 binary first: https://gist.github.com/CTXz/23042d54f8899a5271a0761aba3d898f. For a full-on automated script that patches and applies the theme, please see https://gist.github.com/CTXz/788b…
[Qt]
Palette\active=#4c4c4c, #f2f1f0, #ffffff, #f8f8f7, #797878, #a1a1a0, #3c3c3c, #ffffff, #4c4c4c, #ffffff, #f2f1f0, #000000, #87a752, #ffffff, #acc089, #87a752, #efefef, #000000, #ffffdc, #ffffff
Palette\inactive=#4c4c4c, #f2f1f0, #ffffff, #ffffff, #797878, #a1a1a0, #3c3c3c, #ffffff, #4c4c4c, #ffffff, #f2f1f0, #000000, #87a752, #ffffff, #acc089, #87a752, #efefef, #000000, #ffffdc, #000000
Palette\disabled=#808080, #f2f1f0, #ffffff, #ffffff, #797878, #a1a1a0, #808080, #ffffff, #808080, #ffffff, #f2f1f0, #000000, #87a752, #808080, #acc089, #87a752, #efefef, #000000, #ffffdc, #ffffff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment