HeadlessColorsDark

constructor(    primary: Int = Color(0xff21AB46).toArgb(),     primaryForeground: Int = Color(0xffF0FDF4).toArgb(),     secondary: Int = Color(0xff0A307A).toArgb(),     secondaryForeground: Int = Color(0xffEDF2FD).toArgb(),     background: Int = Color(0xff0F172A).toArgb(),     foreground: Int = Color(0xffFFFFFF).toArgb(),     muted: Int = Color(0xff1E293B).toArgb(),     mutedForeground: Int = Color(0xff64748B).toArgb(),     accent: Int = Color(0xff334155).toArgb(),     accentForeground: Int = Color(0xffCBD5E1).toArgb(),     approval: Int = Color(0xff21AB46).toArgb(),     approvalForeground: Int = Color(0xffF0FDF4).toArgb(),     error: Int = Color(0xffEF4444).toArgb(),     errorForeground: Int = Color(0xffFEF2F2).toArgb(),     ring: Int = Color(0xff475569).toArgb())