Author Topic: Color Scheme exporting?  (Read 4529 times)

Andir

  • Guest
Color Scheme exporting?
« 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?

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Color Scheme exporting?
« Reply #1 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

Andir

  • Guest
Re: Color Scheme exporting?
« Reply #2 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. :?