File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 31
31
'user_idle' : '' ,
32
32
'user_offline' : '' ,
33
33
'user_inactive' : '' ,
34
+ 'user_bot' : '' ,
34
35
'title' : 'bold' ,
35
36
'column_title' : 'bold' ,
36
37
'time' : '' ,
Original file line number Diff line number Diff line change 30
30
'user_idle' : (Color .NEUTRAL_YELLOW , Color .DARK0_HARD ),
31
31
'user_offline' : (Color .LIGHT2 , Color .DARK0_HARD ),
32
32
'user_inactive' : (Color .LIGHT2 , Color .DARK0_HARD ),
33
+ 'user_bot' : (Color .LIGHT2 , Color .DARK0_HARD ),
33
34
'title' : (Color .LIGHT2__BOLD , Color .DARK0_HARD ),
34
35
'column_title' : (Color .LIGHT2__BOLD , Color .DARK0_HARD ),
35
36
'time' : (Color .BRIGHT_BLUE , Color .DARK0_HARD ),
Original file line number Diff line number Diff line change 29
29
'user_idle' : (Color .NEUTRAL_YELLOW , Color .LIGHT0_HARD ),
30
30
'user_offline' : (Color .DARK2 , Color .LIGHT0_HARD ),
31
31
'user_inactive' : (Color .DARK2 , Color .LIGHT0_HARD ),
32
+ 'user_bot' : (Color .DARK2 , Color .LIGHT0_HARD ),
32
33
'title' : (Color .DARK2__BOLD , Color .LIGHT0_HARD ),
33
34
'column_title' : (Color .DARK2__BOLD , Color .LIGHT0_HARD ),
34
35
'time' : (Color .FADED_BLUE , Color .LIGHT0_HARD ),
Original file line number Diff line number Diff line change 24
24
'user_idle' : (Color .DARK_GRAY , Color .LIGHT_BLUE ),
25
25
'user_offline' : (Color .BLACK , Color .LIGHT_BLUE ),
26
26
'user_inactive' : (Color .BLACK , Color .LIGHT_BLUE ),
27
+ 'user_bot' : (Color .BLACK , Color .LIGHT_BLUE ),
27
28
'title' : (Color .WHITE__BOLD , Color .DARK_BLUE ),
28
29
'column_title' : (Color .BLACK__BOLD , Color .LIGHT_BLUE ),
29
30
'time' : (Color .DARK_BLUE , Color .LIGHT_BLUE ),
Original file line number Diff line number Diff line change 24
24
'user_idle' : (Color .YELLOW , Color .BLACK ),
25
25
'user_offline' : (Color .WHITE , Color .BLACK ),
26
26
'user_inactive' : (Color .WHITE , Color .BLACK ),
27
+ 'user_bot' : (Color .WHITE , Color .BLACK ),
27
28
'title' : (Color .WHITE__BOLD , Color .BLACK ),
28
29
'column_title' : (Color .WHITE__BOLD , Color .BLACK ),
29
30
'time' : (Color .LIGHT_BLUE , Color .BLACK ),
Original file line number Diff line number Diff line change 24
24
'user_idle' : (Color .DARK_BLUE , Color .WHITE ),
25
25
'user_offline' : (Color .BLACK , Color .WHITE ),
26
26
'user_inactive' : (Color .BLACK , Color .WHITE ),
27
+ 'user_bot' : (Color .BLACK , Color .WHITE ),
27
28
'title' : (Color .WHITE__BOLD , Color .DARK_GRAY ),
28
29
'column_title' : (Color .BLACK__BOLD , Color .WHITE ),
29
30
'time' : (Color .DARK_BLUE , Color .WHITE ),
You can’t perform that action at this time.
0 commit comments