include/etui@theme_Theme.hrl
-record(theme, {
bg :: etui@style:color(),
fg :: etui@style:color(),
border :: etui@style:color(),
title :: etui@style:color(),
selection_bg :: etui@style:color(),
selection_fg :: etui@style:color(),
accent :: etui@style:color(),
muted :: etui@style:color(),
error :: etui@style:color(),
warning :: etui@style:color(),
success :: etui@style:color(),
info :: etui@style:color(),
statusbar_bg :: etui@style:color(),
statusbar_fg :: etui@style:color()
}).