-
Notifications
You must be signed in to change notification settings - Fork 12
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
inclusion into geany-themes ? #4
Comments
Never considered, no. Definitely not opposed to the idea. Do you think it needs a bit more testing before its inclusion? |
The theme maintainer recommends the following: If you take http://svn.emelfm2.net/trunk/src/e2_filelist.c , notice how much yellow bold there is in the document (using the latest base16 dark theme). I have little experience with this filetype, but as per my tastes I'd remove the bold here. What do you think? If you take a ruby file: https://github.com/chriskempson/base16-builder/raw/master/base16 , then I notice similar bold issue with both yellow and blue. Again, should we remove these? Python: https://github.com/landroni/pLyX/raw/master/scripts/pLyX.py . I'm actually not quite sure how it should look like. At the very least, on line 9 this looks weird: XML: http://msdn.microsoft.com/en-us/library/ms762271(v=vs.85).aspx . Looks fine, but for the out-of-tune I can provide the fixes to the templates, but let me know what direction we should take. |
I made a small tweak on my fork: landroni/base16-builder@7e56405 This ensures that for R files both 'asdf' and "asdf" strings have the same color (as in RStudio). I'll wait to see if there are other issues to fix before making a PR. |
Also: landroni/base16-builder@ca75cda Avoids a formatting glitch in R files with keywords like |
I made yet another minor tweak: landroni/base16-builder@4b25ea2 Now secondary keywords are properly highlighted. I think I have sufficient (minor) fixes to make another PR upstream. Are you OK with the changes? |
I went ahead with the PR: https://github.com/chriskempson/base16-builder/pull/155 |
Awesome! Thanks so much for pushing this forwards. Makes Geany so much better. |
Thanks. :) I made yet another PR addressing most of the issues that I've pointed out above for Once this PR is merged, I think we can regenerate the base16-geany and then propose that for inclusion in https://github.com/codebrainz/geany-themes. |
Now this latest PR has been merged. Could you update the outputed themes in base16-geany, so that we could subsequently propose them for inclusion into |
Cool! I'm leaving this open until we hear from the |
Have you considered proposing to include base16-geany into geany-themes ( https://github.com/codebrainz/geany-themes ), so that it could reach a wider audience? The inclusion process is described here: https://github.com/codebrainz/geany-themes/blob/master/ADDING-A-THEME.md .
The text was updated successfully, but these errors were encountered: