summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/autofill/password_generation_popup_view.cc
blob: 0d2d80d304beea556bdd1583831cd6a45dda9eea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright 2014 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.

#include "chrome/browser/ui/autofill/password_generation_popup_view.h"

namespace autofill {

const SkColor PasswordGenerationPopupView::kPasswordTextColor =
    SkColorSetRGB(0x33, 0x33, 0x33);
const SkColor PasswordGenerationPopupView::kExplanatoryTextBackgroundColor =
    SkColorSetRGB(0xF5, 0xF5, 0xF5);
const SkColor PasswordGenerationPopupView::kExplanatoryTextColor =
    SkColorSetRGB(0x66, 0x66, 0x66);
const SkColor PasswordGenerationPopupView::kDividerColor =
    SkColorSetRGB(0xE9, 0xE9, 0xE9);

}  // namespace autofill