mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 22:24:26 +02:00
sweet some initial native views
This commit is contained in:
parent
e9476696f4
commit
ec44f19d3e
5 changed files with 117 additions and 15 deletions
5
src/js/constants/Colors.js
Normal file
5
src/js/constants/Colors.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
blueBackground: '#5cbcfc',
|
||||
terminalBackground: '#424242',
|
||||
terminalText: 'rgb(238, 238, 238)',
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue