sweet some initial native views

This commit is contained in:
Peter Cottle 2015-04-28 17:54:40 -07:00
parent e9476696f4
commit ec44f19d3e
5 changed files with 117 additions and 15 deletions

View file

@ -0,0 +1,5 @@
module.exports = {
blueBackground: '#5cbcfc',
terminalBackground: '#424242',
terminalText: 'rgb(238, 238, 238)',
};