Skip to content

Instantly share code, notes, and snippets.

@jasonlemay
Last active August 29, 2015 14:22
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 jasonlemay/fc52de71d8656fb9df37 to your computer and use it in GitHub Desktop.
Save jasonlemay/fc52de71d8656fb9df37 to your computer and use it in GitHub Desktop.
/**
* -> WARNING, this is a generated file. Use GWT-Theo if you want to modify it.
*/
package com.domain.arcbeed.website.resources.theme;
public class Colors {
/* -> App colors -- */
public static final String C_PRIMARY = "#3c5bb3";
public static final String C_SECONDARY = "rgba(255, 255, 255, 0.4)";
/* -> Default colors -- */
public static final String C_BACKGROUND = "#fff";
public static final String C_TEXT = "#bdbdbd";
}
@olafleur
Copy link

olafleur commented Jun 9, 2015

arcbeed? ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment