Skip to content

Commit

Permalink
Merge pull request #509 from UI-Lovelace-Minimalist/release
Browse files Browse the repository at this point in the history
0.0.7
  • Loading branch information
basbruss authored Mar 21, 2022
2 parents bca8d62 + f285040 commit 96e9514
Show file tree
Hide file tree
Showing 33 changed files with 794 additions and 199 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,205 @@
---
minimalist-ios-tapbar:
# version 1.0.0
# By LRvdLinden
# Journal
state-icon-color: "rgb(var(--color-theme))"
border-radius: "20px"
error-color: "var(--google-red)"
warning-color: "var(--google-yellow)"
success-color: "var(--google-green)"
info-color: "var(--google-blue)"
divider-color: "rgba(var(--color-theme),.12)"
accent-color: "var(--google-yellow)"
card-mod-theme: "minimalist-ios-tapbar"
header-height: "97px"

card-mod-view-yaml: |
"*:first-child$": |
#columns .column > * {
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}
# Move navbar
card-mod-root-yaml: |
ha-tabs$: |
#tabsContent {
width: 97%;
}
.: |
@media (orientation: portrait) {
a.menu-link[target="_blank"], ha-button-menu, ha-menu-button, [main-title] {
display: none !important;
}
app-toolbar {
padding-right: 0px;
padding-left: 0px;
}
}
ha-app-layout{
transform: initial;
padding: 0 !important;
margin: 0 !important;
width: 100%;
height: 100% !important;
}
app-header {
top: auto;
bottom: 0;
box-shadow: var(--footer-shadow);
position: fixed;
height: var(--header-height) !important;
}
app-toolbar {
height: 115px !important;
padding-bottom: env(safe-area-inset-bottom) !important;
}
#view {
margin-top: calc(-1 * var(--header-height)) !important;
padding-bottom: var(--header-height) !important;
}
ha-tabs {
--paper-tabs-selection-bar-color: var(--header-tab-indicator-color) !important;
--mdc-icon-size: 26px;
display: flex;
justify-content: space-between;
padding: 0 10px;
height:50px !important;
}
paper-tab[aria-selected=true] {
color: var(--header-active-tab-color);
background-color: var(--header-active-tab-bg-color);
}
paper-tab {
color: var(--header-all-tabs-color);
border-radius: 25px;
height:50px;
/*width: calc(100% / 4);
padding: 0;*/
padding-left: 20px;
padding-right: 20px;
}
# Color themes
modes:
light:
# main interface colors
primary-color: "#434343"
google-red: "#F54436"
google-green: "#01C852"
google-yellow: "#FF9101"
google-blue: "#3D5AFE"
google-violet: "#661FFF"
google-grey: "#BBBBBB"
color-red: "245, 68, 54"
color-green: "1, 200, 82"
color-yellow: "255, 145, 1"
color-blue: "61, 90, 254"
color-purple: "102, 31, 255"
color-grey: "187, 187, 187"
color-pink: "233, 30, 99"
color-theme: "51,51,51"
color-background-yellow: "250, 250, 250"
color-background-blue: "250, 250, 250"
color-background-green: "250, 250, 250"
color-background-red: "250, 250, 250"
color-background-pink: "250, 250, 250"
color-background-purple: "250, 250, 250"
color-yellow-text: "var(--primary-text-color)"
color-blue-text: "var(--primary-text-color)"
color-green-text: "var(--primary-text-color)"
color-red-text: "var(--primary-text-color)"
color-pink-text: "var(--primary-text-color)"
color-purple-text: "var(--primary-text-color)"
opacity-bg: "1"
# Header / Footer
header-active-tab-color: "rgb(var(--color-blue))"
header-active-tab-bg-color: "rgba(var(--color-blue), .3)"
header-all-tabs-color: "var(--paper-item-icon-color)"
header-tab-indicator-color: "rgba(0, 0, 0, 0)"
app-header-text-color: "var(--primary-text-color)"
app-header-background-color: "var( --ha-card-background, var(--card-background-color, white) )"
paper-tabs-selection-bar-color: "var(--primary-text-color)"
footer-shadow: "0px -1px 3px 0px rgba(0,0,0,0.12)"
# background and sidebar
card-background-color: "#FAFAFA"
primary-background-color: "#EFEFEF"
secondary-background-color: "#EFEFEF"
# text
primary-text-color: "#212121"
# slider
slider-color: "rgb(var(--google-blue))"
slider-bar-color: "rgba(var(--google-blue),0.38)"
# cards
box-shadow: "0px 2px 4px 0px rgba(0,0,0,0.16)"
ha-card-box-shadow: "var(--box-shadow)"
# sidebar
sidebar-selected-text-color: "rgb(var(--color-blue))"
sidebar-selected-icon-color: "rgb(var(--color-blue))"
sidebar-text-color: "#80868b"
# switch
switch-checked-color: "rgb(var(--color-blue))"
# media player
mini-media-player-accent-color: "rgb(var(--color-blue))"
dark:
# main interface colors
primary-color: "#89B3F8"
google-red: "#F18B82"
google-green: "#80C994"
google-yellow: "#FCD663"
google-blue: "#89B3F8"
google-violet: "#BB86FC"
google-grey: "#BBBBBB"
color-red: "241, 139, 130"
color-green: "128, 201, 148"
color-yellow: "252, 214, 99"
color-blue: "137, 179, 248"
color-theme: "221,221,221"
color-purple: "102, 31, 255"
color-grey: "187, 187, 187"
color-pink: "233, 30, 99"
color-amber: "255, 145, 1"
color-background-yellow: "var(--color-yellow)"
color-background-blue: "var(--color-blue)"
color-background-green: "var(--color-green)"
color-background-red: "var(--color-red)"
color-background-pink: "var(--color-pink)"
color-background-purple: "var(--color-purple)"
color-yellow-text: "var(--color-yellow)"
color-blue-text: "var(--color-blue)"
color-green-text: "var(--color-green)"
color-red-text: "var(--color-red)"
color-pink-text: "var(--color-pink)"
color-purple-text: "var(--color-purple)"
opacity-bg: "0.1"
# Header / Footer
header-active-tab-color: "rgb(var(--color-amber))"
header-active-tab-bg-color: "rgba(var(--color-amber), .3)"
header-all-tabs-color: "var(--paper-item-icon-color)"
header-tab-indicator-color: "rgba(0, 0, 0, 0)"
app-header-text-color: "var(--primary-text-color)"
app-header-background-color: "var( --ha-card-background, var(--card-background-color, rgb(29, 29, 29)) )"
paper-tabs-selection-bar-color: "var(--primary-text-color)"
footer-shadow: "0px -1px 3px 0px rgba(0,0,0,0.12)"
# background and sidebar
card-background-color: "#1D1D1D"
primary-background-color: "#121212"
secondary-background-color: "#121212"
# text
primary-text-color: "#DDDDDD"
# floating button text color
mdc-theme-on-secondary: "var(--card-background-color)"
# Sidebar
sidebar-selected-text-color: "rgb(var(--color-amber))"
sidebar-selected-icon-color: "rgb(var(--color-amber))"
# Slider
slider-color: "rgb(var(--color-blue))"
slider-bar-color: "rgba(var(--color-blue),0.38)"
# card
box-shadow: "none"
# media player
mini-media-player-accent-color: "var(--google-blue)"
# Journal
state-icon-color: "rgb(var(--color-theme))"
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ ulm_language_variables:
ulm_cleaning: "Uklízí"
ulm_returning: "Návrat do stanice"
ulm_docked: "Ve stanici"
ulm_mopping: "Mopping"
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ ulm_language_variables:
ulm_cleaning: "Cleaning"
ulm_returning: "Returning"
ulm_docked: "Docked"
ulm_mopping: "Mopping"
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ ulm_language_variables:
ulm_cleaning: "Cleaning"
ulm_returning: "Returning"
ulm_docked: "Docked"
ulm_mopping: "Mopping"
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ ulm_language_variables:
ulm_cleaning: "Cleaning"
ulm_returning: "Returning"
ulm_docked: "Docked"
ulm_mopping: "Mopping"
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ ulm_language_variables:
ulm_cleaning: "Limpiando"
ulm_returning: "Volviendo"
ulm_docked: "En casa"
ulm_mopping: "Mopping"
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ ulm_language_variables:
ulm_cleaning: "Cleaning"
ulm_returning: "Returning"
ulm_docked: "Docked"
ulm_mopping: "Mopping"
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ ulm_language_variables:
ulm_cleaning: "Cleaning"
ulm_returning: "Returning"
ulm_docked: "Docked"
ulm_mopping: "Mopping"
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ ulm_language_variables:
ulm_cleaning: "Schoonmaken"
ulm_returning: "Terugkeren"
ulm_docked: "Docked"
ulm_mopping: "Dweilen"
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ ulm_language_variables:
ulm_cleaning: "Cleaning"
ulm_returning: "Returning"
ulm_docked: "Docked"
ulm_mopping: "Mopping"
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ ulm_language_variables:
ulm_cleaning: "Sprzątanie"
ulm_returning: "Powrót do stacji dokującej"
ulm_docked: "Zadokowany"
ulm_mopping: "Mopping"
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ ulm_language_variables:
ulm_cleaning: "Cleaning"
ulm_returning: "Returning"
ulm_docked: "Docked"
ulm_mopping: "Mopping"
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ ulm_language_variables:
ulm_cleaning: "Čistí"
ulm_returning: "Vracia sa do doku"
ulm_docked: "V doku"
ulm_mopping: "Mopping"
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ ulm_language_variables:
ulm_alarm_triggered: "LARM UTLÖST"
ulm_playing: "Spelar"
ulm_paused: "Pausad"
ulm_updates_available: "Updates available!"
ulm_no_updates_available: "No updates available"
ulm_morning: "Good morning"
ulm_afternoon: "Good afternoon"
ulm_evening: "Good evening"
ulm_hello: "Hello"
ulm_cleaning: "Cleaning"
ulm_returning: "Returning"
ulm_docked: "Docked"
ulm_updates_available: "Uppdatering tillgänglig!"
ulm_no_updates_available: "Ingen uppdatering tillgänglig"
ulm_morning: "God morgon"
ulm_afternoon: "God eftermiddag"
ulm_evening: "God kväll"
ulm_hello: "Hej"
ulm_cleaning: "Städar"
ulm_returning: "Återvänder"
ulm_docked: "Dockad"
ulm_mopping: "Moppar"
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ ulm_language_variables:
ulm_cleaning: "Temizliyor"
ulm_returning: "Geri dönüyor"
ulm_docked: "İstasyonda"
ulm_mopping: "Mopping"
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ views:
- type: "custom:button-card"
template: "card_title"
name: "Congrats with your installation 🎉"
label: "Explore here some of the wonderfull 'Minimalistic-UI' cards we offer"
label: "Explore here some of the wonderful 'Minimalistic-UI' cards we offer"
- type: "custom:auto-entities"
card:
type: "grid"
Expand Down

This file was deleted.

Loading

0 comments on commit 96e9514

Please sign in to comment.