Default to black background for text

This commit is contained in:
Tony Garnock-Jones 2014-12-26 18:57:09 -05:00
parent c03bf183a0
commit 8071410fc9
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
new-top-of-window-pos)]))) new-top-of-window-pos)])))
(define (tty-body-style t is-active?) (define (tty-body-style t is-active?)
(tty-set-pen! t (pen color-white color-blue #f #f))) (tty-set-pen! t (pen color-white color-black #f #f)))
(define (tty-statusline-style t is-active?) (define (tty-statusline-style t is-active?)
(tty-set-pen! t (pen color-black color-white #f #f))) (tty-set-pen! t (pen color-black color-white #f #f)))