Commit 272cbb49 authored by Jeremy Hylton's avatar Jeremy Hylton

superceded by IdleConf/config.txt

parent e81f28b6
# Color Prefs for idle
class ColorPrefs:
CNormal = "black", "white" # "purple", "white"
CKeyword = "#ff7700", None
CComment = "#dd0000", None
CString = "#00aa00", None
CDefinition = "#0000ff", None
CHilite = "#000068", "#006868"
CSync = None, None # None, "#ffff00"
CTodo = None, None # None, "#cccccc"
CBreak = "#ff7777", None
CHit = "#ffffff", "#000000"
CStdIn = None, None # None, "yellow"
CStdOut = "blue", None
CStdErr = "red", None
CConsole = "#770000", None
CError = None, "#ff7777"
CCursor = None, "black"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment