0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-21 02:52:43 +00:00

Start adding "Blank" theme

This commit is contained in:
Trevor Buckner
2022-07-30 00:28:15 -04:00
parent 947b2f5072
commit 993bcc2719
5 changed files with 1036 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
const _ = require('lodash');
module.exports = ()=>{
return `{{watercolor${_.random(1, 12)},top:20px,left:30px,width:300px,background-color:#BBAD82,opacity:80%}}\n\n`;
};