document backgroundColor as hex and set up initial window bg from config
This commit is contained in:
parent
9f635021c9
commit
d17784f962
2 changed files with 3 additions and 3 deletions
|
|
@ -6,10 +6,10 @@ module.exports = {
|
|||
// font family with optional fallbacks
|
||||
fontFamily: 'Menlo, "DejaVu Sans Mono", "Lucida Console", monospace',
|
||||
|
||||
// terminal cursor background color
|
||||
// terminal cursor background color (hex)
|
||||
cursorColor: '#F81CE5',
|
||||
|
||||
// terminal background color
|
||||
// terminal background color (hex)
|
||||
backgroundColor: '#000',
|
||||
|
||||
// some color overrides. see http://bit.ly/29k1iU2 for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue