Theming Plover with QSS: Difference between revisions
(Created page with "== Usage == Plover can be themed arbitrarily using Qt Style Sheets. To use a QSS file, follow these instructions: # Download the QSS file and name it <code>plover.qss</code>. # In Plover's main window, go to <code>File → Open Config Folder</code>. # Move the <code>plover.qss</code> file into this folder. # Restart Plover. == Community made QSS themes == === [https://gist.github.com/aerickt/04a56b23623afed376db38a6ca64388e Aerick's Adwaita Dark] === File:Aerick's A...") |
No edit summary |
||
Line 1: | Line 1: | ||
Plover can be themed arbitrarily using Qt Style Sheets. Generic themes can be downloaded online from sites like https://qss-stock.devsecstudio.com/, and community made themes specifically for Plover can be found on this page. | |||
== Usage == | == Usage == | ||
Plover can be themed arbitrarily using Qt Style Sheets. To use a QSS file, follow these instructions: | Plover can be themed arbitrarily using Qt Style Sheets. To use a QSS file, follow these instructions: |
Revision as of 02:35, 26 June 2024
Plover can be themed arbitrarily using Qt Style Sheets. Generic themes can be downloaded online from sites like https://qss-stock.devsecstudio.com/, and community made themes specifically for Plover can be found on this page.
Usage
Plover can be themed arbitrarily using Qt Style Sheets. To use a QSS file, follow these instructions:
- Download the QSS file and name it
plover.qss
. - In Plover's main window, go to
File → Open Config Folder
. - Move the
plover.qss
file into this folder. - Restart Plover.