Skip to content

Instantly share code, notes, and snippets.

@fwfurtado
Last active February 21, 2017 18:39
Show Gist options
  • Save fwfurtado/003210483bf562273bce940dbf0a1ebb to your computer and use it in GitHub Desktop.
Save fwfurtado/003210483bf562273bce940dbf0a1ebb to your computer and use it in GitHub Desktop.
Temas PrimeFaces
temas = new TreeMap<>();
temas.put("Afterdark", "afterdark");
temas.put("Afternoon", "afternoon");
temas.put("Afterwork", "afterwork");
temas.put("Aristo", "aristo");
temas.put("Black-Tie", "black-tie");
temas.put("Blitzer", "blitzer");
temas.put("Bluesky", "bluesky");
temas.put("Bootstrap", "bootstrap");
temas.put("Casablanca", "casablanca");
temas.put("Cupertino", "cupertino");
temas.put("Cruze", "cruze");
temas.put("Dark-Hive", "dark-hive");
temas.put("Dot-Luv", "dot-luv");
temas.put("Eggplant", "eggplant");
temas.put("Excite-Bike", "excite-bike");
temas.put("Flick", "flick");
temas.put("Glass-X", "glass-x");
temas.put("Hot-Sneaks", "hot-sneaks");
temas.put("Home", "home");
temas.put("Humanity", "humanity");
temas.put("Le-Frog", "le-frog");
temas.put("Midnight", "midnight");
temas.put("Mint-Choc", "mint-choc");
temas.put("Overcast", "overcast");
temas.put("Pepper-Grinder", "pepper-grinder");
temas.put("Redmond", "redmond");
temas.put("Rocket", "rocket");
temas.put("Sam", "sam");
temas.put("Smoothness", "smoothness");
temas.put("South-Street", "south-street");
temas.put("Start", "start");
temas.put("Sunny", "sunny");
temas.put("Swanky-Purse", "swanky-purse");
temas.put("Trontastic", "trontastic");
temas.put("UI-Darkness", "ui-darkness");
temas.put("UI-Lightness", "ui-lightness");
temas.put("Vader", "vader");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment