Make background black and foreground white

This commit is contained in:
contrapunctus 2022-04-10 23:29:20 +05:30
parent 90b68d6671
commit b9ba7fe9b2
1 changed files with 6 additions and 2 deletions

View File

@ -2407,8 +2407,12 @@ s-expressions in a text column.")
(:panes (app :application
:height (graft-height (find-graft))
:width (graft-width (find-graft))
:display-function 'display)
(int :interactor))
:display-function 'display
:background +black+
:foreground +white+)
(int :interactor
:background +black+
:foreground +white+))
(:layouts (default (vertically () app int))))
#+END_SRC