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

Highlighting issues with github theme #1

Open
eugenkiss opened this issue Jul 27, 2010 · 1 comment
Open

Highlighting issues with github theme #1

eugenkiss opened this issue Jul 27, 2010 · 1 comment

Comments

@eugenkiss
Copy link

Brackets are not highlighted and search highlights are totally black.

Solution (github.xml):

Change line 31 from

to
`

Change line 54 from
<style name="search-match" foreground="foreground" background="caret"/>
to
<style name="search-match" foreground="foreground" background="highlight"/>

@mfkp
Copy link

mfkp commented Nov 15, 2010

I'll second this, it also makes doctypes unreadable:

To fix it, I just changed the caret on line 29:
color name="caret" value="#cccccc"

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