# LYT Mode Theme
## Introduction
> [!released]
Introduced in Tasks 3.2.0.
| Location | Link |
| ------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| GitHub: | <https://github.com/nickmilo/LYT-Mode> |
| Obsidian Hub: | [LYT Mode](https://publish.obsidian.md/hub/02+-+Community+Expansions/02.05+All+Community+Expansions/Themes/LYT+Mode) |
| Test note in Tasks-Demo vault: | [Theme - LYT Mode](https://github.com/obsidian-tasks-group/obsidian-tasks/blob/main/resources/sample_vaults/Tasks-Demo/Styling/Theme%20-%20LYT%20Mode.md) |
| Notes: | **Dark mode only** |
## Screenshot

## Supported statuses
<!-- snippet: DocsSamplesForStatuses.test.Theme_LYT_Mode_Text.approved.txt -->
```txt
- [ ] #task `space` Unchecked
- [x] #task `x` Checked
- [>] #task `>` Rescheduled
- [<] #task `<` Scheduled
- [!] #task `!` Important
- [-] #task `-` Cancelled
- [/] #task `/` In Progress
- [?] #task `?` Question
- [*] #task `*` Star
- [n] #task `n` Note
- [l] #task `l` Location
- [i] #task `i` Information
- [I] #task `I` Idea
- [S] #task `S` Amount
- [p] #task `p` Pro
- [c] #task `c` Con
- [b] #task `b` Bookmark
- [f] #task `f` Fire
- [k] #task `k` Key
- [w] #task `w` Win
- [u] #task `u` Up
- [d] #task `d` Down
```
<!-- endSnippet -->
## Tasks' one-click addition
Tasks' setting pane has a one-click button to add the following information, representing the custom checkboxes in this plugin.
<!-- placeholder to force blank line before included text --><!-- include: DocsSamplesForStatuses.test.Theme_LYT_Mode_Table.approved.md -->
| Status Symbol | Next Status Symbol | Status Name<br>`status.name includes...`<br>`sort by status.name`<br>`group by status.name` | Status Type<br>`status.type is...`<br>`sort by status.type`<br>`group by status.type` | Needs Custom Styling |
| ----- | ----- | ----- | ----- | ----- |
| `space` | `x` | Unchecked | `TODO` | No |
| `x` | `space` | Checked | `DONE` | No |
| `>` | `x` | Rescheduled | `TODO` | Yes |
| `<` | `x` | Scheduled | `TODO` | Yes |
| `!` | `x` | Important | `TODO` | Yes |
| `-` | `space` | Cancelled | `CANCELLED` | Yes |
| `/` | `x` | In Progress | `IN_PROGRESS` | Yes |
| `?` | `x` | Question | `TODO` | Yes |
| `*` | `x` | Star | `TODO` | Yes |
| `n` | `x` | Note | `TODO` | Yes |
| `l` | `x` | Location | `TODO` | Yes |
| `i` | `x` | Information | `TODO` | Yes |
| `I` | `x` | Idea | `TODO` | Yes |
| `S` | `x` | Amount | `TODO` | Yes |
| `p` | `x` | Pro | `TODO` | Yes |
| `c` | `x` | Con | `TODO` | Yes |
| `b` | `x` | Bookmark | `TODO` | Yes |
| `f` | `x` | Fire | `TODO` | Yes |
| `k` | `x` | Key | `TODO` | Yes |
| `w` | `x` | Win | `TODO` | Yes |
| `u` | `x` | Up | `TODO` | Yes |
| `d` | `x` | Down | `TODO` | Yes |
<!-- placeholder to force blank line after included text --><!-- endInclude -->