This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var t,e,n,i,r,o,a,s,u;function l(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}function c(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function h(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?c(Object(n),!0).forEach((function(e){f(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function f(t,e,n){return(e=N(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function d(t,e,n,i){var r=v(O(1&i?t.prototype:t),e,n);return 2&i&&"function"==typeof r?function(t){return r.apply(n,t)}:r}function v(){return v="undefined"!=typeof Reflect&&Reflect.get?Ref |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################################################## | |
# My themes file, using some anchors to set generic parts for all themes, and dedicated | |
# sections for dark and light themes. | |
# | |
# NOT using the light/dark_mode functionality, which doesnt fit my needs. | |
# | |
# config: | |
# | |
# frontend: | |
# themes: !include_dir_merge_named /config/frontend_themes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################################################## | |
# https://community.home-assistant.io/t/card-mod-super-charge-your-themes/212176/419 | |
# My 'Custom header' card-mod theme, allowing to color individual view icons and have an | |
# optional replacement for the three-dots option menu | |
# Set left menu icons, animations and colors, and add a notification badge next to it | |
# set backgrounds to override the default background set in theme | |
# https://community.home-assistant.io/t/card-mod-super-charge-your-themes/212176/1236 | |
# most interface elements are now set using the new Kiosk-mode on | |
# https://github.com/NemesisRE/kiosk-mode |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meteoalarm: | |
card-background-color: rgb(16,55,115) | |
primary-text-color: rgb(254,255,244) | |
secondary-text-color: rgb(101,158,198) | |
plex: | |
card-background-color: black |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################################################## | |
# https://community.home-assistant.io/t/card-mod-super-charge-your-themes/212176/419 | |
# My 'Custom header' card-mod theme, allowing to color individual view icons and have an | |
# optional replacement for the three-dots option menu | |
# Set left menu icons, animations and colors, and add a notification badge next to it | |
# set backgrounds to override the default background set in theme | |
# https://community.home-assistant.io/t/card-mod-super-charge-your-themes/212176/1236 | |
# most interface elements are now set using the new Kiosk-mode on | |
# https://github.com/NemesisRE/kiosk-mode | |
# using Custom sidebar https://github.com/elchininet/custom-sidebar/discussions/163 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Name = "Text-input-full-row"; | |
const Version = "2023.5.01"; | |
const Description = "adapted to use local Lit"; | |
const Url = "https://github.com/Mariusthvdb/text-input-full-row"; | |
console.info( | |
`%c ${Name} \n%c Version ${Version} ${Description}`, | |
"color: gold; font-weight: bold; background: black", | |
"color: white; font-weight: bold; background: steelblue" | |
); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################################################## | |
# My themes file, using some anchors to set generic parts for all themes, and dedicated | |
# sections for dark and light themes. NOT using the dark_mode functionality, which doesnt | |
# fit my needs. | |
# config: | |
# | |
# frontend: | |
# themes: !include_dir_merge_named /config/frontend_themes | |
# | |
# @mariusthvdb |
NewerOlder