Skip to content

Instantly share code, notes, and snippets.

@dinigo
Created June 4, 2014 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dinigo/71183616b3a15276ca93 to your computer and use it in GitHub Desktop.
Save dinigo/71183616b3a15276ca93 to your computer and use it in GitHub Desktop.
Colores de Notecard
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--tarjetas-->
<color name="note_shadow">#ffcfc7b8</color>
<color name="note_dark_shadow">#ffada59a</color>
<color name="note_bg">#fffff7e8</color>
<color name="note_highlight">#ffffffff</color>
<color name="underline">#ffefe8d9</color>
<!--separador -->
<color name="separator">#ffe24c46</color>
<color name="separator_start">#ffe26e6c</color>
<color name="separator_end">#ffb7494e</color>
<!--actionbar-->
<color name="actionbar">#ff690734</color>
<color name="actionbar_shadow">#ff5a012f</color>
<color name="actionbar_highlight">#ff880c3b</color>
<!--fondo de la actividad-->
<color name="bg_activity">#ffe0d8ca</color>
<!--texto-->
<color name="text_color">#ff133555</color>
<color name="text_shadow">#ff837d75</color>
<color name="text_hightligh">#991b4b79</color>
<!--CROUTON-->
<!--success-->
<color name="crouton_shadow_confirm">#f7295339</color>
<color name="crouton_bg_confirm">#ff5a8565</color>
<color name="crouton_highlight_confirm">#ff9cb9a7</color>
<!--warning-->
<color name="crouton_shadow_alert">#ff6f3037</color>
<color name="crouton_bg_alert">#ffb04250</color>
<color name="crouton_highlight_alert">#ffec8996</color>
<!--info-->
<color name="crouton_shadow_info">#ff41415b</color>
<color name="crouton_bg_info">#ff838eaf</color>
<color name="crouton_highlight_info">#ffacbad5</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment