[Github-comments] [geany/geany] Theme improvements (#1382)
Matthew Brush
notifications at xxxxx
Sun Jan 29 17:39:45 UTC 2017
codebrainz commented on this pull request.
> @@ -56,8 +56,8 @@ style "geany-compiler-error-style" {
fg[ACTIVE] = "#ffff00000000"
}
style "geany-compiler-context-style" {
- fg[NORMAL] = "#888800000000"
- fg[ACTIVE] = "#888800000000"
+ fg[NORMAL] = "#7f7f00000000"
+ fg[ACTIVE] = "#7f7f00000000"
I just went in python and did `hex(int((0x7f/255.0)*65536))` to scale from 8-bit to 16-bit. Would be better to use 8-bit HTML-style notation, if supported.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1382
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170129/88085cd9/attachment.html>
More information about the Github-comments
mailing list