dark theme more or less in the palette of Home Assistant
home-assistant.io dark by derjake
Details
Authorderjake
LicenseNo License
Categoryhome-assistant.io
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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: #0e1625;
color: #4f7ac4;
}
.site-header .site-title,
.aside-module .title,
div.config-vars .config-vars-label-name {
color: #4f9dc4;
}
.quote,
aside.quote .title,
blockquote {
background-color: #11273b;
border-left: 5px solid #11273b;
}
a {
color: hsl(209, 90%, 69%);
}
pre,
pre.highlight,
code,
pre[class*="language-"] > code {
background-color: hsl(219, 50%, 19%);
border: 1px solid #5372ac;
box-shadow: none;
color: #acc3cd;
}
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: #16243c;
}
}