docs: update list of colors in theme-engine docs

This commit is contained in:
Abdullah Atta
2023-09-05 11:29:07 +05:00
committed by Abdullah Atta
parent 59f6b5e411
commit 07453834b0

View File

@@ -120,20 +120,19 @@ Currently, Notesnook has 5 variants:
Each variant further contains a total of 12 Colors:
| Color | Description | Transparent |
| --------------- | ------------------------------------------------------------------------------------------------------------------ | ----------- |
| `accent` | Color used to make something stand out (like the primary button in dialogs). Can be both background or foreground. | ❌ |
| `shade` | Color used as a background to show prominence. | |
| `background` | Background color of elements | ❌ |
| `paragraph` | Color of paragraphs and other text | ❌ |
| `heading` | Color of headings & titles | ❌ |
| `backdrop` | The color of the overlay shown behind dialogs & modals | ✅ |
| `textSelection` | The text color of selected text | ✅ |
| `hover` | Background color when hovering over elements (that support it) | |
| `border` | Border color | ❌ |
| `separator` | Color of the separator line between items | ❌ |
| `placeholder` | Color of the placeholder in input fields | ❌ |
| `icon` | Color of icons | ❌ |
| Color | Description | Transparent |
| ------------------ | ------------------------------------------------------------------------------------------------------------------ | ----------- |
| `accent` | Color used to make something stand out (like the primary button in dialogs). Can be both background or foreground. | ❌ |
| `accentForeground` | Color for icons & text on accent background | |
| `background` | Background color of elements | ❌ |
| `paragraph` | Color of paragraphs and other text | ❌ |
| `heading` | Color of headings & titles | ❌ |
| `backdrop` | The color of the overlay shown behind dialogs & modals | ✅ |
| `hover` | Background color when hovering over elements (that support it) | ✅ |
| `border` | Border color | |
| `separator` | Color of the separator line between items | ❌ |
| `placeholder` | Color of the placeholder in input fields | ❌ |
| `icon` | Color of icons | ❌ |
### Theme Metadata