colors: add support for exporting colors

Make color definitions introspectable, where previously there was data
hidden in closures. This allows colors to be exported and used in
other tools.
This commit is contained in:
Connor Peet
2021-05-28 14:15:17 -07:00
parent 2c50328192
commit 950ad4ffec
8 changed files with 100 additions and 69 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ set NAMESHORT=%NAMESHORT:"=%.exe
set CODE=".build\electron\%NAMESHORT%"
:: Download Electron if needed
node build\lib\electron.js
call node build\lib\electron.js
if %errorlevel% neq 0 node .\node_modules\gulp\bin\gulp.js electron
:: Run tests