mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
config-default: add custom CSS options
This commit is contained in:
parent
1e5e3576cd
commit
85cac1e353
1 changed files with 6 additions and 0 deletions
|
|
@ -15,6 +15,12 @@ module.exports = {
|
|||
// border color (winodw, tabs)
|
||||
borderColor: '#333',
|
||||
|
||||
// custom css to embed in the main window
|
||||
css: [''],
|
||||
|
||||
// custom css to embed inside each terminal
|
||||
termCSS: [''],
|
||||
|
||||
// some color overrides. see http://bit.ly/29k1iU2 for
|
||||
// the full list
|
||||
colors: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue