Default to black background for text
This commit is contained in:
parent
c03bf183a0
commit
8071410fc9
|
@ -49,7 +49,7 @@
|
|||
new-top-of-window-pos)])))
|
||||
|
||||
(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?)
|
||||
(tty-set-pen! t (pen color-black color-white #f #f)))
|
||||
|
|
Loading…
Reference in New Issue