mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-06-28 03:58:39 +00:00
Start adding "Blank" theme
This commit is contained in:
@@ -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`;
|
||||
};
|
||||
Reference in New Issue
Block a user