| ... | ... | @@ -5,12 +5,14 @@ It sits between the Zeplin high level recommandations and the VLCColors source f |
|
|
|
The idea is to have a complete listing of the components and their colors / opacity and try to harmonize them.
|
|
|
|
Before merging them into generic colors in the final VLCColors file.
|
|
|
|
|
|
|
|
## Global
|
|
|
|
## Palette
|
|
|
|
|
|
|
|
| color | light | dark |
|
|
|
|
| --------- | --------- | --------- |
|
|
|
|
| accent | `#ff610a` | `#ff8800` |
|
|
|
|
| hoverGrid | `#e5e5e5` | `#303030` |
|
|
|
|
| hoverList | `#e9e9e9` | `#272727` |
|
|
|
|
| hoverTab | `#f2f2f2` | `#303030` |
|
|
|
|
|
|
|
|
## VideoGrid item
|
|
|
|
|
| ... | ... | @@ -27,28 +29,28 @@ Before merging them into generic colors in the final VLCColors file. |
|
|
|
- https://app.zeplin.io/project/5e271dc7628e287e59163571/screen/60869b5d7e303110e3168d19
|
|
|
|
- TableViewDelegate.qml
|
|
|
|
|
|
|
|
| color | light | dark |
|
|
|
|
| --------- | --------- | --------- |
|
|
|
|
| hover | `#e9e9e9` | `#272727` |
|
|
|
|
| state | color |
|
|
|
|
| --------- | ----------- |
|
|
|
|
| hover | `hoverList` |
|
|
|
|
|
|
|
|
## TabBar button
|
|
|
|
|
|
|
|
- https://app.zeplin.io/project/5e271dc7628e287e59163571/screen/60869b5d7ee2251628a8caa4
|
|
|
|
- TabButtonExt.qml
|
|
|
|
|
|
|
|
| color | light | dark |
|
|
|
|
| --------- | --------- | --------- |
|
|
|
|
| hover | `#f2f2f2` | `#303030` |
|
|
|
|
| border | `#ff610a` | `#ff8800` |
|
|
|
|
| state | color |
|
|
|
|
| --------- | ---------- |
|
|
|
|
| hover | `hoverTab` |
|
|
|
|
| border | `accent` |
|
|
|
|
|
|
|
|
## Playlist item
|
|
|
|
|
|
|
|
- https://app.zeplin.io/project/5e271dc7628e287e59163571/screen/60869b5ea716e3120f5e30e4
|
|
|
|
- PlaylistDelegate.qml
|
|
|
|
|
|
|
|
| color | light | dark |
|
|
|
|
| --------- | --------- | --------- |
|
|
|
|
| hover | `#e9e9e9` | `#272727` |
|
|
|
|
| state | color |
|
|
|
|
| --------- | ----------- |
|
|
|
|
| hover | `hoverList` |
|
|
|
|
|
|
|
|
## Playlist button
|
|
|
|
|
| ... | ... | |
| ... | ... | |