claude fuhrer <[email protected]> writes:
> I'm using a dark theme (cyberpunk if it matters) with "bright"
> foreground color for most of the faces. When I try to use the column
> view (C-c C-x C-c, that is org-columns), org-mode setsĀ the background
> color for each line to bright yellow (1), whitout changing the
> foreground color used.which makes the text almost unreadable. Can I
> customise this background color ? Or use another kind of face (for
> example slanted ou bold) instead changing the background color ?
What about moving the cursor onto a line of an org column and use
M-x customize-face
and set some attributes of face "org-column"?
HTH