... | ... | @@ -12,6 +12,7 @@ into generic colors in the final VLCColors file. |
|
|
| accent | `#ff610a` | `#ff8800` |
|
|
|
| border | `#e0e0e0` | `#303030` |
|
|
|
| background | `#fafafa` | `#1e1e1e` |
|
|
|
| grid | `#272727` | `#ededed` |
|
|
|
| gridSelect | `#e5e5e5` | `#303030` |
|
|
|
| listHover | `#e9e9e9` | `#272727` |
|
|
|
| tabHover | `#f2f2f2` | `#303030` |
|
... | ... | @@ -52,6 +53,7 @@ into generic colors in the final VLCColors file. |
|
|
|
|
|
| state | color | light | dark |
|
|
|
| --------- | ------------ | --------- | --------- |
|
|
|
| default | `grid` | `#272727` | `#ededed` |
|
|
|
| select | `gridSelect` | `#e5e5e5` | `#303030` |
|
|
|
| border | `accent` | `#ff610a` | `#ff8800` |
|
|
|
|
... | ... | |