dreamweavercs5更改代碼顏色方法(可自定義)
來源:易賢網(wǎng) 閱讀:947 次 日期:2016-06-14 14:20:30
溫馨提示:易賢網(wǎng)小編為您整理了“dreamweavercs5更改代碼顏色方法(可自定義)”,方便廣大網(wǎng)友查閱!

通過相應(yīng)路徑找到colors.xml文件把以下代碼斷覆蓋:

xp系統(tǒng)下:

c:\documents and settings\administrator\applicationdata\adobe\dreamweaver cs4\zh_cn\configuration\codecoloring

win7系統(tǒng)下

c:\用戶\administrator\appdata\roaming\adobe\dreamweavercs5\en_us\configuration\codecoloring

覆蓋完成以后,發(fā)現(xiàn)背景并沒有改變,

覆蓋后還要執(zhí)行:編輯->首選項參數(shù)(ctrl+u) -> 代碼顏色-> html默認(rèn)背景色改為:#3f3f3f,如果不合自己心意也可以在配色方案中進行更改。

(配色方案在下方預(yù)覽窗口中直接點擊尋找代碼更改顏色)。

代碼如下:

<codecolors>

<colorgroup>

<syntaxcolor id=codecolor_htmlentity bold=true />

<syntaxcolor id=codecolor_javascriptnative text=#009999 />

<syntaxcolor id=codecolor_javascriptnumber text=#ff0000 />

<syntaxcolor id=codecolor_javascriptclient text=#990099 />

<syntaxcolor id=codecolor_javascriptsprykeywords text=#ff6208 />

<syntaxcolor id=codecolor_javascriptspryclasses text=#ff6208 />

<syntaxcolor id=codecolor_templatetext text=#999999 />

<syntaxcolor id=codecolor_templatecommenttext text=#006600 />

<syntaxcolor id=codecolor_templatecommentattr text=#006600 />

<syntaxcolor id=codecolor_cfcommenttext text=#000000 bgcolor=#ffff99 />

<syntaxcolor id=codecolor_javajsp text=#009999 />

<syntaxcolor id=codecolor_javaimplicit text=#999900 />

<syntaxcolor id=codecolor_javaother text=#990099 />

<syntaxcolor id=codecolor_jsppageoperator text=#000000 />

<syntaxcolor id=codecolor_jsptagliboperator text=#000000 />

<syntaxcolor id=codecolor_jspincludeoperator text=#000000 />

<syntaxcolor id=codecolor_phpscriptblock text=#ff0000 bold=true />

<syntaxcolor id=codecolor_phpscriptcomment text=#ff9900 />

<syntaxcolor id=codecolor_phpscriptconstant text=#552200 />

<syntaxcolor id=codecolor_phpscriptstring text=#cc0000 />

<syntaxcolor id=codecolor_phpscriptfunctionskeywords text=#0000ff />

<syntaxcolor id=codecolor_phpscriptreserved text=#006600 />

<syntaxcolor id=codecolor_phpscripttypes text=#009999 />

<syntaxcolor id=codecolor_phpscriptvariables text=#0066ff />

<syntaxcolor id=codecolor_aspincludeattributes text=#990099 />

<syntaxcolor id=codecolor_aspdiroperator text=#000000 />

<syntaxcolor id=codecolor_librarytext bgcolor=#ffffcc />

<syntaxcolor id=codecolor_datetext bgcolor=#ffffcc />

<syntaxcolor id=codecolor_aspjsnative text=#009999 />

<syntaxcolor id=codecolor_aspjskeywords text=#990099 />

<syntaxcolor id=codecolor_aspnetcsharpkeywords text=#990099 />

<syntaxcolor id=codecolor_vbsnative text=#990099 />

<syntaxcolor id=codecolor_vbsconstants text=#009999 />

<syntaxcolor id=codecolor_vbnetnative text=#990099 />

<syntaxcolor id=codecolor_vbnetconstants text=#009999 />

<tagcolor id=codecolor_htmlanchor text=#006600 />

<tagcolor id=codecolor_htmlform text=#ff9900 />

<tagcolor id=codecolor_htmlimage text=#990099 />

<tagcolor id=codecolor_htmlobject text=#990000 />

<tagcolor id=codecolor_htmlscript text=#990000 />

