feat: Added the Eldritch theme and updated documentation
@@ -18,6 +18,9 @@ custom theme off of. The following themes are included by default:
|
||||
### [Dracula](./dracula/README.md)
|
||||

|
||||
|
||||
### [Eldritch](./eldritch/README.md)
|
||||

|
||||
|
||||
### [Watermelon Dark](./watermelon-dark/README.md)
|
||||

|
||||
|
||||
@@ -32,42 +35,70 @@ is an example that shows every available customization option for a custom theme
|
||||
- name: my-theme
|
||||
theme:
|
||||
background:
|
||||
enabled: true # Disable for transparent backgrounds
|
||||
# Disable for transparent backgrounds
|
||||
enabled: true
|
||||
# Color of the full system background
|
||||
color: "#233237"
|
||||
awaiting_import:
|
||||
# Color for items awaiting import
|
||||
color: "#FFAA42"
|
||||
indeterminate:
|
||||
# Color for when item status is unknown
|
||||
color: "#FFAA42"
|
||||
default:
|
||||
# Default color for text and uncolored elements
|
||||
color: "#FFFFFF"
|
||||
downloaded:
|
||||
# Color for downloaded items (when monitored)
|
||||
color: "#00FF00"
|
||||
downloading:
|
||||
# Color for items currently downloading
|
||||
color: "#762671"
|
||||
failure:
|
||||
# Color for errors, no seeders, disabled indexers,
|
||||
# failed indexer test results, etc.
|
||||
color: "#DE382B"
|
||||
help:
|
||||
# Color for help text like hotkeys and tooltips
|
||||
color: "#00FFFF"
|
||||
missing:
|
||||
# Color for missing items
|
||||
color: "#DE382B"
|
||||
primary:
|
||||
# Primary color for table/list items (without custom coloring),
|
||||
# selected UI elements (e.g. table/list items, current tab, etc.),
|
||||
# gauge bars, etc.
|
||||
color: "#2CB5E9"
|
||||
secondary:
|
||||
# Color for selected tabs, Warn log events, Paragraph headers (e.g. "Name: "),
|
||||
# and uncolored Message box contents
|
||||
color: "#FFC706"
|
||||
success:
|
||||
# Color for downloaded and imported and available items,
|
||||
# good peer styling (more seeders than leechers),
|
||||
# passing indexer test results, and enabled indexers
|
||||
color: "#39B54A"
|
||||
system_function:
|
||||
# Color for system functions like selected UI elements (e.g. checkboxes, yes/no prompts),
|
||||
# or loading spinner
|
||||
color: "#FFC706"
|
||||
unmonitored:
|
||||
# Color for unmonitored items
|
||||
color: "#808080"
|
||||
unmonitored_missing:
|
||||
# Color for unmonitored items that are also missing
|
||||
color: "#FFC706"
|
||||
unreleased:
|
||||
# Color for unreleased items
|
||||
color: "#00FFFF"
|
||||
warning:
|
||||
# Color for fewer seeders than leechers
|
||||
color: "#FF00FF"
|
||||
```
|
||||
|
||||
**Note:** Bear in mind that while some colors may currently affect few UI elements, Managarr is still being built
|
||||
and thus these colors may affect more elements in the future.
|
||||
|
||||
In order to activate your custom theme, you can either update your `config.yml`:
|
||||
|
||||
```yaml
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# Managarr Default Theme
|
||||
The [themes.yml](./themes.yml) file in this directory corresponds to the theme configuration for the
|
||||
default Managarr theme.
|
||||
The [themes.yml](./themes.yml) file in this directory corresponds to the theme configuration for the default Managarr theme.
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 217 KiB After Width: | Height: | Size: 230 KiB |
@@ -1,6 +1,5 @@
|
||||
# Managarr Dracula Theme
|
||||
The [themes.yml](./themes.yml) file in this directory corresponds to the theme configuration for the
|
||||
Dracula Managarr theme.
|
||||
The [themes.yml](./themes.yml) file in this directory corresponds to the theme configuration for the Dracula Managarr theme.
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 378 KiB After Width: | Height: | Size: 345 KiB |
|
Before Width: | Height: | Size: 366 KiB After Width: | Height: | Size: 354 KiB |
|
Before Width: | Height: | Size: 257 KiB After Width: | Height: | Size: 232 KiB |
@@ -1,8 +1,8 @@
|
||||
- name: dracula
|
||||
theme:
|
||||
background:
|
||||
enabled: false
|
||||
color: "#282a36"
|
||||
enabled: true
|
||||
color: "#232326"
|
||||
default:
|
||||
color: "#f8f8f2"
|
||||
downloaded:
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
# Managarr Eldritch Theme
|
||||
The [themes.yml](./themes.yml) file in this directory corresponds to the theme configuration for the Eldritch Managarr theme.
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||

|
||||
|
After Width: | Height: | Size: 352 KiB |
|
After Width: | Height: | Size: 374 KiB |
|
After Width: | Height: | Size: 234 KiB |
@@ -0,0 +1,29 @@
|
||||
- name: eldritch
|
||||
theme:
|
||||
background:
|
||||
enabled: true
|
||||
color: "#212337"
|
||||
default:
|
||||
color: "#ebfafa"
|
||||
downloaded:
|
||||
color: "#37f499"
|
||||
downloading:
|
||||
color: "#f7c67f"
|
||||
failure:
|
||||
color: "#f16c75"
|
||||
missing:
|
||||
color: "#f7c67f"
|
||||
unmonitored_missing:
|
||||
color: "#7081d0"
|
||||
help:
|
||||
color: "#7081d0"
|
||||
primary:
|
||||
color: "#f265b5"
|
||||
secondary:
|
||||
color: "#04d1f9"
|
||||
success:
|
||||
color: "#37f499"
|
||||
warning:
|
||||
color: "#f1fc79"
|
||||
unreleased:
|
||||
color: "#ebfafa"
|
||||
@@ -1,6 +1,6 @@
|
||||
# Managarr Watermelon Dark Theme
|
||||
The [themes.yml](./themes.yml) file in this directory corresponds to the theme configuration for the
|
||||
Watermelon Dark Managarr theme.
|
||||
The [themes.yml](./themes.yml) file in this directory corresponds to the theme configuration for the Watermelon Dark Managarr
|
||||
theme.
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 255 KiB After Width: | Height: | Size: 433 KiB |