You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my question is similar to the remark on changing the background of code blocks in the README. But I would like to change the color of comments in code blocks. In the readtheorg theme, the background color is a dark tone (see screenshot). I would like to replace that with a brighter color.
Here is an MWE org file that html-exports to the attached screenshot.
#+SETUPFILE: https://fniessen.github.io/org-html-themes/org/theme-readtheorg.setup
#+begin_src python
# How do I change the background/font color of this line?
print("Hello world")
#+end_src
Screenshot:
Thanks in advance!
Felix
The text was updated successfully, but these errors were encountered:
Hi, thanks for the nice themes!
my question is similar to the remark on changing the background of code blocks in the
README
. But I would like to change the color of comments in code blocks. In thereadtheorg
theme, the background color is a dark tone (see screenshot). I would like to replace that with a brighter color.Here is an MWE
org
file thathtml
-exports to the attached screenshot.Screenshot:
Thanks in advance!
Felix
The text was updated successfully, but these errors were encountered: