mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 05:08:41 -09:00
Fix typo in config file (#79)
This commit is contained in:
parent
d6a2ea0019
commit
8fac6bcec9
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ module.exports = {
|
||||||
// terminal background color (hex)
|
// terminal background color (hex)
|
||||||
backgroundColor: '#000000',
|
backgroundColor: '#000000',
|
||||||
|
|
||||||
// border color (winodw, tabs)
|
// border color (window, tabs)
|
||||||
borderColor: '#333',
|
borderColor: '#333',
|
||||||
|
|
||||||
// custom css to embed in the main window
|
// custom css to embed in the main window
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue