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

Color change request on mixplorer #12

Closed
jeyjai opened this issue Jun 25, 2024 · 5 comments
Closed

Color change request on mixplorer #12

jeyjai opened this issue Jun 25, 2024 · 5 comments

Comments

@jeyjai
Copy link

jeyjai commented Jun 25, 2024

I really like your themes and use several of them, but i have a question about the one for mixplorer and it's regarding the tiny black text used for some files, like resolution on images or a preview on text files, right below the file name.

Could you possibly change this to a slightly more visible color, don't really care which color, just want it a bit more visible.

Or if you know of a way i can change it myself on a android system.

20240625_230313

@Dhyfer1
Copy link

Dhyfer1 commented Jun 27, 2024

Or if you know of a way i can change it myself on a android system.

It's easy, just follow the steps in the image.

My_Awesome_App_Diagram_ScreenshotFlow.png

When you open the properties.xml file add this entry anywhere:

<entry key="text_grid_tertiary">#FAC21D</entry>

As you can see, I added it on line 39. #FAC21D it's a custom color, you can change it to any other custom color. When you finish doing all the steps, just import the theme and you will be able to see your color

@jeyjai
Copy link
Author

jeyjai commented Jun 27, 2024

Thank you so much

@jeyjai jeyjai closed this as completed Jun 27, 2024
@Dhyfer1
Copy link

Dhyfer1 commented Jun 27, 2024

You're welcome 🤗

@Dhyfer1
Copy link

Dhyfer1 commented Jun 27, 2024

@jeyjai Forgot to say something, when you select an element, for example an image, the text showing the resolution turns black again. If you also want to use a custom color for a selected element, you must add this entry to the properties.xml file:

<entry key="text_grid_tertiary_inverse">#FAC21D</entry>

As I said before, #FAC21D is a custom color, you can change this value to any color. Just follow the same process that I showed you in the image and at the end you import the theme.

@jeyjai
Copy link
Author

jeyjai commented Jun 28, 2024

Thnx, didnt even notice that at first.
Tried a few colors but went with the same color as text_grid_secondary to have them match

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

No branches or pull requests

2 participants