Hi, I also rolled my own dark .cpp recently. As a consequence, I am losing my cursor in the split window plugin, because it is pure blinking black. Is there an option to change its color as well?
Sorry for highjacking the thread, but it kind of fits :) Lacking a homepage, I also attached my filetypes.cpp and .common for any folks looking for further dark themes. Best, Matt On 8/9/09, sh zhou <[email protected]> wrote: > Thank you Barry van Oudtshoorn , I'll have a try. > > 2009/8/9 Barry van Oudtshoorn <[email protected]> > >> If you want a dark background colour, it's probably a good idea to >> download one of the "dark" colour schemes from the Geany website, so that >> your text remains legible against the background. >> >> Regards, >> >> Barry van Oudtshoorn >> www.barryvan.com.au >> >> >> Dominic Hopf wrote: >> >> Am Sonntag, den 09.08.2009, 15:39 +0800 schrieb sh zhou: >> >> >> Dear All, >> >> In attachment there is a picture. my question is which settings should >> I modify if I want to change the background color. >> >> I know in "edit/preference/terminal" , I can change the terminal >> window's background color( domain 2). but how to change the main >> writing window ( domain 1), the 'white color' looks uncomfortable. >> >> >> Just edit your ~/.config/geany/filedefs/filetypes.common accordingly to >> what color you like. If it's not there you can copy it from >> $prefix/share/geany which usually is /usr/share/geany. >> See also the manual [1] and in special the section "Special file >> filetypes.common" [2] for more information. >> >> [1] http://www.geany.org/manual/current/index.html#id138 >> [2]http://www.geany.org/manual/current/index.html#special-file-filetypes-common >> >> Regards, >> Dominic >> >> >> >> ------------------------------ >> >> _______________________________________________ >> Geany mailing >> [email protected]http://lists.uvena.de/cgi-bin/mailman/listinfo/geany >> >> >> _______________________________________________ >> Geany mailing list >> [email protected] >> http://lists.uvena.de/cgi-bin/mailman/listinfo/geany >> >> > > > -- > > Shenghui Student > Major: Physics > HuNan University China >
filetypes.common
Description: Binary data
# For complete documentation of this file, please see Geany's main documentation [styling] # foreground;background;bold;italic #default=0xe3e3e3;0x000000;false;false default=0x51a800;0x000000;false;false #comment=0x51a800;0x000000;false;false comment=0xa66c00;0x000000;false;false commentline=0xa66c00;0x000000;false;false commentdoc=0xa66c00;0x000000;false;false number=0x51a800;0x000000;false;false word=0x009871;0x000000;false;false word2=0xd900ff;0x000000;true;false #string=0xa66c00;0x000000;false;false string=0xb8b500;0x000000;false;false character=0xb8b500;0x000000;false;false uuid=0x00ff44;0x000000;false;false preprocessor=0xffffff;0x000000;false;false operator=0x51a800;0x000000;false;false identifier=0x51a800;0x000000;false;false stringeol=0x51a800;0x000000;false;false verbatim=0x51a800;0x000000;false;false regex=0x00ffdd;0x000000;false;false commentlinedoc=0xa66c00;0x000000;false;false commentdockeyword=0xa66c00;0x000000;false;false commentdockeyworderror=0xa66c00;0x000000;false;false globalclass=0xb8b500;0x000000;true;false # whether arguments of preprocessor commands should be styled (only first argument is used) # 1 to enable, 0 to disable styling_within_preprocessor=1;0;false;false [keywords] # all items must be in one line primary=and and_eq asm auto bitand bitor bool break case catch char class compl const const_cast continue default delete do double dynamic_cast else enum explicit export extern false float for friend goto if inline int long mutable namespace new not not_eq operator or or_eq private protected public register reinterpret_cast return short signed sizeof static static_cast struct switch template this throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq secondary= # these are some doxygen keywords (incomplete) docComment=attention author brief bug class code date def enum example exception file fn namespace note param remarks return see since struct throw todo typedef var version warning union [settings] # default extension used when saving files #extension=cpp # the following characters are these which a "word" can contains, see documentation #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 # if only single comment char is supported like # in this file, leave comment_close blank comment_open=// comment_close= # this is an alternative way, so multiline comments are used #comment_open=/* #comment_close=*/ # set to false if a comment character/string should start at column 0 of a line, true uses any # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d #command_example(); # setting to false would generate this # command_example(); # This setting works only for single line comments comment_use_indent=false # context action command (please see Geany's main documentation for details) context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension # (use only one of it at one time) compiler=g++ -Wall -c "%f" linker=g++ -Wall -o "%e" "%f" run_cmd="./%e"
_______________________________________________ Geany mailing list [email protected] http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