<tagcolor id=codecolor_htmlstyle text=#990099 />

<tagcolor id=codecolor_htmltable text=#009999 />

<syntaxcolor id=codecolor_spryattributes text=#ff6208 />

<syntaxcolor id=codecolor_spry_tag_normal bgcolor=#f8d0af />

<syntaxcolor id=codecolor_spry_tag_hover bgcolor=#ff9b58 />

<syntaxcolor id=codecolor_spry_tag_selected bgcolor=#ff6d0c />

<syntaxcolor id=codecolor_htmlcomment text=#999999 />

<syntaxcolor id=codecolor_htmlstring text=#0000ff />

<syntaxcolor id=codecolor_htmlnumber text=#0000ff />

<syntaxcolor id=codecolor_javascriptfunction text=#000000 bold=true />

<syntaxcolor id=codecolor_javascriptbracket text=#000099 bold=true />

<syntaxcolor id=codecolor_javascriptreserved text=#000099 bold=true />

<syntaxcolor id=codecolor_javascriptstring text=#0000ff />

<syntaxcolor id=codecolor_javascriptcomment text=#999999 />

<syntaxcolor id=codecolor_cssselector text=#ff00ff />

<syntaxcolor id=codecolor_cssproperty text=#000099 />

<syntaxcolor id=codecolor_cssvalue text=#0000ff />

<syntaxcolor id=codecolor_cssimport text=#009999 bold=true />

<syntaxcolor id=codecolor_cssmedia text=#990000 bold=true />

<syntaxcolor id=codecolor_csskeywordimportant text=#ff0000 bold=true />

<tagcolor id=dwtaglibrary_cfc text=#990033 />

<tagcolor id=dwtaglibrary_cfml text=#990033 />

<syntaxcolor id=codecolor_aspdirtagkeywords text=#990033 />

<tagcolor id=dwtaglibrary_aspnetmmtags text=#990033 />

<tagcolor id=dwtaglibrary_aspnettemplates text=#990033 />

<tagcolor id=dwtaglibrary_aspnet text=#990033 />

<tagcolor id=codecolor_cfscripttag text=#990033 />

<syntaxcolor id=codecolor_aspdirstring text=#0000ff />

<syntaxcolor id=codecolor_actionscriptproperty text=#000084 />

<syntaxcolor id=codecolor_actionscriptnative text=#000084 />

<syntaxcolor id=codecolor_actionscriptnumber text=#000000 />

<syntaxcolor id=codecolor_actionscriptfunction text=#000084 />

<syntaxcolor id=codecolor_actionscriptbracket text=#000000 />

<syntaxcolor id=codecolor_actionscriptoperator text=#000000 />

<syntaxcolor id=codecolor_actionscriptreserved text=#000084 />

<syntaxcolor id=codecolor_actionscriptstring text=#0000ff />

<syntaxcolor id=codecolor_actionscriptcomment text=#848284 />

<syntaxcolor id=codecolor_actionscriptremoting text=#000084 />

<syntaxcolor id=codecolor_ascommbracket text=#000099 bold=true />

<syntaxcolor id=codecolor_ascommcomment text=#999999 />

<syntaxcolor id=codecolor_ascommfunction text=#000000 bold=true />

<syntaxcolor id=codecolor_ascommnative text=#009999 />

<syntaxcolor id=codecolor_ascommnumber text=#ff0000 />

<syntaxcolor id=codecolor_ascommreserved text=#000099 />

<syntaxcolor id=codecolor_ascommstring text=#0000ff />

<syntaxcolor id=codecolor_asremotebracket text=#000099 bold=true />

<syntaxcolor id=codecolor_asremotecomment text=#999999 />

<syntaxcolor id=codecolor_asremotefunction text=#000000 bold=true />

<syntaxcolor id=codecolor_asremotenative text=#009999 />

<syntaxcolor id=codecolor_asremotenumber text=#ff0000 />

<syntaxcolor id=codecolor_asremotereserved text=#000099 />

<syntaxcolor id=codecolor_asremotestring text=#0000ff />

</colorgroup>

<colorgroup doctypes=css>

<syntaxcolor id=codecolor_cssimport text=#666 bold=true />

<syntaxcolor id=codecolor_cssmedia text=#900 bold=true />

<syntaxcolor id=codecolor_csskeywordimportant text=#f00 bold=true />

