{"id":15685874,"url":"https://github.com/basnijholt/lovelace-ios-light-mode-theme","last_synced_at":"2025-08-01T11:03:13.971Z","repository":{"id":79588141,"uuid":"234750356","full_name":"basnijholt/lovelace-ios-light-mode-theme","owner":"basnijholt","description":"🏠🤖 Theme based on iOS Light Mode for Lovelace Home Assistant ","archived":false,"fork":false,"pushed_at":"2020-01-20T19:48:02.000Z","size":5674,"stargazers_count":9,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-30T16:29:56.664Z","etag":null,"topics":["hacs","home-assistant","ios","light-mode","lightmode","lovelace","lovelace-ui","theme"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/basnijholt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://www.paypal.me/basnijholt"]}},"created_at":"2020-01-18T14:53:31.000Z","updated_at":"2021-03-03T00:56:19.000Z","dependencies_parsed_at":"2023-02-27T19:17:00.808Z","dependency_job_id":null,"html_url":"https://github.com/basnijholt/lovelace-ios-light-mode-theme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/basnijholt/lovelace-ios-light-mode-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basnijholt%2Flovelace-ios-light-mode-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basnijholt%2Flovelace-ios-light-mode-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basnijholt%2Flovelace-ios-light-mode-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basnijholt%2Flovelace-ios-light-mode-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basnijholt","download_url":"https://codeload.github.com/basnijholt/lovelace-ios-light-mode-theme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basnijholt%2Flovelace-ios-light-mode-theme/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268213664,"owners_count":24214349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacs","home-assistant","ios","light-mode","lightmode","lovelace","lovelace-ui","theme"],"created_at":"2024-10-03T17:32:22.797Z","updated_at":"2025-08-01T11:03:13.878Z","avatar_url":"https://github.com/basnijholt.png","language":null,"funding_links":["https://www.paypal.me/basnijholt"],"categories":[],"sub_categories":[],"readme":"# iOS Light Mode Theme\n\n[![Action Status](https://github.com/basnijholt/lovelace-ios-light-mode-theme/workflows/yamllint/badge.svg)](https://github.com/basnijholt/lovelace-ios-light-mode-theme/actions)\n[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/custom-components/hacs)\n[![homeassistant_community](https://img.shields.io/badge/HA%20community-forum-brightgreen)](https://community.home-assistant.io/t/ios-light-mode-theme/149136)\n[![Github Stars](https://img.shields.io/github/stars/basnijholt/lovelace-ios-light-mode-theme)](https://github.com/basnijholt/lovelace-ios-light-mode-theme)\n\n\u003e The iOS Light Mode Theme by @basnijholt and modified from @kalkih's [Gist](https://gist.github.com/kalkih/fbe84b371ef7f992c3bd51b235e2c299)\n\nAn alternative to the [**iOS Dark Mode Theme**](https://github.com/basnijholt/lovelace-ios-dark-mode-theme)!\n\n## Screenshots\n\n### Overview\n\n![Theme - Overview](https://raw.githubusercontent.com/basnijholt/lovelace-ios-light-mode-theme/master/docs/theme-overview.jpg)\n\n## Installation\n\n1. Add the following code to your `configuration.yaml` file (reboot required).\n\n```yaml\nfrontend:\n  ... # your configuration.\n  themes: !include_dir_merge_named themes\n  ... # your configuration.\n```\n\n2. Add the following line to your `lovelace-ui.yaml` or use the RAW editor:\n```yaml\nbackground: var(--background-image)\n```\n\n3. (Optional) add the following to the same file to make the header smaller (you need to install [`custom-header`](https://github.com/maykar/custom-header) too):\n```yaml\ncustom_header:\n  background: 'rgba(155, 155, 155, 0.25)'\n  swipe_animate: fade\n  swipe_prevent_default: true\n  compact_mode: true\n  button_text:\n    options: '{{ hours24 }}:{{ minutesLZ }}'\n```\n\n4. (Optional) change the background to a different one, see [`backgrounds/README.md`](https://github.com/basnijholt/lovelace-ios-light-mode-theme/tree/master/backgrounds).\n\n### HACS\n\n1. Go to the Community Store.\n2. Search for `iOS Light Mode`.\n3. Navigate to `iOS Light Mode` theme.\n4. Press `Install`.\n\n### Manual\n\nClone this repository in your existing (or create it) `themes/` folder.\n\n```bash\ncd themes/\ngit clone https://github.com/basnijholt/lovelace-ios-light-mode-theme.git\n```\n\nOr using submodules:\n\n```bash\ncd themes/\ngit submodule add https://github.com/basnijholt/lovelace-ios-light-mode-theme.git\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasnijholt%2Flovelace-ios-light-mode-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasnijholt%2Flovelace-ios-light-mode-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasnijholt%2Flovelace-ios-light-mode-theme/lists"}