Bug summary
Problem
Use the following config, Neomacs divergent from Emacs (I prefer white bg in org mode):
(defun my-org-white-bg ()
(face-remap-add-relative 'default '(:background "black" :foreground "white"))
)
(add-hook 'org-mode-hook 'my-org-white-bg)
The same problem?
In neomacs -Q -nw,then C-x 3, the two windows display the different faces:

Bug summary
Problem
Use the following config, Neomacs divergent from Emacs (I prefer white bg in org mode):
The same problem?
In
neomacs -Q -nw,thenC-x 3, the two windows display the different faces: