-
Notifications
You must be signed in to change notification settings - Fork 135
Description
So today I managed to install a theme and use it. \o/
I was able to do so thanks to the documentation.
View -> Change Color Theme.
I think I am using ABC light right now.
Anyway; while the theme is good, I want to change a few things.
The format is quite simple so far, under geanythemes/ directory,
but right now I am not too familiar with it. Could a FAQ be added?
This could be a separate file, or you could put it just into the main
README.md here.
My first specific question is how to change the colour to e. g. some
RGB colour, for the main text within ''. For a .rb ruby file.
Actually, I wonder whether we can customize this on a per-file
basis too. I use mostly .rb files as well as .css and .md files these
days. Also .cgi but these are just .rb, so this can be simplified
onto .rb (not sure how to add aliases).
I also have another question:
keyword=#BF4D58;;true;false
keyword_1=keyword
Where can I find the format specification here? I assume first
is color (hexcolour) and then one omission and two boolean.
Basically I wonder where this is all documented.
The format is still quite simple; hopefully I can use abc-light.conf
as base and customize it. I have not yet checked the other themes
but if this is all a single file then this seems quite easy to learn
eventually. A FAQ as quick-start would be neat though. Right now I
have to semi-randomly search for stuff here and go through try
and error.