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.
我建议访问 http://studiostyl.es/ - 因为它是 Visual Studio 主题的大型存储库。 找到您喜欢的缩略图,拍摄屏幕截图,然后使用颜色选择器捕获值。 将它们放入您的 XML 设置文件中,然后您就可以开始了。
UPDATED ENTIRELY:
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.
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.
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.
发布评论
评论(4)
我创建了一个类似于 Visual Studio 2017 深色主题的架构,
您可以从以下位置下载它: EditorLexers.xml
您需要替换位于以下位置的文件:
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:
新版本 TOAD 的正确文件是 EditorLexers.xml。
对于版本 12.9,此处为
C:\Users\%username%\AppData\Roaming\Dell\Toad for Oracle\12.9\User Files;
对于版本 12.11,此处为
C:\Users\%username%\AppData\Roaming\Quest Software\ Toad for Oracle\12.11\User Files
在这里您可以下载我的 dark主题
享受吧!
更新:它也适用于 13.0 版本。
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.
转到查看 -> 蟾蜍选项。 点击编辑器-> 行为。 有一个名为“语法突出显示”的按钮。 在突出显示选项卡上(默认打开)是样式列表,单击样式将显示为该样式选择的选项...
例如在我的设置中(这是我的安装默认值),保留字为蓝色,注释为绿色、红色字符串等。
滚动浏览,您将看到选项,您可以根据需要进行更改。
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.
完全更新:
官方名称是什么?
文件扩展名 (
.dvtcolortheme
) 表明“Color Theme”
或“DWT Color Theme”
是官方名称。 Toad 论坛上的大多数用户似乎都使用相同的术语。它们在哪里共享?
似乎没有专门的网站来分享颜色主题。 但是,ToadWorld 和 ToadForOracle 人们正在讨论交换这些颜色主题文件。 我建议跳上论坛并询问其他人是否有要共享的文件或知道任何存储库站点。
可用的颜色主题
* GitHub 上的夜间主题:https://github.com/ grng/夜间蟾蜍颜色方案* 一个漂亮的深色背景主题:http://toadfororacle.com/ thread.jspa?messageID=93203滚动您的-拥有
我知道您不想创建自己的,但它看起来比我们预期的要容易得多。
.dwtcolortheme
设置文件只是 XML。我建议访问 http://studiostyl.es/ - 因为它是 Visual Studio 主题的大型存储库。 找到您喜欢的缩略图,拍摄屏幕截图,然后使用颜色选择器捕获值。 将它们放入您的 XML 设置文件中,然后您就可以开始了。
UPDATED ENTIRELY:
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.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.
Available Color Themes
* Nocturnal theme on GitHub: https://github.com/grng/Nocturnal-Toad-Color-Scheme* A nice dark-background theme: http://toadfororacle.com/thread.jspa?messageID=93203Rolling-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.