Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong dark mode colors in classic o2 #109

Merged
merged 2 commits into from
Apr 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Mistica/Source/Colors/O2ClassicColorPalette.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct O2ClassicColors: Colors {
let borderLight = O2ClassicColorPalette.grey1 | O2ClassicColorPalette.darkModeBlack
let border = O2ClassicColorPalette.grey3 | O2ClassicColorPalette.darkModeGrey
let borderDark = O2ClassicColorPalette.grey5 | O2ClassicColorPalette.grey5
let borderSelected = O2ClassicColorPalette.o2Gem | O2ClassicColorPalette.o2SkyBlue
let borderSelected = O2ClassicColorPalette.o2Gem | O2ClassicColorPalette.o2Gem

// BUTTONS
let buttonDangerBackground = O2ClassicColorPalette.pepper
Expand Down Expand Up @@ -74,12 +74,12 @@ struct O2ClassicColors: Colors {

// CONTROLS
let control = O2ClassicColorPalette.grey3 | O2ClassicColorPalette.darkModeGrey6
let controlActivated = O2ClassicColorPalette.o2Gem | O2ClassicColorPalette.o2SkyBlue
let controlActivated = O2ClassicColorPalette.o2Gem | O2ClassicColorPalette.o2Gem
let controlError = O2ClassicColorPalette.pepper
let loadingBar = O2ClassicColorPalette.o2Gem | O2ClassicColorPalette.o2SkyBlue
let loadingBar = O2ClassicColorPalette.o2Gem | O2ClassicColorPalette.o2Gem
let loadingBarBackground = O2ClassicColorPalette.o2GemLight30 | O2ClassicColorPalette.white.withAlphaComponent(0.05)
let loadingBarBackgroundInverse = O2ClassicColorPalette.o2GemLight30 | O2ClassicColorPalette.darkModeGrey // deprecated soon
let loadingBarInverse = O2ClassicColorPalette.o2Gem | O2ClassicColorPalette.o2SkyBlue // deprecated soon
let loadingBarInverse = O2ClassicColorPalette.o2Gem | O2ClassicColorPalette.o2Gem // deprecated soon

// DIVIDERS
let divider = O2ClassicColorPalette.grey2 | O2ClassicColorPalette.white.withAlphaComponent(0.05)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.