OsirisAndExtra icon indicating copy to clipboard operation
OsirisAndExtra copied to clipboard

how can i change the color of gui

Open N2K2021 opened this issue 2 years ago • 6 comments

how can i change gui color on source code help pls

N2K2021 avatar Aug 18 '22 14:08 N2K2021

https://github.com/notgoodusename/OsirisAndExtra/blob/main/Osiris/GUI.cpp#L2228

Xsintashi avatar Aug 18 '22 14:08 Xsintashi

how can i change gui color on source code help pls

Change the values in: Style->Colors[ImGuiCol_WindowBg] = ImColor(0, 0, 0, 0);

I could be wrong but try that then try the childbg I can’t remember which one it is

Navoichyk avatar Aug 18 '22 14:08 Navoichyk

https://github.com/notgoodusename/OsirisAndExtra/blob/main/Osiris/GUI.cpp#L2228

no bro i think its in imgui draw cpp but i cant find

N2K2021 avatar Aug 18 '22 15:08 N2K2021

https://github.com/notgoodusename/OsirisAndExtra/blob/main/Osiris/GUI.cpp#L2228

no bro i think its in imgui draw cpp but i cant find

u can't find this, means its moved somewhere. have u tried change that what i marked for u?

Xsintashi avatar Aug 18 '22 17:08 Xsintashi

its in GUI.cpp Style->Colors[ImGuiCol_ChildBg] = ImColor(25, 30, 34); or around there. it works for me

Fearqueesha avatar Aug 18 '22 22:08 Fearqueesha

https://github.com/notgoodusename/OsirisAndExtra/blob/main/Osiris/GUI.cpp#L2228

no bro i think its in imgui draw cpp but i cant find

Its not, it is in GUI.CPP

SightDev avatar Aug 19 '22 21:08 SightDev