Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

Where are the colors of the api located*

GameCenterJerry opened this issue ยท 5 comments

commented

Just a small question

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)

Final checklist

  • I know how to properly use checkboxes
  • I have not used any OwO's or UwU's in this issue.
  • I have done way too much today
commented

Screenshot_20201021_231337
Lots of places. Would be worth just looking at the default values. https://baritone.leijurv.com/baritone/api/Settings.html

commented

If you want only the colors Baritone uses for chat, here you go (red, dark gray and gray normally, if not white)
image

commented

@L1ving I meant the [Baritone] part, not the text it outputs. eg. [Baritone] >Mine diamond_ore

commented

That's just light purple and dark purple

commented

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.