-
Notifications
You must be signed in to change notification settings - Fork 13
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
Bug in Geany theme #54
Comments
On Linux its in |
You can either copy it from
or from https://github.com/geany/geany-themes. After its modification you can just copy it under |
I found the theme, but I can't recognize, which setting effects the colouring of Ruby symbols (i.e. a colon, followed by alphanumeric characters). The symbol as such is recognized as syntactic entity, because it is coloured differently; just which setting in the theme file affects this colour? |
Maybe you don't want to modify the theme but the ruby filetype settings: Tools->Configuration Files->Filetype Configuration->Scripting Languages->filetypes.ruby. Under the |
Good point. I see that symbols are coloured in the theme as preprocessor. I don't need to change the filetype settings, but simply can set the desired colour in the theme for the token "preprocessor". Thanks a lot. Issue solved for me. Still I think it would be a good idea, if the theme bundled with Geany, would also fix this. Having a syntactic element in the same foreground colour as the selection colour, leads to trouble. |
The extra themes are taken from https://github.com/geany/geany-themes so you can submit a pull request fixing the bug. |
Closing here in favor of geany/geany-themes#70 |
MacOS 12.7.3 with Geany 1.38
I'm using the colour scheme called "Metallic Bottle" to edit Ruby programs. The thema is very pleasant to use, but has one problem: It colours Ruby symbols in the same colour, which is also used as the background for highlighting. This means that if I have a statement
and select the :abcd with the mouse, I can't read anything, because foreground and background are the same colour.
I wanted to fix it locally, but can't find the definition file for this thema. BTW, my
.config/geany/colorschemes
directory is empty; I don't know where the Geany installer put its theme files.The text was updated successfully, but these errors were encountered: