GNOME Bugzilla – Bug 356389
Include Tango colors
Last modified: 2006-10-06 10:47:48 UTC
Now that more and more icons/artwork uses the Tango color scheme (and icons), it would probably be a good idea to include a Tango-terminal pallette to the built-in lits of color presets. More details: http://uwstopia.nl/blog/2006/07/tango-terminal
Feel free to attach a patch to add an alternative colour scheme!
Where exactly are the color palettes defined? Adding a new entry sounds pretty straight-forward by adding some lines similar to these: | ./src/profile-editor.c: | { N_("Linux console"), terminal_palette_linux }, |./src/terminal-profile.h: | extern const GdkColor terminal_palette_linux[TERMINAL_PALETTE_SIZE]; But I didn't find the location of the actual color values after some grepping... any clue?
Nevermind, it's in terminal-profile.c
Created attachment 73024 [details] [review] Proposes fix This patch adds the tango color palette to the list of built-in palettes. See http://uwstopia.nl/blog/2006/07/tango-terminal for a screenshot.
Mind if I commit this to CVS?
Should be done after we branch.
2006-10-06 Wouter Bolsterlee <wbolster@gnome.org> * src/profile-editor.c: * src/terminal-profile.c: * src/terminal-profile.h: Include Tango color scheme. Fixes bug #356389.