<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2014 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<resources>
<!-- URL Emphasizer colors -->
<color name="url_emphasis_non_emphasized_text">@color/default_text_color_secondary_dark</color>
<color name="url_emphasis_light_non_emphasized_text">@color/white_alpha_50</color>
<color name="url_emphasis_emphasized_text">@color/default_text_color_dark</color>
<color name="url_emphasis_light_emphasized_text">@android:color/white</color>
</resources>