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

Anchor Presets color not exposed #19

Open
mic-code opened this issue Mar 28, 2017 · 3 comments
Open

Anchor Presets color not exposed #19

mic-code opened this issue Mar 28, 2017 · 3 comments

Comments

@mic-code
Copy link

Anyway to change this?

anchors

@bradsmithee
Copy link
Collaborator

Looks like a GUIstyle that wasn't assigned for the theme system. We'll need to track it down. I assume you are using the non-classy-forms Simplicity theme. If it's part of the main skin, you'll find this style (somewhere) within Simplicity.guiskin. If it is not part of the main set, we'll need to track down the class containing the style declaration and build a guiskin file for it.

@bradsmithee
Copy link
Collaborator

bradsmithee commented Mar 30, 2017

Bit of tracking down makes it look like these are hard-coded color values.

I should be able to override these in reflection manually if desired, but I'd really rather extend the system to support some kind of special .guiColor file type to target them.

Technically, ApplyMain() in ThemeSkinset.cs already has a few "manual" applications of color in it, so if you wanted to append these colors, this would be a good temporary spot until a proper guiColor file system was prepared.

@mic-code
Copy link
Author

I see, thanks for looking into it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants