Skip to content

Commit

Permalink
Rebrand: orange color theme
Browse files Browse the repository at this point in the history
  • Loading branch information
shesek committed Aug 27, 2017
1 parent 4949d33 commit c98860f
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 13 deletions.
24 changes: 18 additions & 6 deletions app-template/cobit/sass/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,36 @@
*/

/* Colors */
$v-primary-color: #192c3a;
$v-secondary-color: #31465b;
$v-primary-color: #e95420;
$v-secondary-color: lighten($v-primary-color, 10%);
$v-accent-color: #1abb9b;

$v-text-primary-color: #192c3a;
$v-text-primary-color: darken($v-primary-color, 10%);
$v-text-secondary-color: #c2c9d1;
$v-text-accent-color: #1abb9b;

$v-success-color: #1abb9b;
$v-warning-color: #bb331a;
$v-warning-color: #EFB73E;

$v-icon-color: $v-primary-color;
$v-button-primary-bg: $v-primary-color;

#onboarding-collect-email {
background-color: $v-primary-color !important;
}

#tab-home .icon-create-wallet {
background-color: #f38f12; // default wallet color
}


/* Theme */
$v-default-wallet-color-index: 6;
$v-default-wallet-color-index: 1;
$v-top-tabs-color: $v-accent-color;
$v-wallet-backup-phrase-color: $v-text-primary-color;
$v-wallet-backup-select-phrase-color: $v-secondary-color;
$v-wallet-backup-select-word-bg: $v-accent-color;
$v-wallet-backup-select-word-color: $v-text-primary-color;
$v-wallet-backup-select-word-color: $v-secondary-color;
$v-wallet-backup-select-word-disabled-color: $v-accent-color;
$v-tou-bg: $v-secondary-color;
$v-tou-color: $v-text-secondary-color;
Expand Down
Binary file modified resources/cobit/android/app-store/feature-graphic-1024.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/android/app-store/icon-512x512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/android/icon/drawable-hdpi-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/android/icon/drawable-ldpi-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/android/icon/drawable-mdpi-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/android/icon/drawable-xhdpi-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/android/icon/drawable-xxhdpi-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/android/icon/drawable-xxxhdpi-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/android/splash/drawable-land-hdpi-screen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/android/splash/drawable-land-ldpi-screen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/android/splash/drawable-land-mdpi-screen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/android/splash/drawable-land-xhdpi-screen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/android/splash/drawable-land-xxhdpi-screen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/android/splash/drawable-land-xxxhdpi-screen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/android/splash/drawable-port-hdpi-screen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/android/splash/drawable-port-ldpi-screen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/android/splash/drawable-port-mdpi-screen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/android/splash/drawable-port-xhdpi-screen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/android/splash/drawable-port-xxhdpi-screen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/android/splash/drawable-port-xxxhdpi-screen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/cobit/linux/512x512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/js/controllers/walletDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
$scope.$on("$ionicView.afterLeave", function(event, data) {

if ($window.StatusBar) {
var statusBarColor = appConfigService.name == 'copay' ? '#192c3a' : '#1e3186';
var statusBarColor = '#e95420'
$window.StatusBar.backgroundColorByHexString(statusBarColor);
}
});
Expand All @@ -397,7 +397,7 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
function setAndroidStatusBarColor() {
var SUBTRACT_AMOUNT = 15;
var walletColor;
if (!$scope.wallet.color) walletColor = appConfigService.name == 'copay' ? '#019477' : '#4a90e2';
if (!$scope.wallet.color) walletColor = '#f38f12'
else walletColor = $scope.wallet.color;
var rgb = hexToRgb(walletColor);
var keys = Object.keys(rgb);
Expand Down
10 changes: 5 additions & 5 deletions src/sass/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ $v-bitcoin-icon: url('../img/icon-bitcoin.sv
$v-button-primary-bg: $v-accent-color !default;
$v-button-primary-color: #ffffff !default;
$v-button-primary-border: transparent !default;
$v-button-primary-active-bg: darken($v-accent-color, 10%) !default;
$v-button-primary-active-bg: darken($v-button-primary-bg, 10%) !default;
$v-button-primary-active-border: transparent !default;
$v-button-primary-clear-bg: none !default;
$v-button-primary-clear-color: $v-accent-color !default;
$v-button-primary-clear-color: $v-button-primary-bg !default;
$v-button-primary-outline-bg: transparent !default;
$v-button-primary-outline-border: $v-accent-color !default;
$v-button-primary-outline-color: $v-accent-color !default;
$v-button-primary-outline-active-bg: $v-accent-color !default;
$v-button-primary-outline-border: $v-button-primary-bg !default;
$v-button-primary-outline-color: $v-button-primary-bg !default;
$v-button-primary-outline-active-bg: $v-button-primary-bg !default;
$v-button-primary-outline-active-color: #ffffff !default;

$v-button-secondary-bg: $v-subtle-gray !default;
Expand Down

0 comments on commit c98860f

Please sign in to comment.