Skip to content

collateral127/ha_dracula_theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ha_dracula_theme

Home Assistant theme inspired by Dracula theme for VSCode

Installation:

  1. Create a folder called themes in your root config folder
  2. Open your configuration file, and add the following lines:
    frontend:
      themes: !include_dir_merge_named themes
    
  3. Under the themes folder, copy and paste the dracula folder from this repo
  4. In 'Developer Tools', select 'Services' and call the service 'frontend.reload_themes'
  5. Select your profile, and under the theme dropdown, select Dracula!
  6. 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

Screenshots:

image

image

image

image

About

Home Assistant theme based on Dracula theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published