創(chuàng)新互聯(lián)www.cdcxhl.cn八線動(dòng)態(tài)BGP香港云服務(wù)器提供商,新人活動(dòng)買多久送多久,劃算不套路!
網(wǎng)站設(shè)計(jì)制作過(guò)程拒絕使用模板建站;使用PHP+MYSQL原生開(kāi)發(fā)可交付網(wǎng)站源代碼;符合網(wǎng)站優(yōu)化排名的后臺(tái)管理系統(tǒng);成都網(wǎng)站設(shè)計(jì)、網(wǎng)站制作收費(fèi)合理;免費(fèi)進(jìn)行網(wǎng)站備案等企業(yè)網(wǎng)站建設(shè)一條龍服務(wù).我們是一家持續(xù)穩(wěn)定運(yùn)營(yíng)了十載的成都創(chuàng)新互聯(lián)公司網(wǎng)站建設(shè)公司。這篇文章主要介紹更換python默認(rèn)編輯器背景色的方法,文中示例代碼介紹的非常詳細(xì),具有一定的參考價(jià)值,感興趣的小伙伴們一定要看完!
初學(xué)Python,想必大家拿來(lái)練習(xí)最多的IDE就是Python自帶的IDLE了,但是默認(rèn)的代碼配色及語(yǔ)法高亮主題確實(shí)很不適應(yīng)。下面我們就來(lái)看一下修改python默認(rèn)編輯器背景顏色的方法。
1、首先要找到名為config-highlight.cfg的文件
在Linux系列系統(tǒng)下路徑為(~表示用戶目錄):
~/.idlerc/
在Windows XP下路徑為:
C:\Documents and Settings\<用戶名>\.idlerc\
在Windows 7下路徑為:
C:\Users\<用戶名>\.idlerc\
對(duì)于Windows可以直接打開(kāi)開(kāi)始運(yùn)行或者在地址欄輸入下面的路徑確認(rèn)即可:
%USERPROFILE%\.idlerc\找到這個(gè)名叫config-highlight.cfg文件后接下來(lái)就需要編輯它了
打開(kāi)文件后,你會(huì)看到一些默認(rèn)的顏色配置,比如經(jīng)典的顏色配置就是白色背景,一般這個(gè)文件中會(huì)有兩種配置可供選擇:
[IDLE Classic]和[IDLE New]
表現(xiàn)在IDLE界面上就是在python shell下,選擇options—configure IDLE—-highlighting選項(xiàng)中,右側(cè)的highlighting theme主題選擇。
如果直接在源文件上修改顏色有些麻煩,除非你特別熟悉顏色。網(wǎng)上有經(jīng)典的背景配置:
[Obsidian] definition-foreground = #678CB1 error-foreground = #FF0000 string-background = #293134 keyword-foreground = #93C763 normal-foreground = #E0E2E4 comment-background = #293134 hit-foreground = #E0E2E4 builtin-background = #293134 stdout-foreground = #678CB1 cursor-foreground = #E0E2E4 break-background = #293134 comment-foreground = #66747B hilite-background = #2F393C hilite-foreground = #E0E2E4 definition-background = #293134 stderr-background = #293134 hit-background = #000000 console-foreground = #E0E2E4 normal-background = #293134 builtin-foreground = #E0E2E4 stdout-background = #293134 console-background = #293134 stderr-foreground = #FB0000 keyword-background = #293134 string-foreground = #EC7600 break-foreground = #E0E2E4 error-background = #293134 [tango] definition-foreground = #fce94f error-foreground = #fa8072 string-background = #2e3436 keyword-foreground = #8cc4ff normal-foreground = #ffffff comment-background = #2e3436 hit-foreground = #ffffff break-foreground = #000000 builtin-background = #2e3436 stdout-foreground = #eeeeec cursor-foreground = #fce94f hit-background = #2e3436 comment-foreground = #73d216 hilite-background = #edd400 definition-background = #2e3436 stderr-background = #2e3436 break-background = #2e3436 console-foreground = #87ceeb normal-background = #2e3436 builtin-foreground = #ad7fa8 stdout-background = #2e3436 console-background = #2e3436 stderr-foreground = #ff3e40 keyword-background = #2e3436 string-foreground = #e9b96e hilite-foreground = #2e3436 error-background = #2e3436
直接把上面的代碼copy到剛才打開(kāi)的config-highlight.def文件中,然后重啟shell就可以。
重啟后,shell會(huì)默認(rèn)選擇原來(lái)的。你就在highlighting theme主題中查看,此時(shí)已經(jīng)多了兩種主題,就是你剛才添加的。
以上是更換python默認(rèn)編輯器背景色的方法的所有內(nèi)容,感謝各位的閱讀!希望分享的內(nèi)容對(duì)大家有幫助,更多相關(guān)知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)-成都網(wǎng)站建設(shè)公司行業(yè)資訊頻道!