You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><strong>PyRadio</strong> comes with 4 preconfigured (hardcoded) themes:</p>
223
+
<oltype="1">
224
+
<li><strong>dark</strong> (8 color theme). This is the appearance <strong>PyRadio</strong> has always had. Enabled by default.</li>
225
+
<li><strong>light</strong> (8 color thmem). A theme for light terminal background settings.</li>
226
+
<li><strong>white_on_black</strong> or <strong>wob</strong> (256 color b&w theme). A theme for dark terminal background settings.</li>
227
+
<li><strong>black_on_white</strong> or <strong>bow</strong> (256 color b&w theme). A theme for light terminal background settings.</li>
228
+
</ol>
215
229
<h2id="debug-mode">Debug mode</h2>
216
230
<p>Adding the <strong><em>-d</em></strong> option to the command line will instruct <strong>PyRadio</strong> to enter <em>Debug mode</em>, which means that it will print debug messages to a file. This file will always reside in the user’s home directory and will be named <em>pyradio.log</em>.</p>
217
231
<p>In case of a bug or a glitch, please include this file to the issue you will <ahref="https://github.com/coderholic/pyradio/issues">open in github</a>.</p>
**PyRadio** comes with 4 preconfigured (hardcoded) themes:
316
+
317
+
1.**dark** (8 color theme). This is the appearance **PyRadio** has always had. Enabled by default.
318
+
2.**light** (8 color thmem). A theme for light terminal background settings.
319
+
3.**white_on_black** or **wob** (256 color b&w theme). A theme for dark terminal background settings.
320
+
4.**black_on_white** or **bow** (256 color b&w theme). A theme for light terminal background settings.
321
+
307
322
## Debug mode
308
323
309
324
Adding the ***-d*** option to the command line will instruct **PyRadio** to enter *Debug mode*, which means that it will print debug messages to a file. This file will always reside in the user's home directory and will be named *pyradio.log*.
0 commit comments