Better file management
- Dominant language
- CSS
- Stars
- 9
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
To install this theme I ran `git clone https://github.com/dracula/homer.git /www/assets/themes/dracula` and then used the following lines in my `/www/assets/config.yml`:
```yaml
stylesheet:
- "assets/themes/dracula/custom.css"
```
I did have to update the `custom.css` file a tiny bit:
```css
#app.theme-default.is-dark #bighead {
background-image: url("dracula-background.png");
// ...
}
```
Ideally, however, you would be able to use e.g. `theme: dracula` instead (see https://github.com/bastienwirtz/homer/blob/018344d9116b506c662ecdcee2d0d505c857f1cf/docs/configuration.md?plain=1#L41)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with docs/configuration.md and compare the documented stylesheet configuration with the current config.yml and custom.css setup described here. Trace how a theme is loaded, then verify that setting theme: dracula applies the Dracula assets without requiring the manual stylesheet path or CSS adjustment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100