Swap debug-garbage log colours

kivy_mainline_and_py3.8
Tyler Goodlet 2018-01-25 20:59:56 -05:00
parent 5c4996873a
commit c6cff5a432
1 changed files with 2 additions and 2 deletions

View File

@ -32,9 +32,9 @@ STD_PALETTE = {
'ERROR': 'red', 'ERROR': 'red',
'WARNING': 'yellow', 'WARNING': 'yellow',
'INFO': 'green', 'INFO': 'green',
'DEBUG': 'purple', 'DEBUG': 'blue',
'TRACE': 'cyan', 'TRACE': 'cyan',
'GARBAGE': 'blue', 'GARBAGE': 'purple',
} }
BOLD_PALETTE = { BOLD_PALETTE = {
'bold': { 'bold': {