Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Andir on November 04, 2005, 02:25:46 pm

Title: Color Scheme exporting?
Post by: Andir on November 04, 2005, 02:25:46 pm
I searched the forum looking for this, but is there a way to export the color sheme?  I normally set my code coloring up to use a black background, light text.  I want to install this on another computer, but I don't want to have to re-do all the color selections since I did some specific tweaking to some colors.  I was not able to find out where the settings for this were saved by editing the colors and searching for files last modified in 1 day either.  How are these values stored?
Title: Re: Color Scheme exporting?
Post by: tiwag on November 04, 2005, 02:32:25 pm
its stored in the registry

export starting from this key
Code
HKEY_CURRENT_USER\Software\Code::Blocks\Code::Blocks v1.0\editor\color_sets
and import it on your other computer
Title: Re: Color Scheme exporting?
Post by: Andir on November 04, 2005, 02:35:21 pm
Awesome...I swear I looked in the registry too, but I didn't look hard enough I guess. :?