<syntaxcolor id=codecolor_cssselector text=#7cb7f1 />

<syntaxcolor id=codecolor_cssvalue text=#f0eb8e />

<syntaxcolor id=codecolor_cssproperty text=#8fe28f />

<syntaxcolor id=codecolor_csscomment text=#ccc />

<syntaxcolor id=codecolor_cssstring text=#ff0 />

</colorgroup>

<colorgroup doctypes=html>

<syntaxcolor id=codecolor_aspincludedirdefaulttext text=#000 />

<syntaxcolor id=codecolor_aspincludeattributes text=#909 />

<syntaxcolor id=codecolor_aspincludestring text=#060 />

<tagcolor id=codecolor_cfscripttag text=#903 />

<syntaxcolor id=codecolor_cssimport text=#666 bold=true />

<syntaxcolor id=codecolor_cssmedia text=#cc0 />

<syntaxcolor id=codecolor_csskeywordimportant text=#ff0 />

<syntaxcolor id=codecolor_cssselector text=#8fe28f />

<syntaxcolor id=codecolor_cssvalue text=#b44781 />

<syntaxcolor id=codecolor_cssproperty text=#7e9f74 />

<syntaxcolor id=codecolor_csscomment text=#bbb />

<syntaxcolor id=codecolor_cssstring text=#db0057 />

<tagcolor id=codecolor_htmlanchor text=#6db7f1 />

<tagcolor id=codecolor_htmlform text=#f90 />

<tagcolor id=codecolor_htmlimage text=#b44781 />

<tagcolor id=codecolor_htmlobject text=#900 />

<tagcolor id=codecolor_htmlscript text=#ff0 />

<tagcolor id=codecolor_htmlstyle text=#ff0 />

<tagcolor id=codecolor_htmltable text=#62b773 />

<tagcolor id=dwtaglibrary_html text=#8fe27b />

<syntaxcolor id=codecolor_htmltag text=#bbb />

<syntaxcolor id=codecolor_htmlnumber text=#fff />

<syntaxcolor id=codecolor_htmlentity text=#666 bold=true />

<syntaxcolor id=codecolor_htmltext text=#c3d3d7 />

<syntaxcolor id=codecolor_htmlstring text=#f0eb8e />

<syntaxcolor id=codecolor_htmlcomment text=#bbb />

<syntaxcolor id=codecolor_javascriptregexp text=#060 />

<syntaxcolor id=codecolor_javascriptreserved text=#cc0 bold=true />

<syntaxcolor id=codecolor_javascriptnative text=#099 />

<syntaxcolor id=codecolor_javascriptidentifier text=#9c0 />

<syntaxcolor id=codecolor_javascriptfunction text=#fff bold=true />

<syntaxcolor id=codecolor_javascriptclient text=#9c0 />

<syntaxcolor id=codecolor_javascriptbracket text=#fff bold=true />

<syntaxcolor id=codecolor_javascriptdefaulttext text=#fff />

<syntaxcolor id=codecolor_javascriptnumber text=#b44781 />

<syntaxcolor id=codecolor_javascriptoperator text=#cc0 />

<syntaxcolor id=codecolor_javascriptcomment text=#bbb />

<syntaxcolor id=codecolor_javascriptstring text=#68a2b0 />

<tagcolor id=dwtaglibrary_templates text=#009 />

<syntaxcolor id=codecolor_librarytext text=#000 bgcolor=#ffc />

<syntaxcolor id=codecolor_datetext text=#000 bgcolor=#ffc />

<syntaxcolor id=codecolor_templatetext text=#999 />

<syntaxcolor id=codecolor_templatecommenttext text=#060 />

<syntaxcolor id=codecolor_templatecommentattr text=#060 />

</colorgroup>

</codecolors>

更多信息請查看網(wǎng)頁制作
易賢網(wǎng)手機網(wǎng)站地址:dreamweavercs5更改代碼顏色方法(可自定義)
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!

2025國考·省考課程試聽報名

  • 報班類型
  • 姓名
  • 手機號
  • 驗證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 加入群交流 | 手機站點 | 投訴建議
工業(yè)和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網(wǎng)安備53010202001879號 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號:hfpxwx
咨詢QQ:526150442(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報警專用圖標(biāo)