I was wondering which file in the source code holds the colours for the path line, chat commands or are they split up around the source code. I'm mainly looking for the colours of the Baritone output in chat. (When you do #help or other commands)

Lots of places. Would be worth just looking at the default values. https://baritone.leijurv.com/baritone/api/Settings.html
If you want only the colors Baritone uses for chat, here you go (red, dark gray and gray normally, if not white)

@l1ving I meant the [Baritone] part, not the text it outputs. eg. [Baritone] >Mine diamond_ore
That's just light purple and dark purple
Lol still not quite my point. My ultimate goal is to change the color of the [Baritone] thing to fit what I like. I just want to know which file is responsible for displaying that color
EDIT: I believe I found it, it's in src/api/java/baritone/api/utils/Helper.java and the colors for it are LIGHT_PURPLE and DARK_PURPLE.
Most helpful comment
Lol still not quite my point. My ultimate goal is to change the color of the [Baritone] thing to fit what I like. I just want to know which file is responsible for displaying that color
EDIT: I believe I found it, it's in
src/api/java/baritone/api/utils/Helper.javaand the colors for it are LIGHT_PURPLE and DARK_PURPLE.