// black scheme
$c--black = #4A4A4A
$c--black-bright = #605f5f
$c--black-bright-text = #F4F5F5
$c--black-dark = #292929
$c--black-dark-text = #F4F5F5
$c--black-text = #F4F5F5

// blue scheme
$c--blue = #388CBF
$c--blue-bright = #5bb2e7
$c--blue-bright-text = #F4F5F5
$c--blue-dark = #216995
$c--blue-dark-text = #F4F5F5
$c--blue-text = #F4F5F5

// btn-list element
$c--button-list__btn__before-background-color = rgba(0, 0, 0, .21)
$c--button-list__btn__before-hover-background-color = rgba(0, 0, 0, .08)

// bright scheme
$c--gray-light = #fbfbfb
$c--gray-light-text = #3d3d3d

// dialog overlay panel background color
$c--dialog-overlay-background-color = rgba(0, 0, 0, .21)

// disabled scheme
$c--disabled = #d7d7d7
$c--disabled-bright = #dfdfdf
$c--disabled-bright-text = #949494
$c--disabled-dark = #dfdfdf
$c--disabled-dark-text = #949494
$c--disabled-text = #8a8a8a

// gray scheme
$c--gray = #e2e8ec
$c--gray-bright = #f3f3f3
$c--gray-bright-text = #626262
$c--gray-dark = #dfdfdf
$c--gray-dark-text = #626262
$c--gray-text = #4a4a4a

// green scheme
$c--green = #5EE6A5
$c--green-bright = #96F5C7
$c--green-bright-text = #3B7D5E
$c--green-dark = #4FD695
$c--green-dark-text = #2B694C
$c--green-text = #408665

// links
$c--link = #6c6c6e

// orange scheme
$c--orange = #FFBC89
$c--orange-bright = #FFC794
$c--orange-bright-text = #B5792B
$c--orange-dark = #FBA05A
$c--orange-dark-text = #8A5817
$c--orange-text = #B5792B

// purple scheme
$c--purple = #d08bfa
$c--purple-bright = #ddaff9
$c--purple-bright-text = #2C063E
$c--purple-dark = #ca89f2
$c--purple-dark-text = #340f45
$c--purple-text = #3F0658

// red scheme
$c--red = #e32d2d
$c--red-bright = #e84a4a
$c--red-bright-text = #ffe3e3
$c--red-dark = #c22828
$c--red-dark-text = #ffe3e3
$c--red-text = #ffe3e3

// yellow scheme
$c--yellow = #FFFBA4
$c--yellow-bright = #FFFCBD
$c--yellow-bright-text = #847E37
$c--yellow-dark = #fffba3
$c--yellow-dark-text = #7D7945
$c--yellow-text = #7D7945

// white scheme
$c--white = #FFF
$c--white-bright = #FFF
$c--white-bright-text = #2f2f2f
$c--white-dark = #fafafa
$c--white-dark-text = #2f2f2f
$c--white-text = #2f2f2f
