Open Eolien55 opened 2 years ago
custom6.css has, for colors :
custom6.css
draculaCyan
#6272a4
rgba(46,50,66,1)
I think it would be better to replace the hard-coded colors by variables, considering that some are repeted. It would make easier supporting this theme. Hard-coded colors also makes it hard to understand what color exactly is used there.
custom6.css
has, for colors :draculaCyan
#6272a4
rgba(46,50,66,1)
I think it would be better to replace the hard-coded colors by variables, considering that some are repeted. It would make easier supporting this theme. Hard-coded colors also makes it hard to understand what color exactly is used there.