Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
development:linux:themeing [2020/03/02 15:34] kalenpw |
development:linux:themeing [2023/04/08 10:21] (current) kalenpw |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Themeing ====== | ====== Themeing ====== | ||
| - | Everyone likes a minimal dark theme, right? | + | Dated, but here for posterity |
| ---- | ---- | ||
| - | ===== QT ===== | + | ===== GTK ===== |
| - | put the following in '' | + | Config file: '' |
| + | <code bash> | ||
| + | [Settings] | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| + | ===== Qt ===== | ||
| + | put the following in '' | ||
| <code bash> | <code bash> | ||
| export QT_QPA_PLATFORMTHEME=gtk2 # tested on Ubuntu 18.04 | export QT_QPA_PLATFORMTHEME=gtk2 # tested on Ubuntu 18.04 | ||
| </ | </ | ||
| + | ---- | ||
| ===== Specific Programs ===== | ===== Specific Programs ===== | ||
| - | ==== Calibre | + | ** Calibre |
| Add to '' | Add to '' | ||
| <code bash> | <code bash> | ||
| export CALIBRE_USE_SYSTEM_THEME=1 | export CALIBRE_USE_SYSTEM_THEME=1 | ||
| </ | </ | ||
| + | ---- | ||