1、首先要找到名為config-highlight.cfg的檔案
在linux系列系統下路徑為(~表示使用者目錄):
~/.idlerc/
在windows xp下路徑為:
c:\documents and settings\使用者名稱》\.idlerc\
在windows 7下路徑為:
c:\users\使用者名稱》\.idlerc\
對於windows可以直接開啟開始執行或者在位址列輸入下面的路徑確認即可:
%userprofile%\.idlerc\找到這個名叫config-highlight.cfg檔案後接下來就需要編輯它了
開啟檔案後,你會看到一些預設的顏色配置,比如經典的顏色配置就是白色背景,一般這個檔案中會有兩種配置可供選擇:
[idle classic]和[idle new]
表現在idle介面上就是在python shell下,選擇options—configure idle—-highlighting選項中,右側的highlighting theme主題選擇。
如果直接在原始檔上修改顏色有些麻煩,除非你特別熟悉顏色。網上有經典的背景配置:
[obsidian]
definition-foreground = #678cb1
error-foreground = #ff0000
string-background = #293134
keyword-foreground = #93c763
normal-foregroundwww.cppcns.com = #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
kkeejieyword-background = #293134
string-foreground = #ec7600
break-foreground = #e0e2e4
error-background = #293134
[tango]
definition-foreground = #fce94f
error-f程式設計客棧oreground = #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-ba程式設計客棧ckground = #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到剛才開啟的config-highlight.def檔案中,然後重啟shell就可以。
重啟後,shell會預設選擇原來的。你就在highlighting theme主題中檢視,此時已經多了兩種主題,就是你剛才新增的。
預設編輯器
建立乙個自定義列表 如何建立乙個註腳 注釋也是必不可少的 katex數學公式 新的甘特圖功能,豐富你的文章 uml 圖表 flowchart流程圖 匯出與匯入 你好!這是你第一次使用markdown編輯器所展示的歡迎頁。如果你想學習如何使用markdown編輯器,可以仔細閱讀這篇文章,了解一下mar...
vim git for window 預設編輯器
vim其實是linux的乙個文字編輯器,所以 vi 檔名 後,其實是進入vi程式了。vi有兩種模式,編輯模式和命令模式 在命令模式下,我們可以直接按 i 此時就會切換到編輯模式,如上圖,下方有個insert,此時可以直接修改文字內容。在編輯模式下,按 esc 就可以切換到命令模式。下面介紹幾個常用的...
ubuntu 修改 預設編輯器
因為覺得gedit太簡陋,vim vi nano又沒有ui那麼直觀,所以安裝了atom編輯器。但是每次還是預設從gedir開啟文字,所以我需要 修改預設編輯器的設定。note 這裡就以 設定 atom 為 預設編輯器 為例進行說明。在sudo下分別進入以下兩個檔案 etc gnome default...