Created the default color scheme
This commit is contained in:
parent
cc0064c91a
commit
ac067fced5
16
src/common/styles/_colors.sass
Normal file
16
src/common/styles/_colors.sass
Normal file
@ -0,0 +1,16 @@
|
||||
$background: #2C313A
|
||||
$background-transparent: rgba(44, 49, 58, 0.55)
|
||||
|
||||
$black: #242528
|
||||
$dark-black: #1b1c1e
|
||||
|
||||
$white: #FFFFFF
|
||||
$gray: #CACACA
|
||||
|
||||
$primary: #4C3DE1
|
||||
$primary-hover: #4033C0
|
||||
|
||||
$aqua: #16B9CF
|
||||
|
||||
$red: #D13838
|
||||
$lime: #00D06C
|
Loading…
x
Reference in New Issue
Block a user