mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
[ENG-631] TopBar improvements & misc fixes (#837)
* fix things * added back/forward buttons to settings * split top bar context into left and right * hook up path * fix background jobs hidden from job manager * core * fix type + quick preview transition * fix selected item color contrast * fix close button on quick preview * clean up job ui for light theme * Improve media view overscan --------- Co-authored-by: Brendan Allan <brendonovich@outlook.com>
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
--color-app-button: var(--dark-hue), 15%, 23%;
|
||||
--color-app-hover: var(--dark-hue), 15%, 25%;
|
||||
--color-app-selected: var(--dark-hue), 15%, 26%;
|
||||
--color-app-selected-item: var(--dark-hue), 15%, 18%;
|
||||
--color-app-active: var(--dark-hue), 15%, 30%;
|
||||
--color-app-shade: var(--dark-hue), 15%, 0%;
|
||||
--color-app-frame: var(--dark-hue), 15%, 25%;
|
||||
@@ -71,7 +72,7 @@
|
||||
// main
|
||||
--color-app: var(--light-hue), 5%, 100%;
|
||||
--color-app-box: var(--light-hue), 5%, 98%;
|
||||
--color-app-dark-box: var(--light-hue), 5%, 93%;
|
||||
--color-app-dark-box: var(--light-hue), 5%, 97%;
|
||||
--color-app-light-box: var(--light-hue), 5%, 100%;
|
||||
--color-app-overlay: var(--light-hue), 5%, 100%;
|
||||
--color-app-input: var(--light-hue), 5%, 100%;
|
||||
@@ -80,6 +81,7 @@
|
||||
--color-app-button: var(--light-hue), 5%, 100%;
|
||||
--color-app-divider: var(--light-hue), 5%, 80%;
|
||||
--color-app-selected: var(--light-hue), 5%, 93%;
|
||||
--color-app-selected-item: var(--light-hue), 5%, 96%;
|
||||
--color-app-hover: var(--light-hue), 5%, 97%;
|
||||
--color-app-active: var(--light-hue), 5%, 87%;
|
||||
--color-app-shade: var(--light-hue), 15%, 50%;
|
||||
|
||||
@@ -73,6 +73,7 @@ module.exports = function (app, options) {
|
||||
divider: alpha('--color-app-divider'),
|
||||
button: alpha('--color-app-button'),
|
||||
selected: alpha('--color-app-selected'),
|
||||
selectedItem: alpha('--color-app-selected-item'),
|
||||
hover: alpha('--color-app-hover'),
|
||||
active: alpha('--color-app-active'),
|
||||
shade: alpha('--color-app-shade'),
|
||||
|
||||
Reference in New Issue
Block a user