2

Python の記述に Enthought Canopy を使用することがあります。対話型インタープリターの背景を変更するオプションが気に入っていますが、エディターの背景色を変更するオプションはありません。

できれば、色を黒(っぽい)に変えたいです。Preferences.ini ファイルで設定できると思いますが、キーワードがわからず、canopy が受け入れる引数に関するドキュメントが見つかりません。設定はpreferences.iniというファイルにあると思いますが、どうしてもわかりません。

Preferences.ini - Windows C:\Users\\AppData\Roaming\Enthought\Canopy\preferences.ini

Preferences.ini - Mac ~/.canopy/preferences.ini

以下は、preferences.ini ファイルの例です。

[sessions]
startup_mode = show_last_window
[python_frontend]
theme = linux
prompt_on_exit = True
[code_editor]
right_margin_enabled = True
right_margin_column = 80
smart_parenthesis_enabled = False
tab_completion_enabled = True
[accounts]
first_name = Brave
last_name = SirRobin
authenticated = True
[main]
font = 9 point Inconsolata Light

誰かがこれをやったことがありますか、または誰か提案がありますか?

4

2 に答える 2