TUI editor themes — real rendered colors

Every one of syntect's bundled themes, run through meshfox's actual highlighting code (grammar + with_meshfox_scope_colors) against a sample mirroring your own canvas — meshfox marker comments, a heading, the service-flagged fence, a table. Colors and backgrounds below are the exact hex values that code produces, not approximations.

Pick one and set it in .meshfox/config.toml (local, next to the canvas) or ~/.meshfox/config.toml (global) — each card's footer shows the exact snippet.

InspiredGitHub

<!-- meshfox:canvas -->
# kotoprovod.gitazone.org
<!-- meshfox:node id="root" -->
 
## Локальная разработка
 
```bash name="run" deps="npm-install" service
npm run start
```
 
| Поле | Назначение |
|---|---|
| status | catalog-new # см. значения ниже
[tui]
editor_theme = "InspiredGitHub"

Solarized (dark)

<!-- meshfox:canvas -->
# kotoprovod.gitazone.org
<!-- meshfox:node id="root" -->
 
## Локальная разработка
 
```bash name="run" deps="npm-install" service
npm run start
```
 
| Поле | Назначение |
|---|---|
| status | catalog-new # см. значения ниже
[tui]
editor_theme = "Solarized (dark)"

Solarized (light)

<!-- meshfox:canvas -->
# kotoprovod.gitazone.org
<!-- meshfox:node id="root" -->
 
## Локальная разработка
 
```bash name="run" deps="npm-install" service
npm run start
```
 
| Поле | Назначение |
|---|---|
| status | catalog-new # см. значения ниже
[tui]
editor_theme = "Solarized (light)"

base16-eighties.dark

<!-- meshfox:canvas -->
# kotoprovod.gitazone.org
<!-- meshfox:node id="root" -->
 
## Локальная разработка
 
```bash name="run" deps="npm-install" service
npm run start
```
 
| Поле | Назначение |
|---|---|
| status | catalog-new # см. значения ниже
[tui]
editor_theme = "base16-eighties.dark"

base16-mocha.dark

<!-- meshfox:canvas -->
# kotoprovod.gitazone.org
<!-- meshfox:node id="root" -->
 
## Локальная разработка
 
```bash name="run" deps="npm-install" service
npm run start
```
 
| Поле | Назначение |
|---|---|
| status | catalog-new # см. значения ниже
[tui]
editor_theme = "base16-mocha.dark"

base16-ocean.dark

current default
<!-- meshfox:canvas -->
# kotoprovod.gitazone.org
<!-- meshfox:node id="root" -->
 
## Локальная разработка
 
```bash name="run" deps="npm-install" service
npm run start
```
 
| Поле | Назначение |
|---|---|
| status | catalog-new # см. значения ниже
[tui]
editor_theme = "base16-ocean.dark"

base16-ocean.light

<!-- meshfox:canvas -->
# kotoprovod.gitazone.org
<!-- meshfox:node id="root" -->
 
## Локальная разработка
 
```bash name="run" deps="npm-install" service
npm run start
```
 
| Поле | Назначение |
|---|---|
| status | catalog-new # см. значения ниже
[tui]
editor_theme = "base16-ocean.light"