Skip to content
New issue

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

bug: basalt overrides custom palettes #95

Open
1 task done
badgeminer opened this issue Jul 4, 2023 · 0 comments
Open
1 task done

bug: basalt overrides custom palettes #95

badgeminer opened this issue Jul 4, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@badgeminer
Copy link

What happened?

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

Computercraft client

CraftOSPC

Relevant log output

No response

Latest Basalt Version

  • I use the latest stable version
@badgeminer badgeminer added the bug Something isn't working label Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant