More docs.

This commit is contained in:
Lea Anthony
2023-09-05 18:26:10 +10:00
parent eb2ad258ed
commit 5833f0f109
7 changed files with 71 additions and 17 deletions
+10 -11
View File
@@ -1,6 +1,6 @@
# Status
Status of features in v3.
Status of features in v3.
!!! note
@@ -11,7 +11,6 @@ Status of features in v3.
- Linux is not yet up to feature parity with Windows/Mac
## Application
Application interface methods
@@ -349,19 +348,19 @@ TODO:
## Windows Specific
- [ ] Translucency
- [x] Translucency
- [x] Custom Themes
### Windows Options
| Feature | Default | Notes |
|-----------------------------------|---------|---------------------------------------------|
| BackdropType | | |
| DisableIcon | | |
| Theme | | |
| CustomTheme | | |
| DisableFramelessWindowDecorations | | |
| WindowMask | nil | Makes the window the contents of the bitmap |
| Feature | Default | Notes |
|-----------------------------------|---------------|---------------------------------------------|
| BackdropType | Solid | |
| DisableIcon | false | |
| Theme | SystemDefault | |
| CustomTheme | nil | |
| DisableFramelessWindowDecorations | false | |
| WindowMask | nil | Makes the window the contents of the bitmap |
## Linux Specific
+6 -2
View File
@@ -7,7 +7,7 @@
--md-primary-fg-color: #2a2a2a;
--md-default-bg-color: #191919;
--md-footer-bg-color--dark: #2a2a2a;
--md-default-fg-color: #cccccc;
--md-default-fg-color: #e0e0e0;
}
.md-header__button.md-logo img, .md-header__button.md-logo svg {
@@ -15,4 +15,8 @@
display: block;
height: 2rem;
width: auto;
}
}
.md-typeset {
font-weight: 100;
}