| ... | ... | @@ -10,8 +10,8 @@ Before merging them into generic colors in the final VLCColors file. |
|
|
|
| color | light | dark |
|
|
|
|
| ---------- | --------- | --------- |
|
|
|
|
| accent | `#ff610a` | `#ff8800` |
|
|
|
|
| hoverGrid | `#e5e5e5` | `#303030` |
|
|
|
|
| hoverList | `#e9e9e9` | `#272727` |
|
|
|
|
| gridHover | `#e5e5e5` | `#303030` |
|
|
|
|
| listHover | `#e9e9e9` | `#272727` |
|
|
|
|
| hoverTab | `#f2f2f2` | `#303030` |
|
|
|
|
| playlist | `#666666` | `#a6a6a6` |
|
|
|
|
| highlight | `black` | `white` |
|
| ... | ... | @@ -22,6 +22,8 @@ Before merging them into generic colors in the final VLCColors file. |
|
|
|
| playA | `#f89a06` | `#f89a06` |
|
|
|
|
| playB | `#e25a01` | `#e25a01` |
|
|
|
|
| action | `#e65609` | `#e67a00` |
|
|
|
|
| menuHover | `#303030` | `#303030` |
|
|
|
|
| menuSelect | `#2a2a2a` | `#2a2a2a` |
|
|
|
|
|
|
|
|
## VideoGrid item
|
|
|
|
|
| ... | ... | @@ -29,8 +31,8 @@ Before merging them into generic colors in the final VLCColors file. |
|
|
|
- GridItem.qml
|
|
|
|
|
|
|
|
| state | color | light | dark |
|
|
|
|
| --------- | ----------- | --------- | --------- |
|
|
|
|
| hover | `hoverGrid` | `#e5e5e5` | `#303030` |
|
|
|
|
| --------- | ------------ | --------- | --------- |
|
|
|
|
| hover | `gridHover` | `#e5e5e5` | `#303030` |
|
|
|
|
| border | `accent` | `#ff610a` | `#ff8800` |
|
|
|
|
|
|
|
|
## VideoList item
|
| ... | ... | @@ -39,8 +41,8 @@ Before merging them into generic colors in the final VLCColors file. |
|
|
|
- TableViewDelegate.qml
|
|
|
|
|
|
|
|
| state | color | light | dark |
|
|
|
|
| --------- | ----------- | --------- | --------- |
|
|
|
|
| hover | `hoverList` | `#e9e9e9` | `#272727` |
|
|
|
|
| --------- | ------------ | --------- | --------- |
|
|
|
|
| hover | `listHover` | `#e9e9e9` | `#272727` |
|
|
|
|
|
|
|
|
## TabBar button
|
|
|
|
|
| ... | ... | @@ -48,7 +50,7 @@ Before merging them into generic colors in the final VLCColors file. |
|
|
|
- TabButtonExt.qml
|
|
|
|
|
|
|
|
| state | color | light | dark |
|
|
|
|
| --------- | ----------- | --------- | --------- |
|
|
|
|
| --------- | ------------ | --------- | --------- |
|
|
|
|
| hover | `hoverTab` | `#f2f2f2` | `#303030` |
|
|
|
|
| border | `accent` | `#ff610a` | `#ff8800` |
|
|
|
|
|
| ... | ... | @@ -58,15 +60,15 @@ Before merging them into generic colors in the final VLCColors file. |
|
|
|
- PlaylistDelegate.qml
|
|
|
|
|
|
|
|
| state | color | light | dark |
|
|
|
|
| --------- | ----------- | --------- | --------- |
|
|
|
|
| hover | `hoverList` | `#e9e9e9` | `#272727` |
|
|
|
|
| --------- | ------------ | --------- | --------- |
|
|
|
|
| hover | `listHover` | `#e9e9e9` | `#272727` |
|
|
|
|
|
|
|
|
## Playlist button
|
|
|
|
|
|
|
|
- https://app.zeplin.io/project/5e271dc7628e287e59163571/screen/60869b63084a7012b374e2c1
|
|
|
|
|
|
|
|
| state | color | light | dark |
|
|
|
|
| --------- | ----------- | --------- | --------- |
|
|
|
|
| --------- | ------------ | --------- | --------- |
|
|
|
|
| default | `playlist` | `#666666` | `#a6a6a6` |
|
|
|
|
| hover | `highlight` | `black` | `white` |
|
|
|
|
| active | `accent` | `#ff610a` | `#ff8800` |
|
| ... | ... | @@ -119,6 +121,23 @@ Before merging them into generic colors in the final VLCColors file. |
|
|
|
| default | `???????` | `???????` | `???????` |
|
|
|
|
| hover | `highlight` | `black` | `white` |
|
|
|
|
|
|
|
|
## Dropdown
|
|
|
|
|
|
|
|
- https://app.zeplin.io/project/5e271dc7628e287e59163571/screen/6093af207e708132075e799e
|
|
|
|
|
|
|
|
| state | color | light | dark |
|
|
|
|
| --------- | ------------ | --------- | --------- |
|
|
|
|
| hover | `listHover` | `#e9e9e9` | `#272727` |
|
|
|
|
|
|
|
|
## Track menu
|
|
|
|
|
|
|
|
- https://app.zeplin.io/project/5e271dc7628e287e59163571/screen/6093af20763f0608f007031d
|
|
|
|
|
|
|
|
| state | color | light | dark |
|
|
|
|
| --------- | ------------ | --------- | --------- |
|
|
|
|
| hover | `menuHover` | `#303030` | `#303030` |
|
|
|
|
| select | `menuSelect` | `#2a2a2a` | `#2a2a2a` |
|
|
|
|
|
|
|
|
## Author
|
|
|
|
|
|
|
|
Benjamin Arnaud | <bunjee@omega.gg> |