Console:
* Added own theme support for the cursor, was depending on the line_error color before.
This commit is contained in:
@@ -958,6 +958,7 @@ class USERPREF_PT_theme(bpy.types.Panel):
|
||||
col.prop(prefs, "line_input")
|
||||
col.prop(prefs, "line_info")
|
||||
col.prop(prefs, "line_error")
|
||||
col.prop(prefs, "cursor")
|
||||
|
||||
|
||||
class USERPREF_PT_file(bpy.types.Panel):
|
||||
|
||||
Reference in New Issue
Block a user