Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font color in tables #485

Open
kchousos opened this issue Sep 20, 2022 · 3 comments
Open

Font color in tables #485

kchousos opened this issue Sep 20, 2022 · 3 comments

Comments

@kchousos
Copy link

When using a dark theme, the letters of any exported table remain black. My configuration is the following:

#+OPTIONS: num:nil toc:nil date:nil timestamp:nil

:REVEAL_PROPERTIES:
#+REVEAL_ROOT: https://cdn.jsdelivr.net/npm/reveal.js
#+REVEAL_REVEAL_JS_VERSION: 4
#+REVEAL_INIT_OPTIONS: slideNumber:false, center:true
#+REVEAL_THEME: black
#+REVEAL_PLUGINS: (highlight)
:END:

Any hints? Thanks in advance.

@yjwen
Copy link
Owner

yjwen commented Sep 27, 2022

I tried the following org

#+TITLE: Dark Theme

#+OPTIONS: num:nil toc:nil date:nil timestamp:nil

#+REVEAL_ROOT: https://cdn.jsdelivr.net/npm/reveal.js
#+REVEAL_REVEAL_JS_VERSION: 4
#+REVEAL_INIT_OPTIONS: slideNumber:false, center:true
#+REVEAL_THEME: black
#+REVEAL_PLUGINS: (highlight)


* Example Slide

| ABCD | EFGH |
|------+------|
|  123 | 456  |

And the exported slides are like:
Screenshot_2022-09-27_21-16-52

@kchousos
Copy link
Author

I also tried your example and the problem persists. The versions I use:

Org mode version 9.5.4
GNU Emacs 29.0.50

I install org-reveal with straight.el, so I assume I am on the latest version.

@yjwen
Copy link
Owner

yjwen commented Sep 29, 2022

I see. Could you please show me the content of the exported HTML?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants