Is there really still no selectable default skill. If I would set a user skill (dark one), but want to override this in a lovelace view (e.g. for the browser plugin described in the HA blog), I cannot select default.
I tried to create a custom one with starting point above, but with this limited lines, this one is combined with the set user skin. So I took everything from the github link, but this is still not enough and still combined with the set skin. Only with some tweaks, like additional ha-card-background, rewrite of shadow, … I’m near to default, if another skin is set.
BTW This my my current Default try:
#################################################################
# #
# DEFAULT HA #
# #
#################################################################
default_ha:
# The items below are some of the default values from
# https://github.com/home-assistant/frontend/blob/9612bc78fede200cb82f2438bea522ffba47a716/src/resources/ha-style.ts
# Text Colors
text-color: '#ffffff'
primary-text-color: "#212121"
text-primary-color: 'var(--text-color)'
secondary-text-color: "#727272"
text-light-primary-color: "#212121"
disabled-text-color: "#bdbdbd"
# Main Interface Colors
primary-color: "#03a9f4"
dark-primary-color: "#0288d1"
light-primary-color: "#b3e5fC"
accent-color: "#ff9800"
divider-color: "rgba(0, 0, 0, .12)"
scrollbar-thumb-color: "rgb(194, 194, 194)"
error-color: "#db4437"
warning-color: "#FF9800"
success-color: "#0f9d58"
info-color: "#4285f4"
# states and badges
state-icon-color: "#44739e"
state-icon-active-color: "#FDD835"
# background and sidebar
background-color: '#fafafa'
primary-background-color: 'var(--background-color)'
background-color-2: '#20293c'
secondary-background-color: "#e5e5e5"
markdown-code-background-color: 'var(--background-color)'
card-background-color: 'var(--ha-card-background)'
ha-card-background: 'rgba(255,255,255,1)'
ha-card-box-shadow: "0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)"
ha-card-border-radius: "4px"
border-color: 'none'
# for label-badge
label-badge-red: "#DF4C1E"
label-badge-blue: "#039be5"
label-badge-green: "#0DA035"
label-badge-yellow: "#f4b400"
paper-grey-50: "#fafafa"
paper-grey-200: "#eeeeee"
paper-grey-500: "#9e9e9e"
# for paper-slider
paper-green-400: "#66bb6a"
paper-blue-400: "#42a5f5"
paper-orange-400: "#ffa726"
# set our slider style
ha-paper-slider-pin-font-size: "15px"
But I’m still not sure, if everything is as “default” and esp. not merged, if you have another skin enabled.
And I would be more than happy, if there is a. a selectable “complete” default skin and b. a complete definition of this.