2 Commits

Author SHA1 Message Date
eecd51e0ca add Themes to README 2025-06-25 19:02:31 +01:00
57f2e9deff remove created 2025-06-25 18:50:42 +01:00
2 changed files with 11 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ name: Release
on:
release:
types: [created, published]
types: [published]
push:
tags:
- 'v*.*.*'

View File

@@ -58,6 +58,16 @@ Without passing a subcommand (start/stop) a GUI will be launched, otherwise a CL
Just enter the filename and click *Start Recording*.
#### Themes
Load the GUI with different themes:
```console
simple-recorder --theme="Light Purple"
```
Available themes: Light Purple, Neutral Blue, Reds, Sandy Beach, Kayak, Light Blue 2, Dark Teal1
### CLI
```shell