Update docs
This commit is contained in:
parent
4bfa40e844
commit
592b5ffe77
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
- `Hyperlink`, `TextField`, `TextArea` and `ProgressBar` can now be styled via looked-up color variables.
|
||||||
|
|
||||||
## [0.1]
|
## [0.1]
|
||||||
|
|
||||||
Initial release.
|
Initial release.
|
||||||
|
1
docs/_includes/head_custom.html
Normal file
1
docs/_includes/head_custom.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<link rel="shortcut icon" type="image/png" href="{{ site.baseurl }}/{% link assets/images/favicon.png %}">
|
BIN
docs/assets/images/favicon.png
Normal file
BIN
docs/assets/images/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -5,19 +5,19 @@ parent: Controls
|
|||||||
|
|
||||||
## Looked-up colors
|
## Looked-up colors
|
||||||
|
|
||||||
- `-color-dp-bg`
|
- `-color-date-bg`
|
||||||
- `-color-dp-border`
|
- `-color-date-border`
|
||||||
- `-color-dp-month-year-bg`
|
- `-color-date-month-year-bg`
|
||||||
- `-color-dp-month-year-fg`
|
- `-color-date-month-year-fg`
|
||||||
- `-color-dp-day-bg`
|
- `-color-date-day-bg`
|
||||||
- `-color-dp-day-bg-hover`
|
- `-color-date-day-bg-hover`
|
||||||
- `-color-dp-day-bg-selected`
|
- `-color-date-day-bg-selected`
|
||||||
- `-color-dp-day-fg`
|
- `-color-date-day-fg`
|
||||||
- `-color-dp-day-fg-hover`
|
- `-color-date-day-fg-hover`
|
||||||
- `-color-dp-day-fg-selected`
|
- `-color-date-day-fg-selected`
|
||||||
- `-color-dp-week-bg`
|
- `-color-date-week-bg`
|
||||||
- `-color-dp-week-fg`
|
- `-color-date-week-fg`
|
||||||
- `-color-dp-today-bg`
|
- `-color-date-today-bg`
|
||||||
- `-color-dp-today-fg`
|
- `-color-date-today-fg`
|
||||||
- `-color-dp-other-month-fg`
|
- `-color-date-other-month-fg`
|
||||||
- `-color-dp-chrono-fg`
|
- `-color-date-chrono-fg`
|
||||||
|
10
docs/controls/hyperlink.md
Normal file
10
docs/controls/hyperlink.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
title: Hyperlink
|
||||||
|
parent: Controls
|
||||||
|
---
|
||||||
|
|
||||||
|
## Looked-up colors
|
||||||
|
|
||||||
|
- `-color-link-fg`
|
||||||
|
- `-color-link-fg-visited`
|
||||||
|
- `-color-link-fg-armed`
|
9
docs/controls/progress-bar.md
Normal file
9
docs/controls/progress-bar.md
Normal file
@ -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
|
## Looked-up colors
|
||||||
|
|
||||||
- `-color-divider`
|
- `-color-split-divider`
|
||||||
- `-color-divider-pressed`
|
- `-color-split-divider-pressed`
|
||||||
- `-color-grabber`
|
- `-color-split-grabber`
|
||||||
- `-color-grabber-pressed`
|
- `-color-split-grabber-pressed`
|
||||||
|
14
docs/controls/text-input.md
Normal file
14
docs/controls/text-input.md
Normal file
@ -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`
|
9
docs/controls/toggle-button.md
Normal file
9
docs/controls/toggle-button.md
Normal file
@ -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-bg`
|
||||||
- `-color-cell-fg`
|
- `-color-cell-fg`
|
||||||
|
- `-color-cell-border`
|
||||||
|
- `-color-cell-bg-odd`
|
||||||
- `-color-cell-bg-selected`
|
- `-color-cell-bg-selected`
|
||||||
- `-color-cell-fg-selected`
|
- `-color-cell-fg-selected`
|
||||||
- `-color-cell-bg-odd`
|
|
||||||
- `-color-cell-border`
|
|
||||||
- `-color-header-bg`
|
- `-color-header-bg`
|
||||||
- `-color-header-fg`
|
- `-color-header-fg`
|
||||||
|
Loading…
Reference in New Issue
Block a user