.high-contrast-theme.dark-mode {
    --primary-color: 21, 130, 67;
    --primary-color-variant: 25, 152, 78;
    --secondary-color: 173, 63, 67;
    --secondary-color-variant: 189, 73, 77;
    --tertiary-color: 130, 186, 246;
    --tertiary-color-variant: 168, 207, 249;
    --background-color: 31, 31, 31;
    --background-color-variant: 16, 16, 16;
    --surface-color: 18, 18, 18;
    --surface-color-variant: 28, 28, 28;
    --on-surface-color: 48, 48, 48;
    --on-surface-color-variant: 83, 83, 83;
    --text-color: 239, 239, 239;
    --text-color-variant: 243, 243, 243;
}

