Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFeature request - Add the solarized color theme #988
Comments
|
Wow, that's a good point you are bringing up here. We designed the color schemes to be easily editable and expendible. But there is not yet any documentation on that. So let me try to clarify it here and if more questions are coming up, we can add to our main documentation. Each color scheme is defined by an Usually the entries in the <snippet>
<background>white</background>
<title>
<text>#909090</text>
<background>transparent</background>
</title>
...
</snippet>But you may also encounter something like this: <struct>
<like>class</like>
</struct>This If you want to add the solarized color schemes, we would be happy to accept your pull request :) |
|
Added information on how to create new color schemes with merge of pull request #991. |
|
Thanks for so quickly response, I really appreciate your work. |
Any plan to add the solarized color theme? Or there are any documents to show how to adding color theme?