Modified version of your theme...
GoogleCodeExporter opened this issue · 6 comments
GoogleCodeExporter commented
Hi,
It's stupid for me to contact you this way, but I was unable to find any
other. Anyway... I saw the Wiki contribution page but my modifications to
your theme are large in numbers.
One of the things I've changed/added:
1. css3 support
2. margin color
3. marker color
4. cursor color
5. highlight color
6. darkened comments a bit
7. css directive coloring
8. python docstring coloring
These are just few changes. You can find modified theme attached. :) Take
what you like, :D discard other :)...
Cheers!
Original issue reported on code.google.com by MeanEYE.rcf
on 31 Dec 2009 at 1:14
Attachments:
GoogleCodeExporter commented
Here's a screen shot :)
Original comment by MeanEYE.rcf
on 31 Dec 2009 at 1:18
Attachments:
GoogleCodeExporter commented
Hi,
Can anyone help me to fix this thing,
I like the screenshot above and try to tackle out,
the way Geany highlighting the current line (the line with cursor) like that.
Because my current line is much annoying, it highlight the background color
to white and when I type in, the letters are white either. So I couldn't see
what I
am typing in.
Please help!!!
Thanks
Original comment by nguyenhg...@gmail.com
on 5 May 2010 at 12:50
GoogleCodeExporter commented
This setting lives in your filetypes.common file - this is shipped as part of
the geany-dark-
scheme, where the setting can be found on line 24.
Mine - which looks approximately like the one in the screenshot above, is set
like this:
current_line=0x0;0x2F2F2F;true;false
You can find your filetypes.common file wherever you installed the theme - see
http://code.google.com/p/geany-dark-scheme/wiki/InstallGuide
Original comment by duncan.l...@gmail.com
on 5 May 2010 at 1:40
GoogleCodeExporter commented
Thanks for the information. I also had this problem. Though, of course
highlighting came up regarding syntax. Though, I was searching for highlighting
that did not regard the syntax for the language. Though, I googled for geany in
document highlighting or geany in program highlighting in order to fix the
appearance of the white on white highlighting while typing an HTML document
using the Vibrant Dark or Tango Dark syntax highlighting theme.
Original comment by 1kblabbi...@gmail.com
on 22 Jan 2011 at 5:52
GoogleCodeExporter commented
But can I override the "current_line" attribute of filetypes.common just for
some languages? The highlighted line it's nice on dark backgrounds, but on
other languages not supported by geany-dark it's horrible.
I've been trying this with no success.
Original comment by vinicius...@gmail.com
on 30 Oct 2010 at 11:25
GoogleCodeExporter commented
That just means other languages are not configured. You could add config files
for those as well. It's not hard to do.
Original comment by MeanEYE.rcf
on 30 Oct 2010 at 2:57