Dreamweaver CS5 颜色主题?
如何更改 Dreamweaver CS5 中的默认颜色/字体?
How do I change the default coloring/fonts in Dreamweaver CS5?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何更改 Dreamweaver CS5 中的默认颜色/字体?
How do I change the default coloring/fonts in Dreamweaver CS5?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
代码颜色:编辑(Mac 上的 Dreamweaver)-> “首选项”、“代码颜色”类别,选择要编辑的文档类型,然后单击“编辑颜色方案”按钮。颜色消失。
由于您不知道您实际上想在问题中看到什么,如果您碰巧喜欢“深色”主题,请查看以下页面上的说明:http://www.sramekdesign.com/dreamweaver/dark-coding-colorization-for-dreamweaver/
字体:编辑(Mac 上的 Dreamweaver)->首选项,字体类别。您应该能够从系统上安装的任何字体中进行选择。有关字体推荐,请参阅:推荐用于编程的字体?
Code color: Edit (Dreamweaver on Mac) -> Preferences, Code Color category, select that document type you want to edit and then click the Edit Coloring Scheme button. Color away.
Since you give no clue as to what you'd actually like to see in your question, if you happen to like a "dark" theme, then check out the instructions on the following page: http://www.sramekdesign.com/dreamweaver/dark-coding-colorization-for-dreamweaver/
Fonts: Edit (Dreamweaver on Mac) -> Preferences, Fonts category. You should be able to choose from any font that is installed on your system. For font recommendations see: Recommended Fonts for Programming?
我创建了一个 Dreamweaver 颜色主题编辑器,它允许您从默认主题或我制作的深色主题开始,该主题旨在使您可以轻松过渡到深色主题。
您可以编辑 18 种不同的颜色,然后可以下载一个 xml 文件来替换当前的颜色。它负责处理所有冗余的颜色设置。它还包含有关如何安装主题的说明。超级简单。
尝试一下! http://inorganik.net/dw-color-theme-editor< /a>
I created a Dreamweaver color theme editor, it lets you start with the default theme or a dark theme I made that's designed to make it easy to transition to a dark theme.
You can edit 18 different colors, and then you can download an xml file that replaces the current one. It takes care of all the redundant color settings. It also has instructions for how to install the theme. Super easy.
Try it out! http://inorganik.net/dw-color-theme-editor
我根据 TextMate 的“最小主题”创建了一个深色主题。它针对 HTML、CSS、JS 和 PHP 进行了优化。
下载:https://gist.github.com/998843
使用链接中概述的相同安装说明Danilo 已发送,但将背景颜色设置为#25221C。
I've created a dark colour theme based on the 'minimal Theme' for TextMate. It's optimised for HTML, CSS, JS, and PHP.
To download: https://gist.github.com/998843
Use the same installation instructions outlined in the link Danilo sent, but set the background colour to #25221C.