Color Theme Resource
Entries
DEFAULT
Link copied to clipboard
DEFAULT(ColorThemeBuilder.newBuilder()
.withName("Default")
.withAccentColor(ANSITileColor.BRIGHT_GREEN)
.withPrimaryForegroundColor(ANSITileColor.BRIGHT_MAGENTA)
.withSecondaryForegroundColor(ANSITileColor.BRIGHT_BLUE)
.withPrimaryBackgroundColor(ANSITileColor.BRIGHT_YELLOW)
.withSecondaryBackgroundColor(ANSITileColor.BRIGHT_RED)
.build())
Content copied to clipboard
This is a null object for color themes indicating that no theme is chosen.
HEXWORKS
Link copied to clipboard
HEXWORKS(ColorThemeBuilder.newBuilder()
.withName("Hexworks")
.withAccentColor(TileColor.fromString("#52b61d"))
.withPrimaryForegroundColor(TileColor.fromString("#b1d5d7"))
.withSecondaryForegroundColor(TileColor.fromString("#91b5b7"))
.withPrimaryBackgroundColor(TileColor.fromString("#5c335a"))
.withSecondaryBackgroundColor(TileColor.fromString("#341139"))
.build())
Content copied to clipboard
This is the theme that was made by Hexworks.
STALE_SUNSET
Link copied to clipboard
STALE_SUNSET(ColorThemeBuilder.newBuilder()
.withName("Stale Sunset")
.withAccentColor(TileColor.fromString("#ffe377"))
.withPrimaryForegroundColor(TileColor.fromString("#cdba76"))
.withSecondaryForegroundColor(TileColor.fromString("#bda576"))
.withPrimaryBackgroundColor(TileColor.fromString("#52484e"))
.withSecondaryBackgroundColor(TileColor.fromString("#292442"))
.build())
Content copied to clipboard
Taken from https://lospec.
AFTERNOON_HAZE
Link copied to clipboard
AFTERNOON_HAZE(ColorThemeBuilder.newBuilder()
.withName("Afternoon Haze")
.withAccentColor(TileColor.fromString("#b0523f"))
.withPrimaryForegroundColor(TileColor.fromString("#2f6f87"))
.withSecondaryForegroundColor(TileColor.fromString("#243a56"))
.withPrimaryBackgroundColor(TileColor.fromString("#cbbfb2"))
.withSecondaryBackgroundColor(TileColor.fromString("#0d1221"))
.build())
Content copied to clipboard
Taken from https://lospec.
WINTER_WONDERLAND
Link copied to clipboard
WINTER_WONDERLAND(ColorThemeBuilder.newBuilder()
.withName("Winter Wonderland")
.withAccentColor(TileColor.fromString("#8bcadd"))
.withPrimaryForegroundColor(TileColor.fromString("#d6e1e9"))
.withSecondaryForegroundColor(TileColor.fromString("#a7bcc9"))
.withPrimaryBackgroundColor(TileColor.fromString("#2c4a78"))
.withSecondaryBackgroundColor(TileColor.fromString("#20284e"))
.build())
Content copied to clipboard
Taken from https://lospec.
PETITE
Link copied to clipboard
PETITE(ColorThemeBuilder.newBuilder()
.withName("Petite")
.withAccentColor(TileColor.fromString("#f8f4e4"))
.withPrimaryForegroundColor(TileColor.fromString("#efd98d"))
.withSecondaryForegroundColor(TileColor.fromString("#c5af63"))
.withPrimaryBackgroundColor(TileColor.fromString("#272f3b"))
.withSecondaryBackgroundColor(TileColor.fromString("#181b22"))
.build())
Content copied to clipboard
Taken from https://lospec.
WAVERATOR
Link copied to clipboard
WAVERATOR(ColorThemeBuilder.newBuilder()
.withName("Waverator")
.withAccentColor(TileColor.fromString("#cbffd8"))
.withPrimaryForegroundColor(TileColor.fromString("#70d38b"))
.withSecondaryForegroundColor(TileColor.fromString("#53a788"))
.withPrimaryBackgroundColor(TileColor.fromString("#23313d"))
.withSecondaryBackgroundColor(TileColor.fromString("#0c0d14"))
.build())
Content copied to clipboard
Taken from https://lospec.
JUSTPARCHMENT
Link copied to clipboard
JUSTPARCHMENT(ColorThemeBuilder.newBuilder()
.withName("Justparchment")
.withAccentColor(TileColor.fromString("#524839"))
.withPrimaryForegroundColor(TileColor.fromString("#73654a"))
.withSecondaryForegroundColor(TileColor.fromString("#8b7d62"))
.withPrimaryBackgroundColor(TileColor.fromString("#e6ceac"))
.withSecondaryBackgroundColor(TileColor.fromString("#292418"))
.build())
Content copied to clipboard
Taken from https://lospec.
AMMO
Link copied to clipboard
AMMO(ColorThemeBuilder.newBuilder()
.withName("Ammo")
.withAccentColor(TileColor.fromString("#eeffcc"))
.withPrimaryForegroundColor(TileColor.fromString("#bedc7f"))
.withSecondaryForegroundColor(TileColor.fromString("#4d8061"))
.withPrimaryBackgroundColor(TileColor.fromString("#112318"))
.withSecondaryBackgroundColor(TileColor.fromString("#040c06"))
.build())
Content copied to clipboard
Taken from https://lospec.
NYX
Link copied to clipboard
NYX(ColorThemeBuilder.newBuilder()
.withName("Nyx")
.withAccentColor(TileColor.fromString("#f6d6bd"))
.withPrimaryForegroundColor(TileColor.fromString("#c3a38a"))
.withSecondaryForegroundColor(TileColor.fromString("#997577"))
.withPrimaryBackgroundColor(TileColor.fromString("#20394f"))
.withSecondaryBackgroundColor(TileColor.fromString("#0f2a3f"))
.build())
Content copied to clipboard
Taken from https://lospec.
SLSO
Link copied to clipboard
SLSO(ColorThemeBuilder.newBuilder()
.withName("SLSO")
.withAccentColor(TileColor.fromString("#ffaa5e"))
.withPrimaryForegroundColor(TileColor.fromString("#ffecd6"))
.withSecondaryForegroundColor(TileColor.fromString("#ffd4a3"))
.withPrimaryBackgroundColor(TileColor.fromString("#203c56"))
.withSecondaryBackgroundColor(TileColor.fromString("#0d2b45"))
.build())
Content copied to clipboard
Taken from https://lospec.
BEYOND_THE_SEA
Link copied to clipboard
BEYOND_THE_SEA(ColorThemeBuilder.newBuilder()
.withName("Beyond The Sea")
.withAccentColor(TileColor.fromString("#f4fff7"))
.withPrimaryForegroundColor(TileColor.fromString("#aceed1"))
.withSecondaryForegroundColor(TileColor.fromString("#6bd0b5"))
.withPrimaryBackgroundColor(TileColor.fromString("#313b55"))
.withSecondaryBackgroundColor(TileColor.fromString("#1e1a2a"))
.build())
Content copied to clipboard
Taken from https://lospec.
FOREST_GLOW
Link copied to clipboard
FOREST_GLOW(ColorThemeBuilder.newBuilder()
.withName("Forest Glow")
.withAccentColor(TileColor.fromString("#deca54"))
.withPrimaryForegroundColor(TileColor.fromString("#97933a"))
.withSecondaryForegroundColor(TileColor.fromString("#5f6d43"))
.withPrimaryBackgroundColor(TileColor.fromString("#1f2c3d"))
.withSecondaryBackgroundColor(TileColor.fromString("#00070d"))
.build())
Content copied to clipboard
Taken from https://lospec.
CHERRY_BEAR
Link copied to clipboard
CHERRY_BEAR(ColorThemeBuilder.newBuilder()
.withName("Cherry Bear")
.withAccentColor(TileColor.fromString("#fbb396"))
.withPrimaryForegroundColor(TileColor.fromString("#bc6a6a"))
.withSecondaryForegroundColor(TileColor.fromString("#a35454"))
.withPrimaryBackgroundColor(TileColor.fromString("#472a36"))
.withSecondaryBackgroundColor(TileColor.fromString("#0d0c11"))
.build())
Content copied to clipboard
Taken from https://lospec.
SUPERNOVA
Link copied to clipboard
SUPERNOVA(ColorThemeBuilder.newBuilder()
.withName("Supernova")
.withAccentColor(TileColor.fromString("#ffce9c"))
.withPrimaryForegroundColor(TileColor.fromString("#cf7862"))
.withSecondaryForegroundColor(TileColor.fromString("#a75252"))
.withPrimaryBackgroundColor(TileColor.fromString("#3d203b"))
.withSecondaryBackgroundColor(TileColor.fromString("#1a080e"))
.build())
Content copied to clipboard
Taken from https://lospec.
RUST
Link copied to clipboard
RUST(ColorThemeBuilder.newBuilder()
.withName("Rust")
.withAccentColor(TileColor.fromString("#ffe2c6"))
.withPrimaryForegroundColor(TileColor.fromString("#f0bb9c"))
.withSecondaryForegroundColor(TileColor.fromString("#e18866"))
.withPrimaryBackgroundColor(TileColor.fromString("#712f30"))
.withSecondaryBackgroundColor(TileColor.fromString("#230000"))
.build())
Content copied to clipboard
Taken from https://lospec.
CURSED_TURKEY
Link copied to clipboard
CURSED_TURKEY(ColorThemeBuilder.newBuilder()
.withName("Cursed Turkey")
.withAccentColor(TileColor.fromString("#d7ac64"))
.withPrimaryForegroundColor(TileColor.fromString("#df8c00"))
.withSecondaryForegroundColor(TileColor.fromString("#db7209"))
.withPrimaryBackgroundColor(TileColor.fromString("#b32a12"))
.withSecondaryBackgroundColor(TileColor.fromString("#1e110c"))
.build())
Content copied to clipboard
Taken from https://lospec.
MOLTEN
Link copied to clipboard
MOLTEN(ColorThemeBuilder.newBuilder()
.withName("Molten")
.withAccentColor(TileColor.fromString("#fd724e"))
.withPrimaryForegroundColor(TileColor.fromString("#a02f40"))
.withSecondaryForegroundColor(TileColor.fromString("#5f2f45"))
.withPrimaryBackgroundColor(TileColor.fromString("#261b2e"))
.withSecondaryBackgroundColor(TileColor.fromString("#201727"))
.build())
Content copied to clipboard
Taken from https://lospec.
STORMY_RED
Link copied to clipboard
STORMY_RED(ColorThemeBuilder.newBuilder()
.withName("Stormy Red")
.withAccentColor(TileColor.fromString("#a95a3f"))
.withPrimaryForegroundColor(TileColor.fromString("#f8eebf"))
.withSecondaryForegroundColor(TileColor.fromString("#edbb70"))
.withPrimaryBackgroundColor(TileColor.fromString("#3a5043"))
.withSecondaryBackgroundColor(TileColor.fromString("#242828"))
.build())
Content copied to clipboard
Taken from https://lospec.
STORMY_GREEN
Link copied to clipboard
STORMY_GREEN(ColorThemeBuilder.newBuilder()
.withName("Stormy Green")
.withAccentColor(TileColor.fromString("#7f9860"))
.withPrimaryForegroundColor(TileColor.fromString("#f8eebf"))
.withSecondaryForegroundColor(TileColor.fromString("#edbb70"))
.withPrimaryBackgroundColor(TileColor.fromString("#3a5043"))
.withSecondaryBackgroundColor(TileColor.fromString("#242828"))
.build())
Content copied to clipboard
Taken from https://lospec.
OIL
Link copied to clipboard
OIL(ColorThemeBuilder.newBuilder()
.withName("Oil")
.withAccentColor(TileColor.fromString("#c69fa5"))
.withPrimaryForegroundColor(TileColor.fromString("#fbf5ef"))
.withSecondaryForegroundColor(TileColor.fromString("#f2d3ab"))
.withPrimaryBackgroundColor(TileColor.fromString("#494d7e"))
.withSecondaryBackgroundColor(TileColor.fromString("#272744"))
.build())
Content copied to clipboard
Taken from https://lospec.
NATURES_ATMOSPHERE
Link copied to clipboard
NATURES_ATMOSPHERE(ColorThemeBuilder.newBuilder()
.withName("Nature's Atmosphere")
.withAccentColor(TileColor.fromString("#a6a220"))
.withPrimaryForegroundColor(TileColor.fromString("#efbe8e"))
.withSecondaryForegroundColor(TileColor.fromString("#a6d3ff"))
.withPrimaryBackgroundColor(TileColor.fromString("#45619e"))
.withSecondaryBackgroundColor(TileColor.fromString("#040404"))
.build())
Content copied to clipboard
Taken from https://lospec.
INFINITE_IKEA
Link copied to clipboard
INFINITE_IKEA(ColorThemeBuilder.newBuilder()
.withName("Infinite IKEA")
.withAccentColor(TileColor.fromString("#f6d76b"))
.withPrimaryForegroundColor(TileColor.fromString("#f6f0f7"))
.withSecondaryForegroundColor(TileColor.fromString("#45a9ff"))
.withPrimaryBackgroundColor(TileColor.fromString("#104a7d"))
.withSecondaryBackgroundColor(TileColor.fromString("#12223c"))
.build())
Content copied to clipboard
Taken from https://lospec.
FIRE_WEEDS
Link copied to clipboard
FIRE_WEEDS(ColorThemeBuilder.newBuilder()
.withName("Fire Weeds")
.withAccentColor(TileColor.fromString("#e2d6fe"))
.withPrimaryForegroundColor(TileColor.fromString("#fea631"))
.withSecondaryForegroundColor(TileColor.fromString("#e5371b"))
.withPrimaryBackgroundColor(TileColor.fromString("#630f19"))
.withSecondaryBackgroundColor(TileColor.fromString("#060013"))
.build())
Content copied to clipboard
Taken from https://lospec.
POLA
Link copied to clipboard
POLA(ColorThemeBuilder.newBuilder()
.withName("Pola")
.withAccentColor(TileColor.fromString("#ebf9ff"))
.withPrimaryForegroundColor(TileColor.fromString("#acd6f6"))
.withSecondaryForegroundColor(TileColor.fromString("#52a5de"))
.withPrimaryBackgroundColor(TileColor.fromString("#18284a"))
.withSecondaryBackgroundColor(TileColor.fromString("#070810"))
.build())
Content copied to clipboard
Taken from https://lospec.
SPANISH_SUNSET
Link copied to clipboard
SPANISH_SUNSET(ColorThemeBuilder.newBuilder()
.withName("Spanish Sunset")
.withAccentColor(TileColor.fromString("#fd724e"))
.withPrimaryForegroundColor(TileColor.fromString("#f5ddbc"))
.withSecondaryForegroundColor(TileColor.fromString("#fabb64"))
.withPrimaryBackgroundColor(TileColor.fromString("#a02f40"))
.withSecondaryBackgroundColor(TileColor.fromString("#5f2f45"))
.build())
Content copied to clipboard
Taken from https://lospec.
DISCORD
Link copied to clipboard
DISCORD(ColorThemeBuilder.newBuilder()
.withName("Discord")
.withAccentColor(TileColor.fromString("#7289da"))
.withPrimaryForegroundColor(TileColor.fromString("#ffffff"))
.withSecondaryForegroundColor(TileColor.fromString("#99aab5"))
.withPrimaryBackgroundColor(TileColor.fromString("#2c2f33"))
.withSecondaryBackgroundColor(TileColor.fromString("#23272a"))
.build())
Content copied to clipboard
Taken from https://lospec.
AFTER_DARK
Link copied to clipboard
AFTER_DARK(ColorThemeBuilder.newBuilder()
.withName("After Dark")
.withAccentColor(TileColor.fromString("#bb9a67"))
.withPrimaryForegroundColor(TileColor.fromString("#a07c43"))
.withSecondaryForegroundColor(TileColor.fromString("#776131"))
.withPrimaryBackgroundColor(TileColor.fromString("#272b29"))
.withSecondaryBackgroundColor(TileColor.fromString("#161c20"))
.build())
Content copied to clipboard
Taken from https://lospec.
ADRIFT_IN_DREAMS
Link copied to clipboard
ADRIFT_IN_DREAMS(ColorThemeBuilder.newBuilder()
.withName("Adrift In Dreams")
.withAccentColor(TileColor.fromString("#CFF09E"))
.withPrimaryForegroundColor(TileColor.fromString("#A8DBA8"))
.withSecondaryForegroundColor(TileColor.fromString("#79BD9A"))
.withPrimaryBackgroundColor(TileColor.fromString("#3B8686"))
.withSecondaryBackgroundColor(TileColor.fromString("#0B486B"))
.build())
Content copied to clipboard
Taken from http://www.colourlovers.
LET_THEM_EAT_CAKE
Link copied to clipboard
LET_THEM_EAT_CAKE(ColorThemeBuilder.newBuilder()
.withName("Let Them Eat Cake")
.withAccentColor(TileColor.fromString("#C5E0DC"))
.withPrimaryForegroundColor(TileColor.fromString("#ECE5CE"))
.withSecondaryForegroundColor(TileColor.fromString("#F1D4AF"))
.withPrimaryBackgroundColor(TileColor.fromString("#E08E79"))
.withSecondaryBackgroundColor(TileColor.fromString("#774F38"))
.build())
Content copied to clipboard
Taken from http://www.colourlovers.
TECH_LIGHT
Link copied to clipboard
TECH_LIGHT(ColorThemeBuilder.newBuilder()
.withName("Tech Light")
.withAccentColor(TileColor.fromString("#D1E751"))
.withPrimaryForegroundColor(TileColor.fromString("#FFFFFF"))
.withSecondaryForegroundColor(TileColor.fromString("#FFFFFF"))
.withPrimaryBackgroundColor(TileColor.fromString("#26ADE4"))
.withSecondaryBackgroundColor(TileColor.fromString("#000000"))
.build())
Content copied to clipboard
Taken from http://www.colourlovers.
HEADACHE
Link copied to clipboard
HEADACHE(ColorThemeBuilder.newBuilder()
.withName("Headache")
.withAccentColor(TileColor.fromString("#BF4D28"))
.withPrimaryForegroundColor(TileColor.fromString("#F6F7BD"))
.withSecondaryForegroundColor(TileColor.fromString("#E6AC27"))
.withPrimaryBackgroundColor(TileColor.fromString("#80BCA3"))
.withSecondaryBackgroundColor(TileColor.fromString("#655643"))
.build())
Content copied to clipboard
Taken from http://www.colourlovers.
GAMEBOOKERS
Link copied to clipboard
GAMEBOOKERS(ColorThemeBuilder.newBuilder()
.withName("Gamebookers")
.withAccentColor(TileColor.fromString("#FF9900"))
.withPrimaryForegroundColor(TileColor.fromString("#E9E9E9"))
.withSecondaryForegroundColor(TileColor.fromString("#BCBCBC"))
.withPrimaryBackgroundColor(TileColor.fromString("#3299BB"))
.withSecondaryBackgroundColor(TileColor.fromString("#424242"))
.build())
Content copied to clipboard
Taken from http://www.colourlovers.
ENTRAPPED_IN_A_PALETTE
Link copied to clipboard
ENTRAPPED_IN_A_PALETTE(ColorThemeBuilder.newBuilder()
.withName("Entrapped In A Palette")
.withAccentColor(TileColor.fromString("#7B3B3B"))
.withPrimaryForegroundColor(TileColor.fromString("#B9D7D9"))
.withSecondaryForegroundColor(TileColor.fromString("#668284"))
.withPrimaryBackgroundColor(TileColor.fromString("#493736"))
.withSecondaryBackgroundColor(TileColor.fromString("#2A2829"))
.build())
Content copied to clipboard
Taken from http://www.colourlovers.
WAR
Link copied to clipboard
WAR(ColorThemeBuilder.newBuilder()
.withName("War")
.withAccentColor(TileColor.fromString("#F21D41"))
.withPrimaryForegroundColor(TileColor.fromString("#EBEBBC"))
.withSecondaryForegroundColor(TileColor.fromString("#BCE3C5"))
.withPrimaryBackgroundColor(TileColor.fromString("#82B3AE"))
.withSecondaryBackgroundColor(TileColor.fromString("#230F2B"))
.build())
Content copied to clipboard
Taken from http://www.colourlovers.
CAPTURED_BY_PIRATES
Link copied to clipboard
CAPTURED_BY_PIRATES(ColorThemeBuilder.newBuilder()
.withName("Captured By Pirates")
.withAccentColor(TileColor.fromString("#AB9597"))
.withPrimaryForegroundColor(TileColor.fromString("#FFFBF0"))
.withSecondaryForegroundColor(TileColor.fromString("#968F4B"))
.withPrimaryBackgroundColor(TileColor.fromString("#7A6248"))
.withSecondaryBackgroundColor(TileColor.fromString("#030506"))
.build())
Content copied to clipboard
Taken from http://www.colourlovers.
GHOST_OF_A_CHANCE
Link copied to clipboard
GHOST_OF_A_CHANCE(ColorThemeBuilder.newBuilder()
.withName("Ghost Of A Chance")
.withAccentColor(TileColor.fromString("#95AC54"))
.withPrimaryForegroundColor(TileColor.fromString("#F6F1CB"))
.withSecondaryForegroundColor(TileColor.fromString("#DFD4A7"))
.withPrimaryBackgroundColor(TileColor.fromString("#7F7C69"))
.withSecondaryBackgroundColor(TileColor.fromString("#29210A"))
.build())
Content copied to clipboard
Taken from http://www.colourlovers.
AFTER_THE_HEIST
Link copied to clipboard
AFTER_THE_HEIST(ColorThemeBuilder.newBuilder()
.withName("After The Heist")
.withAccentColor(TileColor.fromString("#b86A6A"))
.withPrimaryForegroundColor(TileColor.fromString("#F8EDD1"))
.withSecondaryForegroundColor(TileColor.fromString("#C5CFC6"))
.withPrimaryBackgroundColor(TileColor.fromString("#9D9D93"))
.withSecondaryBackgroundColor(TileColor.fromString("#474843"))
.build())
Content copied to clipboard
Taken from http://www.colourlovers.
PABLO_NERUDA
Link copied to clipboard
PABLO_NERUDA(ColorThemeBuilder.newBuilder()
.withName("Pablo Neruda")
.withAccentColor(TileColor.fromString("#E6324B"))
.withPrimaryForegroundColor(TileColor.fromString("#F2E3C6"))
.withSecondaryForegroundColor(TileColor.fromString("#FFC6A5"))
.withPrimaryBackgroundColor(TileColor.fromString("#353634"))
.withSecondaryBackgroundColor(TileColor.fromString("#2B2B2B"))
.build())
Content copied to clipboard
Taken from http://www.colourlovers.
OLIVE_LEAF_TEA
Link copied to clipboard
OLIVE_LEAF_TEA(ColorThemeBuilder.newBuilder()
.withName("Olive Leaf Tea")
.withAccentColor(TileColor.fromString("#e99A44"))
.withPrimaryForegroundColor(TileColor.fromString("#EAE7D1"))
.withSecondaryForegroundColor(TileColor.fromString("#CCC58E"))
.withPrimaryBackgroundColor(TileColor.fromString("#7B8455"))
.withSecondaryBackgroundColor(TileColor.fromString("#485C2B"))
.build())
Content copied to clipboard
Taken from http://www.colourlovers.
CYBERPUNK
Link copied to clipboard
CYBERPUNK(ColorThemeBuilder.newBuilder()
.withName("Cyberpunk")
.withAccentColor(TileColor.fromString("#61D6C4"))
.withPrimaryForegroundColor(TileColor.fromString("#71918C"))
.withSecondaryForegroundColor(TileColor.fromString("#3D615F"))
.withPrimaryBackgroundColor(TileColor.fromString("#25343B"))
.withSecondaryBackgroundColor(TileColor.fromString("#212429"))
.build())
Content copied to clipboard
Taken from https://www.colourlovers.
AFTERGLOW
Link copied to clipboard
AFTERGLOW(ColorThemeBuilder.newBuilder()
.withName("Afterglow")
.withAccentColor(TileColor.fromString("#ADBA4E"))
.withPrimaryForegroundColor(TileColor.fromString("#DEDEDE"))
.withSecondaryForegroundColor(TileColor.fromString("#D2D6D6"))
.withPrimaryBackgroundColor(TileColor.fromString("#2F2C2F"))
.withSecondaryBackgroundColor(TileColor.fromString("#252525"))
.build())
Content copied to clipboard
AMIGA_OS
Link copied to clipboard
AMIGA_OS(ColorThemeBuilder.newBuilder()
.withName("Amiga OS")
.withAccentColor(TileColor.fromString("#F08000"))
.withPrimaryForegroundColor(TileColor.fromString("#FFFFFF"))
.withSecondaryForegroundColor(TileColor.fromString("#dddddd"))
.withPrimaryBackgroundColor(TileColor.fromString("#0050A0"))
.withSecondaryBackgroundColor(TileColor.fromString("#000020"))
.build())
Content copied to clipboard
ANCESTRY
Link copied to clipboard
ANCESTRY(ColorThemeBuilder.newBuilder()
.withName("Ancestry")
.withAccentColor(TileColor.fromString("#F3B670"))
.withPrimaryForegroundColor(TileColor.fromString("#9CBE30"))
.withSecondaryForegroundColor(TileColor.fromString("#7A9C0F"))
.withPrimaryBackgroundColor(TileColor.fromString("#706B63"))
.withSecondaryBackgroundColor(TileColor.fromString("#534D46"))
.build())
Content copied to clipboard
ARC
Link copied to clipboard
ARC(ColorThemeBuilder.newBuilder()
.withName("Arc")
.withAccentColor(TileColor.fromString("#5294E2"))
.withPrimaryForegroundColor(TileColor.fromString("#FFFFFF"))
.withSecondaryForegroundColor(TileColor.fromString("#dddddd"))
.withPrimaryBackgroundColor(TileColor.fromString("#4A5664"))
.withSecondaryBackgroundColor(TileColor.fromString("#303641"))
.build())
Content copied to clipboard
FOREST
Link copied to clipboard
FOREST(ColorThemeBuilder.newBuilder()
.withName("Forest")
.withAccentColor(TileColor.fromString("#94E864"))
.withPrimaryForegroundColor(TileColor.fromString("#FFFFFF"))
.withSecondaryForegroundColor(TileColor.fromString("#dddddd"))
.withPrimaryBackgroundColor(TileColor.fromString("#077A07"))
.withSecondaryBackgroundColor(TileColor.fromString("#033313"))
.build())
Content copied to clipboard
LINUX_MINT_DARK
Link copied to clipboard
LINUX_MINT_DARK(ColorThemeBuilder.newBuilder()
.withName("Linux Mint Dark")
.withAccentColor(TileColor.fromString("#8FA876"))
.withPrimaryForegroundColor(TileColor.fromString("#FFFFFF"))
.withSecondaryForegroundColor(TileColor.fromString("#818181"))
.withPrimaryBackgroundColor(TileColor.fromString("#353535"))
.withSecondaryBackgroundColor(TileColor.fromString("#2F2F2F"))
.build())
Content copied to clipboard
NORD
Link copied to clipboard
NORD(ColorThemeBuilder.newBuilder()
.withName("Nord")
.withAccentColor(TileColor.fromString("#A3BE8C"))
.withPrimaryForegroundColor(TileColor.fromString("#D8DEE9"))
.withSecondaryForegroundColor(TileColor.fromString("#81A1C1"))
.withPrimaryBackgroundColor(TileColor.fromString("#3B4252"))
.withSecondaryBackgroundColor(TileColor.fromString("#2E3440"))
.build())
Content copied to clipboard
TRON
Link copied to clipboard
TRON(ColorThemeBuilder.newBuilder()
.withName("Tron")
.withAccentColor(TileColor.fromString("#1EB8EB"))
.withPrimaryForegroundColor(TileColor.fromString("#ffffff"))
.withSecondaryForegroundColor(TileColor.fromString("#dddddd"))
.withPrimaryBackgroundColor(TileColor.fromString("#424242"))
.withSecondaryBackgroundColor(TileColor.fromString("#000000"))
.build())
Content copied to clipboard
SAIKU
Link copied to clipboard
SAIKU(ColorThemeBuilder.newBuilder()
.withName("Saiku")
.withAccentColor(TileColor.fromString("#ffffff"))
.withPrimaryForegroundColor(TileColor.fromString("#cccccc"))
.withSecondaryForegroundColor(TileColor.fromString("#999999"))
.withPrimaryBackgroundColor(TileColor.fromString("#AE1817"))
.withSecondaryBackgroundColor(TileColor.fromString("#232323"))
.build())
Content copied to clipboard
INGRESS_RESISTANCE
Link copied to clipboard
INGRESS_RESISTANCE(ColorThemeBuilder.newBuilder()
.withName("Ingress Resistance")
.withAccentColor(TileColor.fromString("#F1C248"))
.withPrimaryForegroundColor(TileColor.fromString("#34EAF5"))
.withSecondaryForegroundColor(TileColor.fromString("#0492D0"))
.withPrimaryBackgroundColor(TileColor.fromString("#393218"))
.withSecondaryBackgroundColor(TileColor.fromString("#000E0F"))
.build())
Content copied to clipboard
INGRESS_ENLIGHTENED
Link copied to clipboard
INGRESS_ENLIGHTENED(ColorThemeBuilder.newBuilder()
.withName("Ingress Enlightened")
.withAccentColor(TileColor.fromString("#02BF02"))
.withPrimaryForegroundColor(TileColor.fromString("#34EAF5"))
.withSecondaryForegroundColor(TileColor.fromString("#0492D0"))
.withPrimaryBackgroundColor(TileColor.fromString("#393218"))
.withSecondaryBackgroundColor(TileColor.fromString("#000E0F"))
.build())
Content copied to clipboard
ZENBURN_VANILLA
Link copied to clipboard
ZENBURN_VANILLA(ColorThemeBuilder.newBuilder()
.withName("Zenburn Vanilla")
.withAccentColor(TileColor.fromString("#f0dfaf"))
.withPrimaryForegroundColor(TileColor.fromString("#dcdccc"))
.withSecondaryForegroundColor(TileColor.fromString("#9fafaf"))
.withPrimaryBackgroundColor(TileColor.fromString("#333333"))
.withSecondaryBackgroundColor(TileColor.fromString("#1e2320"))
.build())
Content copied to clipboard
ZENBURN_PINK
Link copied to clipboard
ZENBURN_PINK(ColorThemeBuilder.newBuilder()
.withName("Zenburn Pink")
.withAccentColor(TileColor.fromString("#ecbcbc"))
.withPrimaryForegroundColor(TileColor.fromString("#dcdccc"))
.withSecondaryForegroundColor(TileColor.fromString("#9fafaf"))
.withPrimaryBackgroundColor(TileColor.fromString("#333333"))
.withSecondaryBackgroundColor(TileColor.fromString("#1e2320"))
.build())
Content copied to clipboard
ZENBURN_GREEN
Link copied to clipboard
ZENBURN_GREEN(ColorThemeBuilder.newBuilder()
.withName("Zenburn Green")
.withAccentColor(TileColor.fromString("#709080"))
.withPrimaryForegroundColor(TileColor.fromString("#dcdccc"))
.withSecondaryForegroundColor(TileColor.fromString("#9fafaf"))
.withPrimaryBackgroundColor(TileColor.fromString("#333333"))
.withSecondaryBackgroundColor(TileColor.fromString("#1e2320"))
.build())
Content copied to clipboard
MONOKAI_YELLOW
Link copied to clipboard
MONOKAI_YELLOW(ColorThemeBuilder.newBuilder()
.withName("Monokai Yellow")
.withAccentColor(TileColor.fromString("#ffd866"))
.withPrimaryForegroundColor(TileColor.fromString("#ffffff"))
.withSecondaryForegroundColor(TileColor.fromString("#fdf9f3"))
.withPrimaryBackgroundColor(TileColor.fromString("#3e3b3f"))
.withSecondaryBackgroundColor(TileColor.fromString("#2c292d"))
.build())
Content copied to clipboard
MONOKAI_PINK
Link copied to clipboard
MONOKAI_PINK(ColorThemeBuilder.newBuilder()
.withName("Monokai Pink")
.withAccentColor(TileColor.fromString("#ff6188"))
.withPrimaryForegroundColor(TileColor.fromString("#ffffff"))
.withSecondaryForegroundColor(TileColor.fromString("#fdf9f3"))
.withPrimaryBackgroundColor(TileColor.fromString("#3e3b3f"))
.withSecondaryBackgroundColor(TileColor.fromString("#2c292d"))
.build())
Content copied to clipboard
MONOKAI_GREEN
Link copied to clipboard
MONOKAI_GREEN(ColorThemeBuilder.newBuilder()
.withName("Monokai Green")
.withAccentColor(TileColor.fromString("#a9dc76"))
.withPrimaryForegroundColor(TileColor.fromString("#ffffff"))
.withSecondaryForegroundColor(TileColor.fromString("#fdf9f3"))
.withPrimaryBackgroundColor(TileColor.fromString("#3e3b3f"))
.withSecondaryBackgroundColor(TileColor.fromString("#2c292d"))
.build())
Content copied to clipboard
MONOKAI_ORANGE
Link copied to clipboard
MONOKAI_ORANGE(ColorThemeBuilder.newBuilder()
.withName("Monokai Orange")
.withAccentColor(TileColor.fromString("#fc9867"))
.withPrimaryForegroundColor(TileColor.fromString("#ffffff"))
.withSecondaryForegroundColor(TileColor.fromString("#fdf9f3"))
.withPrimaryBackgroundColor(TileColor.fromString("#3e3b3f"))
.withSecondaryBackgroundColor(TileColor.fromString("#2c292d"))
.build())
Content copied to clipboard
MONOKAI_VIOLET
Link copied to clipboard
MONOKAI_VIOLET(ColorThemeBuilder.newBuilder()
.withName("Monokai Violet")
.withAccentColor(TileColor.fromString("#ab9df2"))
.withPrimaryForegroundColor(TileColor.fromString("#ffffff"))
.withSecondaryForegroundColor(TileColor.fromString("#fdf9f3"))
.withPrimaryBackgroundColor(TileColor.fromString("#3e3b3f"))
.withSecondaryBackgroundColor(TileColor.fromString("#2c292d"))
.build())
Content copied to clipboard
MONOKAI_BLUE
Link copied to clipboard
MONOKAI_BLUE(ColorThemeBuilder.newBuilder()
.withName("Monokai Blue")
.withAccentColor(TileColor.fromString("#78dce8"))
.withPrimaryForegroundColor(TileColor.fromString("#ffffff"))
.withSecondaryForegroundColor(TileColor.fromString("#fdf9f3"))
.withPrimaryBackgroundColor(TileColor.fromString("#3e3b3f"))
.withSecondaryBackgroundColor(TileColor.fromString("#2c292d"))
.build())
Content copied to clipboard
SOLARIZED_DARK_YELLOW
Link copied to clipboard
SOLARIZED_DARK_YELLOW(SOLARIZED_DARK_BASE.colorThemeBuilder.copy()
.withName("Solarized Dark Yellow")
.withAccentColor(TileColor.fromString("#b58900"))
.build())
Content copied to clipboard
All Solarized themes are taken from: http://www.zovirl.
SOLARIZED_DARK_ORANGE
Link copied to clipboard
SOLARIZED_DARK_ORANGE(SOLARIZED_DARK_BASE.colorThemeBuilder.copy()
.withName("Solarized Dark Orange")
.withAccentColor(TileColor.fromString("#cb4b16"))
.build())
Content copied to clipboard
SOLARIZED_DARK_RED
Link copied to clipboard
SOLARIZED_DARK_RED(SOLARIZED_DARK_BASE.colorThemeBuilder.copy()
.withName("Solarized Dark Red")
.withAccentColor(TileColor.fromString("#dc322f"))
.build())
Content copied to clipboard
SOLARIZED_DARK_MAGENTA
Link copied to clipboard
SOLARIZED_DARK_MAGENTA(SOLARIZED_DARK_BASE.colorThemeBuilder.copy()
.withName("Solarized Dark Magenta")
.withAccentColor(TileColor.fromString("#d33682"))
.build())
Content copied to clipboard
SOLARIZED_DARK_VIOLET
Link copied to clipboard
SOLARIZED_DARK_VIOLET(SOLARIZED_DARK_BASE.colorThemeBuilder.copy()
.withName("Solarized Dark Violet")
.withAccentColor(TileColor.fromString("#6c71c4"))
.build())
Content copied to clipboard
SOLARIZED_DARK_BLUE
Link copied to clipboard
SOLARIZED_DARK_BLUE(SOLARIZED_DARK_BASE.colorThemeBuilder.copy()
.withName("Solarized Dark Blue")
.withAccentColor(TileColor.fromString("#268bd2"))
.build())
Content copied to clipboard
SOLARIZED_DARK_CYAN
Link copied to clipboard
SOLARIZED_DARK_CYAN(SOLARIZED_DARK_BASE.colorThemeBuilder.copy()
.withName("Solarized Dark Cyan")
.withAccentColor(TileColor.fromString("#2aa198"))
.build())
Content copied to clipboard
SOLARIZED_DARK_GREEN
Link copied to clipboard
SOLARIZED_DARK_GREEN(SOLARIZED_DARK_BASE.colorThemeBuilder.copy()
.withName("Solarized Dark Green")
.withAccentColor(TileColor.fromString("#859900"))
.build())
Content copied to clipboard
SOLARIZED_LIGHT_YELLOW
Link copied to clipboard
SOLARIZED_LIGHT_YELLOW(SOLARIZED_LIGHT_BASE.colorThemeBuilder.copy()
.withName("Solarized Light Yellow")
.withAccentColor(TileColor.fromString("#b58900"))
.build())
Content copied to clipboard
SOLARIZED_LIGHT_ORANGE
Link copied to clipboard
SOLARIZED_LIGHT_ORANGE(SOLARIZED_LIGHT_BASE.colorThemeBuilder.copy()
.withName("Solarized Light Orange")
.withAccentColor(TileColor.fromString("#cb4b16"))
.build())
Content copied to clipboard
SOLARIZED_LIGHT_RED
Link copied to clipboard
SOLARIZED_LIGHT_RED(SOLARIZED_LIGHT_BASE.colorThemeBuilder.copy()
.withName("Solarized Light Red")
.withAccentColor(TileColor.fromString("#dc322f"))
.build())
Content copied to clipboard
SOLARIZED_LIGHT_MAGENTA
Link copied to clipboard
SOLARIZED_LIGHT_MAGENTA(SOLARIZED_LIGHT_BASE.colorThemeBuilder.copy()
.withName("Solarized Light Magenta")
.withAccentColor(TileColor.fromString("#d33682"))
.build())
Content copied to clipboard
SOLARIZED_LIGHT_VIOLET
Link copied to clipboard
SOLARIZED_LIGHT_VIOLET(SOLARIZED_LIGHT_BASE.colorThemeBuilder.copy()
.withName("Solarized Light Violet")
.withAccentColor(TileColor.fromString("#6c71c4"))
.build())
Content copied to clipboard
SOLARIZED_LIGHT_BLUE
Link copied to clipboard
SOLARIZED_LIGHT_BLUE(SOLARIZED_LIGHT_BASE.colorThemeBuilder.copy()
.withName("Solarized Light Blue")
.withAccentColor(TileColor.fromString("#268bd2"))
.build())
Content copied to clipboard
SOLARIZED_LIGHT_CYAN
Link copied to clipboard
SOLARIZED_LIGHT_CYAN(SOLARIZED_LIGHT_BASE.colorThemeBuilder.copy()
.withName("Solarized Light Cyan")
.withAccentColor(TileColor.fromString("#2aa198"))
.build())
Content copied to clipboard
SOLARIZED_LIGHT_GREEN
Link copied to clipboard
SOLARIZED_LIGHT_GREEN(SOLARIZED_LIGHT_BASE.colorThemeBuilder.copy()
.withName("Solarized Light Green")
.withAccentColor(TileColor.fromString("#859900"))
.build())
Content copied to clipboard
Types
SolarizedBase
Link copied to clipboard
Functions
Properties
Sources
(source)
Link copied to clipboard