Config

return {
    toggleCommand = "tophud",

    colors = {
        text = "rgb(233,233,233)",
        border = "rgba(0, 0, 0, 0.8)",
        background = "rgba(0, 0, 0, 0.7)",

        icons = {
            cash = "rgb(34, 197, 94)",
            bank = "rgb(233,233,233)",
            blackMoney = "rgb(239, 68, 68)",
        }
    }
}

Last updated