Update docs

This commit is contained in:
mkpaz 2022-09-13 15:08:19 +04:00
parent 4bfa40e844
commit 592b5ffe77
10 changed files with 69 additions and 22 deletions

@ -2,6 +2,10 @@
## [Unreleased]
### Improvements
- `Hyperlink`, `TextField`, `TextArea` and `ProgressBar` can now be styled via looked-up color variables.
## [0.1]
Initial release.

@ -0,0 +1 @@
<link rel="shortcut icon" type="image/png" href="{{ site.baseurl }}/{% link assets/images/favicon.png %}">

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

@ -5,19 +5,19 @@ parent: Controls
## Looked-up colors
- `-color-dp-bg`
- `-color-dp-border`
- `-color-dp-month-year-bg`
- `-color-dp-month-year-fg`
- `-color-dp-day-bg`
- `-color-dp-day-bg-hover`
- `-color-dp-day-bg-selected`
- `-color-dp-day-fg`
- `-color-dp-day-fg-hover`
- `-color-dp-day-fg-selected`
- `-color-dp-week-bg`
- `-color-dp-week-fg`
- `-color-dp-today-bg`
- `-color-dp-today-fg`
- `-color-dp-other-month-fg`
- `-color-dp-chrono-fg`
- `-color-date-bg`
- `-color-date-border`
- `-color-date-month-year-bg`
- `-color-date-month-year-fg`
- `-color-date-day-bg`
- `-color-date-day-bg-hover`
- `-color-date-day-bg-selected`
- `-color-date-day-fg`
- `-color-date-day-fg-hover`
- `-color-date-day-fg-selected`
- `-color-date-week-bg`
- `-color-date-week-fg`
- `-color-date-today-bg`
- `-color-date-today-fg`
- `-color-date-other-month-fg`
- `-color-date-chrono-fg`

@ -0,0 +1,10 @@
---
title: Hyperlink
parent: Controls
---
## Looked-up colors
- `-color-link-fg`
- `-color-link-fg-visited`
- `-color-link-fg-armed`

@ -0,0 +1,9 @@
---
title: ProgressBar
parent: Controls
---
## Looked-up colors
- `-color-progress-bar-track`
- `-color-progress-bar-fill`

@ -5,7 +5,7 @@ parent: Controls
## Looked-up colors
- `-color-divider`
- `-color-divider-pressed`
- `-color-grabber`
- `-color-grabber-pressed`
- `-color-split-divider`
- `-color-split-divider-pressed`
- `-color-split-grabber`
- `-color-split-grabber-pressed`

@ -0,0 +1,14 @@
---
title: Text Inputs
parent: Controls
---
## Looked-up colors
- `-color-input-bg`
- `-color-input-fg`
- `-color-input-border`
- `-color-input-bg-focused`
- `-color-input-border-focused`
- `-color-input-bg-highlight`
- `-color-input-fg-highlight`

@ -0,0 +1,9 @@
---
title: TogglesButton
parent: Controls
---
## Looked-up colors
- `-color-button-bg-selected`
- `-color-button-fg-selected`

@ -9,9 +9,9 @@ This file belongs to the `ListView`, `TreeView`, `TableView` and `TreeTableView`
- `-color-cell-bg`
- `-color-cell-fg`
- `-color-cell-border`
- `-color-cell-bg-odd`
- `-color-cell-bg-selected`
- `-color-cell-fg-selected`
- `-color-cell-bg-odd`
- `-color-cell-border`
- `-color-header-bg`
- `-color-header-fg`