diff --git a/mode/python.py b/mode/python.py index 7ebfb19..7bb02bf 100644 --- a/mode/python.py +++ b/mode/python.py @@ -558,8 +558,7 @@ class Python(mode.Fundamental): closetags = {')': '(', ']': '[', '}': '{'} commentc = '#' colors = { - #'python.def': ('blue', 'default', 'bold'), - 'python.def': ('red532', 'default', 'bold'), + 'python.def': ('blue', 'default', 'bold'), 'python.class': ('yellow', 'default', 'bold'), 'python.decorator': ('magenta', 'default'), 'python.reserved': ('magenta', 'default', 'bold'),