Question

I am a big fan of the light colors on a dark background color scheme for programming - which is unfortunately not what Quest's Toad comes with by default.

I notice that it is possible to export and import settings under the language management window, and I know that Toad has a large level of community involvement. So I assume there must be some location where people are posting their custom coloring schemes. However, in part because I don't know what the Toad guys call them (skins? colorization? themes?) and in part because its so hard to Google Toad +skins I cannot for the life of me find them.

Does anyone know if there is such a place so I don't have to set the colors by hand?

Was it helpful?

Solution

UPDATED ENTIRELY:

  1. What's the official name?

    The file extension (.dvtcolortheme) suggests "Color Theme" or "DWT Color Theme" are the official names. Most users on Toad forums seem to use the same terminology.

  2. Where are they shared?

    There does not seem to be a dedicated site for sharing color themes. However, there were a couple forums on ToadWorld, and ToadForOracle where folks were talking about swapping these color theme files. I would suggest hopping on the forum and asking if others have files to share or know of any repository sites.

  3. Available Color Themes

    * A nice dark-background theme: http://toadfororacle.com/thread.jspa?messageID=93203

  4. Rolling-your-own

    I know you did not want to create your own, but it looks a lot easier than either of us expected. The .dwtcolortheme settings file is just XML.

    I suggest visiting http://studiostyl.es/ - as it's a large repository of Visual Studio themes. Find a thumbnail you like, take a screen shot, and use a color picker to capture the values. Plop them in your XML settings file and you are ready to go.

OTHER TIPS

Go to View -> Toad Options. Click Editor -> Behavior. There is a button called Syntax Highlighting. On the Highlighting Tab (opens by default) is a list of styles, clicking on the style will show the options selected for that style...

For example in my setup (which is my install default), Reserved Words are blue, Comments green, Strings Red, etc.

Scroll through and you'll see the options, and you can change as necessary for your needs.

The right file for new versions of TOAD is EditorLexers.xml.

For version 12.9 is here

C:\Users\%username%\AppData\Roaming\Dell\Toad for Oracle\12.9\User Files

instead for version 12.11 is here

C:\Users\%username%\AppData\Roaming\Quest Software\Toad for Oracle\12.11\User Files

Here you can download my dark theme

Enjoy!

Update: it works also in version 13.0.

I have created a schema similar to Visual Studio 2017 dark theme

You can download it from: EditorLexers.xml

You need to replace the file located at:

C:\Users\[YOUR_USER]\AppData\Roaming\Quest Software\Toad for Oracle\13.1\User Files

Screenshot

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top