We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
basalt overrides custom palettes
-- Modified version of @1Turtle's GNOME palette -- black set back to default -- and using the phoenix installer orange local GNOME = { ["black"] = 0x111111, ["blue"] = 0x2A7BDE, ["brown"] = 0xA2734C, ["cyan"] = 0x2AA1B3, ["gray"] = 0x5E5C64, ["green"] = 0x26A269, ["lightBlue"] = 0x33C7DE, ["lightGray"] = 0xD0CFCC, ["lime"] = 0x33D17A, ["magenta"] = 0xC061CB, ["orange"] = 0xD06018, ["pink"] = 0xF66151, ["purple"] = 0xA347BA, ["red"] = 0xC01C28, ["white"] = 0xFFFFFF, ["yellow"] = 0xF3F03E } for color, code in pairs(GNOME) do term.setPaletteColor(colors[color], code) end
CraftOSPC
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
basalt overrides custom palettes
Computercraft client
CraftOSPC
Relevant log output
No response
Latest Basalt Version
The text was updated successfully, but these errors were encountered: