diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e28e716af6..e35466f91a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,4 +1,4 @@
-# Lawnchair Contributing Guidelines
+# Lawnchair contributing guidelines
2. Assign a reviewer.
3. Enable **"Auto-merge"** on the PR. It will merge automatically after CI passes and a reviewer approves. |
+| Medium complexity features | New features or changes that affect multiple components but are not deeply architectural. | A new settings screen, a new drawer search provider | 1. Create a detailed Pull Request.
2. Assign the core team for review. |
+| Major architectural changes | High-risk, complex changes that affect the core foundation of the app. | Android version rebase | 1. Create a very detailed Pull Request.
2. **Mandatory Review:** You **must** wait for at least one formal approval from a key team member before merging. The "Merge on Silence" rule does not apply. |
+
+### Commit message convention
+
+We follow the **[Conventional Commits specification][conventional-commits]**.
+
+* **Format:** `type(scope): subject`
+* **Example:** `feat(settings): Add toggle for new feature`
+* **Allowed Types:** `feat`, `fix`, `style`, `refactor`, `perf`, `docs`, `test`, `chore`.
+
+### Versioning scheme
+
+As of Lawnchair 15 Beta 1, Lawnchairâs version code is composed of four parts, separated by
+underscores:
Preference headers | $1_label | `folders_label` | Folders | |
@@ -128,11 +149,30 @@ Strings `names` in `strings.xml` should follow this format:
| Feature string | (feature_name)_$1 | `colorpicker_hsb` | HSB | Feature strings are strings that are confined to a specific feature. Examples include the gesture and color picker. |
| Launcher string | $1_launcher | `device_contacts_launcher` | Contacts from device | Strings that are specific to the Launcher area |
-#### Updating locally stored font listing
+### Updating locally stored font listing
-Lawnchair uses a locally stored JSON file (`google_fonts.json`) to list available fonts from Google Fonts. This file should be updated periodically or before release to include the latest fonts.
+Lawnchair uses a locally stored JSON file (`google_fonts.json`) to list available fonts from Google
+Fonts. This file should be updated periodically or before release to include the latest fonts.
To update Lawnchair's font listing, follow these steps:
-1. Acquire a [Google Fonts Developer API key](https://developers.google.com/fonts/docs/developer_api#APIKey).
-2. Download the JSON file from `https://www.googleapis.com/webfonts/v1/webfonts?key=API_KEY`, replacing `API_KEY` with the API key from step 1.
-3. Replace the content of [`google_fonts.json`](lawnchair/assets/google_fonts.json) with the API response.
+
+1. Acquire
+ a [Google Fonts Developer API key][google-fonts-api-key].
+2. Download the JSON file from `https://www.googleapis.com/webfonts/v1/webfonts?key=API_KEY`,
+ replacing `API_KEY` with the API key from step 1.
+3. Replace the content of [`google_fonts.json`](lawnchair/assets/google_fonts.json) with the API
+ response.
+
+
+[telegram]: https://t.me/lccommunity
+[discord]: https://discord.com/invite/3x8qNWxgGZ
+[nightly]: https://github.com/LawnchairLauncher/lawnchair/releases/tag/nightly
+[bug-reports]: https://github.com/LawnchairLauncher/lawnchair/issues/new?assignees=&labels=bug&projects=&template=bug_report.yaml&title=%5BBUG%5D+
+[feature-requests]: https://github.com/LawnchairLauncher/lawnchair/issues/new?assignees=&labels=feature%2Cenhancement&projects=&template=feature_request.yaml&title=%5BFEATURE%5D+
+[code-of-conduct]: CODE_OF_CONDUCT.md
+[crowdin]: https://lawnchair.crowdin.com
+[kotlin-coding-conventions]: https://kotlinlang.org/docs/coding-conventions.html
+[lawnchair-package]: https://github.com/LawnchairLauncher/lawnchair/tree/15-dev/lawnchair
+[src-package]: https://github.com/LawnchairLauncher/lawnchair/tree/15-dev/src
+[conventional-commits]: https://www.conventionalcommits.org/en/v1.0.0/
+[google-fonts-api-key]: https://developers.google.com/fonts/docs/developer_api#APIKey
diff --git a/README.md b/README.md
index 07009b7fd1..694336fea5 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,17 @@ Verify the integrity of your Lawnchair download using these SHA-256 hashes:
Please visit the [Lawnchair Contributing Guidelines](CONTRIBUTING.md) for information and tips on contributing to Lawnchair.
+## Supporting Lawnchair
+
+If you love what we do, consider [supporting us on Open Collective](https://opencollective.com/lawnchair)! Your contributions help keep Lawnchair independent and enable us to develop faster.
+
+A huge thank you to our **Core Backers ($5+)**:
+*(These backers directly fund our Project Velocity Fund)*
+
+[](https://opencollective.com/lawnchair)
+
+[Become a supporter](https://opencollective.com/lawnchair) to help us cover our operational costs, or become a Core Backer to be featured here!
+
## Quick links
- [Website](https://lawnchair.app)
diff --git a/ROADMAP.md b/ROADMAP.md
new file mode 100644
index 0000000000..226d7bf6e7
--- /dev/null
+++ b/ROADMAP.md
@@ -0,0 +1,52 @@
+# Lawnchair development roadmap
+
+This document outlines our high-level strategic priorities. It's a living document, not a set of
+unbreakable promises. For the status of individual tasks, see
+our [GitHub Issue Tracker](https://github.com/LawnchairLauncher/lawnchair/issues) and our
+team's [Kanban board](https://github.com/orgs/LawnchairLauncher/projects/9/views/1).
+
+## Vision
+
+Lawnchair's goal is to be:
+
+* **Simple:** Match the core Pixel Launcher experience.
+* **Powerful:** Offer deep, meaningful customization.
+* **Stable:** Provide a rock-solid, reliable foundation.
+
+## Roadmap
+
+### Recently completed
+
+- **Shipped:** `15 Beta 1` to GitHub & Play Store.
+- **Completed:** A full architectural overhaul of the Search and Permissions systems.
+
+### Current focus
+
+This is our active development sprint. The goal is to address key bugs and deliver a highly polished
+user experience.
+
+- UI/UX overhaul of all Settings screens to Material 3 Expressive.
+
+### Up next
+
+Once the UX overhaul is stable, our focus will shift to delivering highly-requested features that
+enhance
+customization and control.
+
+- Proper icon swipe gestures
+- Folder "cover" mode
+- App drawer tabs
+
+### The Android 16 rebase
+
+This is the massive, foundational undertaking to migrate our codebase to the latest Android 16
+(AOSP) source. Its completion will be the foundation for our **Lawnchair 16** release.
+
+**Status:** Actively in progress, led by a core community contributor.
+
+### Long term or blocked
+
+Highly-requested features that are blocked by external dependencies or require significant research.
+
+- **Widget Stacking:** A highly complex feature requiring deep architectural investigation.
+- **QuickSwitch Stability:** An ongoing effort to mitigate upstream AOSP/OEM bugs.
diff --git a/docs/assets/README.md b/docs/assets/README.md
index c00a8c3ff9..51ef527d05 100644
--- a/docs/assets/README.md
+++ b/docs/assets/README.md
@@ -2,9 +2,12 @@
This directory lists all the decoration & visual explainers used in the Lawnchair Documentation.
-All assets created should use Material 3 design with `#47B84F` as source color and the [Inter](https://fonts.google.com/specimen/Inter) ([OFL v1.1](https://github.com/rsms/inter/?tab=OFL-1.1-1-ov-file#readme)) typography. Visit the [Material 3 theme builder](https://material-foundation.github.io/material-theme-builder/?primary=%2347B84F&bodyFont=Inter&displayFont=Inter&colorMatch=false) for more information, and [the CSS directory](css/) for an example color scheme for the web.
+All assets created should use Material 3 design with `#47B84F` as source color and
+the [Inter](https://fonts.google.com/specimen/Inter) ([OFL v1.1](https://github.com/rsms/inter/?tab=OFL-1.1-1-ov-file#readme))
+typography. Visit the [Material 3 theme builder][material-theme-builder] for more information.
-When creating device mockups for Lawnchair, make sure that you're using the latest commits of Lawnchair or use Lawnchair Nightly as base.
+When creating device mockups for Lawnchair, make sure that you're using the latest commits of
+Lawnchair or use Lawnchair Nightly as base.
## Device Mockup
@@ -14,3 +17,5 @@ Use in: [README](/README.md)
* Wallpaper: https://unsplash.com/photos/photography-of-green-leaves-ZVKr8wADhpc
* Color Extraction Technique: Tonal Spot from Lawnchair
* License: https://unsplash.com/license
+
+[material-theme-builder]: https://material-foundation.github.io/material-theme-builder/?primary=%2347B84F&bodyFont=Inter&displayFont=Inter&colorMatch=false
diff --git a/docs/assets/css/dark-hc.css b/docs/assets/css/dark-hc.css
deleted file mode 100644
index f50e8a9614..0000000000
--- a/docs/assets/css/dark-hc.css
+++ /dev/null
@@ -1,55 +0,0 @@
-.dark-high-contrast {
- --md-sys-color-primary: rgb(240 255 237);
- --md-sys-color-surface-tint: rgb(155 212 160);
- --md-sys-color-on-primary: rgb(0 0 0);
- --md-sys-color-primary-container: rgb(159 216 164);
- --md-sys-color-on-primary-container: rgb(0 0 0);
- --md-sys-color-secondary: rgb(240 255 237);
- --md-sys-color-on-secondary: rgb(0 0 0);
- --md-sys-color-secondary-container: rgb(188 208 186);
- --md-sys-color-on-secondary-container: rgb(0 0 0);
- --md-sys-color-tertiary: rgb(242 253 255);
- --md-sys-color-on-tertiary: rgb(0 0 0);
- --md-sys-color-tertiary-container: rgb(165 210 219);
- --md-sys-color-on-tertiary-container: rgb(0 0 0);
- --md-sys-color-error: rgb(255 249 249);
- --md-sys-color-on-error: rgb(0 0 0);
- --md-sys-color-error-container: rgb(255 186 177);
- --md-sys-color-on-error-container: rgb(0 0 0);
- --md-sys-color-background: rgb(16 21 16);
- --md-sys-color-on-background: rgb(224 228 220);
- --md-sys-color-surface: rgb(16 21 16);
- --md-sys-color-on-surface: rgb(255 255 255);
- --md-sys-color-surface-variant: rgb(65 73 65);
- --md-sys-color-on-surface-variant: rgb(246 253 241);
- --md-sys-color-outline: rgb(197 205 194);
- --md-sys-color-outline-variant: rgb(197 205 194);
- --md-sys-color-shadow: rgb(0 0 0);
- --md-sys-color-scrim: rgb(0 0 0);
- --md-sys-color-inverse-surface: rgb(224 228 220);
- --md-sys-color-inverse-on-surface: rgb(0 0 0);
- --md-sys-color-inverse-primary: rgb(0 50 18);
- --md-sys-color-primary-fixed: rgb(187 245 191);
- --md-sys-color-on-primary-fixed: rgb(0 0 0);
- --md-sys-color-primary-fixed-dim: rgb(159 216 164);
- --md-sys-color-on-primary-fixed-variant: rgb(0 27 7);
- --md-sys-color-secondary-fixed: rgb(216 236 213);
- --md-sys-color-on-secondary-fixed: rgb(0 0 0);
- --md-sys-color-secondary-fixed-dim: rgb(188 208 186);
- --md-sys-color-on-secondary-fixed-variant: rgb(9 26 12);
- --md-sys-color-tertiary-fixed: rgb(193 239 248);
- --md-sys-color-on-tertiary-fixed: rgb(0 0 0);
- --md-sys-color-tertiary-fixed-dim: rgb(165 210 219);
- --md-sys-color-on-tertiary-fixed-variant: rgb(0 26 30);
- --md-sys-color-surface-dim: rgb(16 21 16);
- --md-sys-color-surface-bright: rgb(54 58 53);
- --md-sys-color-surface-container-lowest: rgb(11 15 11);
- --md-sys-color-surface-container-low: rgb(24 29 24);
- --md-sys-color-surface-container: rgb(28 33 28);
- --md-sys-color-surface-container-high: rgb(38 43 38);
- --md-sys-color-surface-container-highest: rgb(49 54 48);
- --md-extended-color-custom-color1-color: rgb(255 249 248);
- --md-extended-color-custom-color1-on-color: rgb(0 0 0);
- --md-extended-color-custom-color1-color-container: rgb(255 188 156);
- --md-extended-color-custom-color1-on-color-container: rgb(0 0 0);
-}
diff --git a/docs/assets/css/dark-mc.css b/docs/assets/css/dark-mc.css
deleted file mode 100644
index b34b5e568c..0000000000
--- a/docs/assets/css/dark-mc.css
+++ /dev/null
@@ -1,55 +0,0 @@
-.dark-medium-contrast {
- --md-sys-color-primary: rgb(159 216 164);
- --md-sys-color-surface-tint: rgb(155 212 160);
- --md-sys-color-on-primary: rgb(0 27 7);
- --md-sys-color-primary-container: rgb(103 157 110);
- --md-sys-color-on-primary-container: rgb(0 0 0);
- --md-sys-color-secondary: rgb(188 208 186);
- --md-sys-color-on-secondary: rgb(9 26 12);
- --md-sys-color-secondary-container: rgb(130 150 130);
- --md-sys-color-on-secondary-container: rgb(0 0 0);
- --md-sys-color-tertiary: rgb(165 210 219);
- --md-sys-color-on-tertiary: rgb(0 26 30);
- --md-sys-color-tertiary-container: rgb(108 152 160);
- --md-sys-color-on-tertiary-container: rgb(0 0 0);
- --md-sys-color-error: rgb(255 186 177);
- --md-sys-color-on-error: rgb(55 0 1);
- --md-sys-color-error-container: rgb(255 84 73);
- --md-sys-color-on-error-container: rgb(0 0 0);
- --md-sys-color-background: rgb(16 21 16);
- --md-sys-color-on-background: rgb(224 228 220);
- --md-sys-color-surface: rgb(16 21 16);
- --md-sys-color-on-surface: rgb(248 252 244);
- --md-sys-color-surface-variant: rgb(65 73 65);
- --md-sys-color-on-surface-variant: rgb(197 205 194);
- --md-sys-color-outline: rgb(157 165 155);
- --md-sys-color-outline-variant: rgb(126 133 124);
- --md-sys-color-shadow: rgb(0 0 0);
- --md-sys-color-scrim: rgb(0 0 0);
- --md-sys-color-inverse-surface: rgb(224 228 220);
- --md-sys-color-inverse-on-surface: rgb(38 43 38);
- --md-sys-color-inverse-primary: rgb(29 82 42);
- --md-sys-color-primary-fixed: rgb(182 241 187);
- --md-sys-color-on-primary-fixed: rgb(0 21 5);
- --md-sys-color-primary-fixed-dim: rgb(155 212 160);
- --md-sys-color-on-primary-fixed-variant: rgb(5 63 26);
- --md-sys-color-secondary-fixed: rgb(211 232 209);
- --md-sys-color-on-secondary-fixed: rgb(5 20 8);
- --md-sys-color-secondary-fixed-dim: rgb(184 204 182);
- --md-sys-color-on-secondary-fixed-variant: rgb(41 58 42);
- --md-sys-color-tertiary-fixed: rgb(189 234 244);
- --md-sys-color-on-tertiary-fixed: rgb(0 20 24);
- --md-sys-color-tertiary-fixed-dim: rgb(161 206 215);
- --md-sys-color-on-tertiary-fixed-variant: rgb(9 60 67);
- --md-sys-color-surface-dim: rgb(16 21 16);
- --md-sys-color-surface-bright: rgb(54 58 53);
- --md-sys-color-surface-container-lowest: rgb(11 15 11);
- --md-sys-color-surface-container-low: rgb(24 29 24);
- --md-sys-color-surface-container: rgb(28 33 28);
- --md-sys-color-surface-container-high: rgb(38 43 38);
- --md-sys-color-surface-container-highest: rgb(49 54 48);
- --md-extended-color-custom-color1-color: rgb(255 188 156);
- --md-extended-color-custom-color1-on-color: rgb(44 13 0);
- --md-extended-color-custom-color1-color-container: rgb(201 126 89);
- --md-extended-color-custom-color1-on-color-container: rgb(0 0 0);
-}
diff --git a/docs/assets/css/dark.css b/docs/assets/css/dark.css
deleted file mode 100644
index a925e94f38..0000000000
--- a/docs/assets/css/dark.css
+++ /dev/null
@@ -1,55 +0,0 @@
-.dark {
- --md-sys-color-primary: rgb(155 212 160);
- --md-sys-color-surface-tint: rgb(155 212 160);
- --md-sys-color-on-primary: rgb(0 57 21);
- --md-sys-color-primary-container: rgb(27 81 41);
- --md-sys-color-on-primary-container: rgb(182 241 187);
- --md-sys-color-secondary: rgb(184 204 182);
- --md-sys-color-on-secondary: rgb(35 52 37);
- --md-sys-color-secondary-container: rgb(57 75 58);
- --md-sys-color-on-secondary-container: rgb(211 232 209);
- --md-sys-color-tertiary: rgb(161 206 215);
- --md-sys-color-on-tertiary: rgb(0 54 62);
- --md-sys-color-tertiary-container: rgb(31 77 85);
- --md-sys-color-on-tertiary-container: rgb(189 234 244);
- --md-sys-color-error: rgb(255 180 171);
- --md-sys-color-on-error: rgb(105 0 5);
- --md-sys-color-error-container: rgb(147 0 10);
- --md-sys-color-on-error-container: rgb(255 218 214);
- --md-sys-color-background: rgb(16 21 16);
- --md-sys-color-on-background: rgb(224 228 220);
- --md-sys-color-surface: rgb(16 21 16);
- --md-sys-color-on-surface: rgb(224 228 220);
- --md-sys-color-surface-variant: rgb(65 73 65);
- --md-sys-color-on-surface-variant: rgb(193 201 190);
- --md-sys-color-outline: rgb(139 147 137);
- --md-sys-color-outline-variant: rgb(65 73 65);
- --md-sys-color-shadow: rgb(0 0 0);
- --md-sys-color-scrim: rgb(0 0 0);
- --md-sys-color-inverse-surface: rgb(224 228 220);
- --md-sys-color-inverse-on-surface: rgb(45 50 44);
- --md-sys-color-inverse-primary: rgb(53 105 63);
- --md-sys-color-primary-fixed: rgb(182 241 187);
- --md-sys-color-on-primary-fixed: rgb(0 33 9);
- --md-sys-color-primary-fixed-dim: rgb(155 212 160);
- --md-sys-color-on-primary-fixed-variant: rgb(27 81 41);
- --md-sys-color-secondary-fixed: rgb(211 232 209);
- --md-sys-color-on-secondary-fixed: rgb(15 31 17);
- --md-sys-color-secondary-fixed-dim: rgb(184 204 182);
- --md-sys-color-on-secondary-fixed-variant: rgb(57 75 58);
- --md-sys-color-tertiary-fixed: rgb(189 234 244);
- --md-sys-color-on-tertiary-fixed: rgb(0 31 36);
- --md-sys-color-tertiary-fixed-dim: rgb(161 206 215);
- --md-sys-color-on-tertiary-fixed-variant: rgb(31 77 85);
- --md-sys-color-surface-dim: rgb(16 21 16);
- --md-sys-color-surface-bright: rgb(54 58 53);
- --md-sys-color-surface-container-lowest: rgb(11 15 11);
- --md-sys-color-surface-container-low: rgb(24 29 24);
- --md-sys-color-surface-container: rgb(28 33 28);
- --md-sys-color-surface-container-high: rgb(38 43 38);
- --md-sys-color-surface-container-highest: rgb(49 54 48);
- --md-extended-color-custom-color1-color: rgb(255 182 146);
- --md-extended-color-custom-color1-on-color: rgb(84 33 3);
- --md-extended-color-custom-color1-color-container: rgb(112 55 23);
- --md-extended-color-custom-color1-on-color-container: rgb(255 219 203);
-}
diff --git a/docs/assets/css/light-hc.css b/docs/assets/css/light-hc.css
deleted file mode 100644
index f1682fdcb2..0000000000
--- a/docs/assets/css/light-hc.css
+++ /dev/null
@@ -1,55 +0,0 @@
-.light-high-contrast {
- --md-sys-color-primary: rgb(0 41 13);
- --md-sys-color-surface-tint: rgb(53 105 63);
- --md-sys-color-on-primary: rgb(255 255 255);
- --md-sys-color-primary-container: rgb(23 77 37);
- --md-sys-color-on-primary-container: rgb(255 255 255);
- --md-sys-color-secondary: rgb(21 38 23);
- --md-sys-color-on-secondary: rgb(255 255 255);
- --md-sys-color-secondary-container: rgb(54 71 55);
- --md-sys-color-on-secondary-container: rgb(255 255 255);
- --md-sys-color-tertiary: rgb(0 39 44);
- --md-sys-color-on-tertiary: rgb(255 255 255);
- --md-sys-color-tertiary-container: rgb(27 73 81);
- --md-sys-color-on-tertiary-container: rgb(255 255 255);
- --md-sys-color-error: rgb(78 0 2);
- --md-sys-color-on-error: rgb(255 255 255);
- --md-sys-color-error-container: rgb(140 0 9);
- --md-sys-color-on-error-container: rgb(255 255 255);
- --md-sys-color-background: rgb(247 251 242);
- --md-sys-color-on-background: rgb(24 29 24);
- --md-sys-color-surface: rgb(247 251 242);
- --md-sys-color-on-surface: rgb(0 0 0);
- --md-sys-color-surface-variant: rgb(221 229 218);
- --md-sys-color-on-surface-variant: rgb(31 38 31);
- --md-sys-color-outline: rgb(62 69 61);
- --md-sys-color-outline-variant: rgb(62 69 61);
- --md-sys-color-shadow: rgb(0 0 0);
- --md-sys-color-scrim: rgb(0 0 0);
- --md-sys-color-inverse-surface: rgb(45 50 44);
- --md-sys-color-inverse-on-surface: rgb(255 255 255);
- --md-sys-color-inverse-primary: rgb(192 250 196);
- --md-sys-color-primary-fixed: rgb(23 77 37);
- --md-sys-color-on-primary-fixed: rgb(255 255 255);
- --md-sys-color-primary-fixed-dim: rgb(0 53 19);
- --md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
- --md-sys-color-secondary-fixed: rgb(54 71 55);
- --md-sys-color-on-secondary-fixed: rgb(255 255 255);
- --md-sys-color-secondary-fixed-dim: rgb(32 49 33);
- --md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
- --md-sys-color-tertiary-fixed: rgb(27 73 81);
- --md-sys-color-on-tertiary-fixed: rgb(255 255 255);
- --md-sys-color-tertiary-fixed-dim: rgb(0 50 57);
- --md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
- --md-sys-color-surface-dim: rgb(215 219 211);
- --md-sys-color-surface-bright: rgb(247 251 242);
- --md-sys-color-surface-container-lowest: rgb(255 255 255);
- --md-sys-color-surface-container-low: rgb(241 245 236);
- --md-sys-color-surface-container: rgb(235 239 231);
- --md-sys-color-surface-container-high: rgb(229 233 225);
- --md-sys-color-surface-container-highest: rgb(224 228 220);
- --md-extended-color-custom-color1-color: rgb(63 21 0);
- --md-extended-color-custom-color1-on-color: rgb(255 255 255);
- --md-extended-color-custom-color1-color-container: rgb(107 51 20);
- --md-extended-color-custom-color1-on-color-container: rgb(255 255 255);
-}
diff --git a/docs/assets/css/light-mc.css b/docs/assets/css/light-mc.css
deleted file mode 100644
index f28c59c569..0000000000
--- a/docs/assets/css/light-mc.css
+++ /dev/null
@@ -1,55 +0,0 @@
-.light-medium-contrast {
- --md-sys-color-primary: rgb(23 77 37);
- --md-sys-color-surface-tint: rgb(53 105 63);
- --md-sys-color-on-primary: rgb(255 255 255);
- --md-sys-color-primary-container: rgb(75 128 83);
- --md-sys-color-on-primary-container: rgb(255 255 255);
- --md-sys-color-secondary: rgb(54 71 55);
- --md-sys-color-on-secondary: rgb(255 255 255);
- --md-sys-color-secondary-container: rgb(103 121 102);
- --md-sys-color-on-secondary-container: rgb(255 255 255);
- --md-sys-color-tertiary: rgb(27 73 81);
- --md-sys-color-on-tertiary: rgb(255 255 255);
- --md-sys-color-tertiary-container: rgb(80 123 132);
- --md-sys-color-on-tertiary-container: rgb(255 255 255);
- --md-sys-color-error: rgb(140 0 9);
- --md-sys-color-on-error: rgb(255 255 255);
- --md-sys-color-error-container: rgb(218 52 46);
- --md-sys-color-on-error-container: rgb(255 255 255);
- --md-sys-color-background: rgb(247 251 242);
- --md-sys-color-on-background: rgb(24 29 24);
- --md-sys-color-surface: rgb(247 251 242);
- --md-sys-color-on-surface: rgb(24 29 24);
- --md-sys-color-surface-variant: rgb(221 229 218);
- --md-sys-color-on-surface-variant: rgb(62 69 61);
- --md-sys-color-outline: rgb(90 97 88);
- --md-sys-color-outline-variant: rgb(117 125 116);
- --md-sys-color-shadow: rgb(0 0 0);
- --md-sys-color-scrim: rgb(0 0 0);
- --md-sys-color-inverse-surface: rgb(45 50 44);
- --md-sys-color-inverse-on-surface: rgb(238 242 234);
- --md-sys-color-inverse-primary: rgb(155 212 160);
- --md-sys-color-primary-fixed: rgb(75 128 83);
- --md-sys-color-on-primary-fixed: rgb(255 255 255);
- --md-sys-color-primary-fixed-dim: rgb(50 103 61);
- --md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
- --md-sys-color-secondary-fixed: rgb(103 121 102);
- --md-sys-color-on-secondary-fixed: rgb(255 255 255);
- --md-sys-color-secondary-fixed-dim: rgb(78 97 79);
- --md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
- --md-sys-color-tertiary-fixed: rgb(80 123 132);
- --md-sys-color-on-tertiary-fixed: rgb(255 255 255);
- --md-sys-color-tertiary-fixed-dim: rgb(55 98 106);
- --md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
- --md-sys-color-surface-dim: rgb(215 219 211);
- --md-sys-color-surface-bright: rgb(247 251 242);
- --md-sys-color-surface-container-lowest: rgb(255 255 255);
- --md-sys-color-surface-container-low: rgb(241 245 236);
- --md-sys-color-surface-container: rgb(235 239 231);
- --md-sys-color-surface-container-high: rgb(229 233 225);
- --md-sys-color-surface-container-highest: rgb(224 228 220);
- --md-extended-color-custom-color1-color: rgb(107 51 20);
- --md-extended-color-custom-color1-on-color: rgb(255 255 255);
- --md-extended-color-custom-color1-color-container: rgb(168 99 64);
- --md-extended-color-custom-color1-on-color-container: rgb(255 255 255);
-}
diff --git a/docs/assets/css/light.css b/docs/assets/css/light.css
deleted file mode 100644
index a22c0d61a3..0000000000
--- a/docs/assets/css/light.css
+++ /dev/null
@@ -1,55 +0,0 @@
-.light {
- --md-sys-color-primary: rgb(53 105 63);
- --md-sys-color-surface-tint: rgb(53 105 63);
- --md-sys-color-on-primary: rgb(255 255 255);
- --md-sys-color-primary-container: rgb(182 241 187);
- --md-sys-color-on-primary-container: rgb(0 33 9);
- --md-sys-color-secondary: rgb(81 99 81);
- --md-sys-color-on-secondary: rgb(255 255 255);
- --md-sys-color-secondary-container: rgb(211 232 209);
- --md-sys-color-on-secondary-container: rgb(15 31 17);
- --md-sys-color-tertiary: rgb(57 101 109);
- --md-sys-color-on-tertiary: rgb(255 255 255);
- --md-sys-color-tertiary-container: rgb(189 234 244);
- --md-sys-color-on-tertiary-container: rgb(0 31 36);
- --md-sys-color-error: rgb(186 26 26);
- --md-sys-color-on-error: rgb(255 255 255);
- --md-sys-color-error-container: rgb(255 218 214);
- --md-sys-color-on-error-container: rgb(65 0 2);
- --md-sys-color-background: rgb(247 251 242);
- --md-sys-color-on-background: rgb(24 29 24);
- --md-sys-color-surface: rgb(247 251 242);
- --md-sys-color-on-surface: rgb(24 29 24);
- --md-sys-color-surface-variant: rgb(221 229 218);
- --md-sys-color-on-surface-variant: rgb(65 73 65);
- --md-sys-color-outline: rgb(114 121 112);
- --md-sys-color-outline-variant: rgb(193 201 190);
- --md-sys-color-shadow: rgb(0 0 0);
- --md-sys-color-scrim: rgb(0 0 0);
- --md-sys-color-inverse-surface: rgb(45 50 44);
- --md-sys-color-inverse-on-surface: rgb(238 242 234);
- --md-sys-color-inverse-primary: rgb(155 212 160);
- --md-sys-color-primary-fixed: rgb(182 241 187);
- --md-sys-color-on-primary-fixed: rgb(0 33 9);
- --md-sys-color-primary-fixed-dim: rgb(155 212 160);
- --md-sys-color-on-primary-fixed-variant: rgb(27 81 41);
- --md-sys-color-secondary-fixed: rgb(211 232 209);
- --md-sys-color-on-secondary-fixed: rgb(15 31 17);
- --md-sys-color-secondary-fixed-dim: rgb(184 204 182);
- --md-sys-color-on-secondary-fixed-variant: rgb(57 75 58);
- --md-sys-color-tertiary-fixed: rgb(189 234 244);
- --md-sys-color-on-tertiary-fixed: rgb(0 31 36);
- --md-sys-color-tertiary-fixed-dim: rgb(161 206 215);
- --md-sys-color-on-tertiary-fixed-variant: rgb(31 77 85);
- --md-sys-color-surface-dim: rgb(215 219 211);
- --md-sys-color-surface-bright: rgb(247 251 242);
- --md-sys-color-surface-container-lowest: rgb(255 255 255);
- --md-sys-color-surface-container-low: rgb(241 245 236);
- --md-sys-color-surface-container: rgb(235 239 231);
- --md-sys-color-surface-container-high: rgb(229 233 225);
- --md-sys-color-surface-container-highest: rgb(224 228 220);
- --md-extended-color-custom-color1-color: rgb(141 78 44);
- --md-extended-color-custom-color1-on-color: rgb(255 255 255);
- --md-extended-color-custom-color1-color-container: rgb(255 219 203);
- --md-extended-color-custom-color1-on-color-container: rgb(52 16 0);
-}