github.com/System-Glitch/goyave/v2@v2.10.3-0.20200819142921-51011e75d504/docs_src/src/.vuepress/theme/styles/variables.styl (about) 1 // overwrites 2 $accentColor = #00aed8; 3 $textColor = #2c3e50; 4 $accentColor = #00aed8; 5 $borderColor = #eaecef; 6 $codeBgColor = #282c34; 7 8 // dark theme colors 9 $accentDarkColor = lighten($accentColor, 50%); 10 $codeDarkColor = lighten(#00c1f0, 50%); 11 $darkPrimaryBg = #1a1a1a; 12 $darkSecondaryBg = #2a2a2a; 13 $darkTextColor = #f3f3f3; 14 $darkerTextColor = #e3e3e3; 15 $darkAltTextColor = #b9b9b9; 16 $darkBorderColor = alpha(#fff, 0.1); 17 18 // content block colors 19 $tipGreenBackground = #39a171; 20 $tipGreen = #42b983; 21 $warningYellowBackground = #d3bc53; 22 $warningYellow = #ffe564; 23 $dangerRedBackground = #c00; 24 $dangerRed = #c00;