blob: 77272af2c0579c5536d928b682ee64ec92a2f83e [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import "ios/chrome/browser/ui/toolbar/clean/toolbar_constants.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
#endif
const CGFloat kToolbarBackgroundColor = 0xF2F2F2;
const CGFloat kIncognitoToolbarBackgroundColor = 0x505050;
const CGFloat kVerticalMargin = 7.0f;
const CGFloat kHorizontalMargin = 1.0f;
const CGFloat kStackViewSpacing = 2.0f;
const CGFloat kLocationBarBorderWidth = 1.0f;
const CGFloat kLocationBarBorderColor = 0xD0D0D0;
const CGFloat kLocationBarShadowRadius = 0.0f;
const CGFloat kLocationBarShadowOpacity = 0.2f;
const CGFloat kIcongnitoLocationBackgroundColor = 0x737373;
const CGFloat kProgressBarHeight = 2.0f;
const CGFloat kToolbarButtonWidth = 42.0f;
const CGFloat kToolbarButtonTitleNormalColor = 0x555555;
const CGFloat kIncognitoLocationBarBorderColor = 0x4C4C4C;
const CGFloat kToolbarButtonTitleHighlightedColor = 0x4285F4;
const CGFloat kIncognitoToolbarButtonTitleNormalColor = 0xEEEEEE;
const CGFloat kIncognitoToolbarButtonTitleHighlightedColor = 0x888a8c;
const NSInteger kShowTabStripButtonMaxTabCount = 99;