Home Assistant theme inspired by Dracula theme for VSCode
- Create a folder called themes in your root config folder
- Open your configuration file, and add the following lines:
frontend: themes: !include_dir_merge_named themes
- Under the themes folder, copy and paste the dracula folder from this repo
- In 'Developer Tools', select 'Services' and call the service 'frontend.reload_themes'
- Select your profile, and under the theme dropdown, select Dracula!
- If you wanted to set this as default for all users; create a new automation, access the yaml editor, and dump in the below:
alias: Set Theme at Startup
description: ''
trigger:
- event: start
platform: homeassistant
condition: []
action:
- data:
name: Dracula
service: frontend.set_theme
mode: single