Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

MrYadro/ha_dracula_theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 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

Releases

No releases published

Packages

No packages published