feat: Write built in themes to the themes file on first run so users can define custom themes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Managarr Watermelon Dark Theme
|
||||
The [themes.yml](./themes.yml) file in this directory corresponds to the theme configuration for the
|
||||
Watermelon Dark Managarr theme.
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||

|
||||
Binary file not shown.
|
After Width: | Height: | Size: 376 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 367 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 255 KiB |
@@ -0,0 +1,16 @@
|
||||
- name: watermelon-dark
|
||||
theme:
|
||||
background:
|
||||
enabled: false
|
||||
default:
|
||||
color: "#00FF00"
|
||||
downloaded:
|
||||
color: "#80ffbf"
|
||||
failure:
|
||||
color: "#ff8080"
|
||||
missing:
|
||||
color: "#ff8080"
|
||||
primary:
|
||||
color: "#ff19d9"
|
||||
secondary:
|
||||
color: "#8c19ff"
|
||||
Reference in New Issue
Block a user