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

Incomplete color value in org-transclusion-block face #41

Closed
protesilaos opened this issue Dec 6, 2020 · 2 comments
Closed

Incomplete color value in org-transclusion-block face #41

protesilaos opened this issue Dec 6, 2020 · 2 comments

Comments

@protesilaos
Copy link

In light of issue 1, notice an incomplete color value introduced by commit f876e4f:

@@ -2,6 +2,6 @@
   '((((class color) (min-colors 88) (background light))
      :background "#efefef" :extend t)
     (((class color) (min-colors 88) (background dark))
-     :foreground "#bfc0c" :background "#1e1e1e" :extend t))
+     :foreground "#bfc0c4" :background "#1e1e1e" :extend t))
   "Face for transcluded block."
   :group 'org-transclusion)

Completed it for you.

And thanks for your contributions!

@nobiot
Copy link
Owner

nobiot commented Dec 6, 2020

oh thank you! i dont know why it looked like it worked then. i will push a patch.

nobiot added a commit that referenced this issue Dec 6, 2020
#41, thanks, again, to Prot
@nobiot
Copy link
Owner

nobiot commented Dec 6, 2020

45e98d fixes the incomplete color value. Thank you!

@nobiot nobiot closed this as completed Dec 6, 2020
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