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 [QT] |
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 |
| + | |||
| + | ---- | ||
| + | ===== GTK ===== | ||
| + | Config file: '' | ||
| + | <code bash> | ||
| + | [Settings] | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | </ | ||
| ---- | ---- | ||
| Line 9: | Line 31: | ||
| </ | </ | ||
| + | ---- | ||
| ===== 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 | ||
| </ | </ | ||
| + | ---- | ||