Skip to content

home-assistant.io dark warm by gohm

Details

Authorgohm

LicenseNo License

Categoryhome-assistant.io

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

dark theme more or less in the palette of Home Assistant

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         home-assistant.io dark
@version      20230211.19.56
@namespace    userstyles.world/user/derjake
@description  dark theme more or less in the palette of Home Assistant
@author       derjake
@license      No License
==/UserStyle== */

@-moz-document domain("home-assistant.io") {

    html,
    body,
    .page-content,
    .site-header,
    .grid-wrapper,
    footer,
    body>footer,
    .page-content>footer,
    .grid-wrapper {
        background-color: #120f0f;
        color: #a6826f;
    }

    .site-header .site-title,
    .aside-module .title,
    div.config-vars .config-vars-label-name {
        color: #da7b3d;
    }

    .quote,
    aside.quote .title,
    blockquote {
        background-color: #73522d;
        border-left: 5px solid #11273b;
    }

    a {
        color: hsl(33, 89%, 47%);
    }

    pre,
    pre.highlight,
    code,
    pre[class*="language-"] > code {
        background-color: hsl(11, 69%, 23%);
        border: 1px solid #6d074c;
        box-shadow: none;
        color: #ebeeef;
    }
    
    table,
    article.post>table,
    article.post>.entry-content>table,
    article.page>table,
    article.page>.entry-content>table,
    article.listing>table,
    article.listing>.entry-content>table {
        background-color: #4d6080;
    }
}

Reviews

No reviews yet.