ggplot2 palette package

demonhunters

15 KPop Demon Hunters–inspired palettes for ggplot2, built around a neon glow effect for points, lines, smooths, and boxplots.

devtools::install_github("RandomForestz/demonhunters")

The glow effect

geom_glow_point() / geom_glow_line() / geom_glow_smooth() / geom_glow_boxplot()
Diamonds dataset plotted with geom_glow_point() and geom_glow_smooth(), gwi_ma palette on the dark theme

Every glow geom stacks several layers of increasing size and decreasing opacity behind a solid core — no image assets, just layered alpha. Tunable via n_layers, glow_width, and alpha.

ggplot(diamonds_sub, aes(carat, price, colour = clarity)) + geom_glow_point() + scale_colour_demonhunters_d(name = "gwi_ma") + theme_demonhunters_dark()

Palette Catalog

15 TOTAL
copied