Open arael opened 2 years ago
What is the face used ? We would modify this face specifically in the theme.
The face is called 'org-table'. Every field in 'unspecified' except 'inherit' which is set to 'nano-faded'.
May I bother you also for 'italic'? Just like 'org-table' it is difficult to read. All the fields are set to 'unspecified' except 'inherit' which is 'nano-faded'.
Thank you very much!
Fixed with custom-set-face function like this:
(use-package nano-theme
:ensure t
:config
(custom-set-faces
'(italic ((t (:inherit nano-salient))))
'(org-table ((t (:inherit nano-default)))))
)
(load-theme 'nano-dark t)
Thanks. Could you post a screenshot before/after?
Sure.
This is before:
And this is after:
Perfect, thanks. Can you make a PR?
The tables in nano-dark are too difficult to read. Is there any way to decouple the nano-dark-faded from org-table colors?