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

Does not work well with dark theme #14

Closed
targodan opened this issue Sep 15, 2020 · 4 comments
Closed

Does not work well with dark theme #14

targodan opened this issue Sep 15, 2020 · 4 comments

Comments

@targodan
Copy link

Great plugin, sadly it does not work well with the dark theme.

The text in the table is barely readable and it somehow seems to mess with the theme of the disassembly view as well.

How to reproduce:

  1. Click Options -> Colors and select theme "dark". Click Ok. (I did this way before installing the plugin)
  2. Install the plugin
  3. Open the view via View -> IFL

Strangely even applying the dark theme again does not set the disassembly view theme correctly.

@hasherezade
Copy link
Owner

Thank you for reporting! I will fix it as soon as I get some free time.

@GH-Rake
Copy link

GH-Rake commented Oct 6, 2020

Where has this plugin been all my life? Can't live without it now

This is just a quick fix for dark mode, doesn't look pretty but at least you can read the text in the meantime.

Find and replace:
QtGui.QColor("khaki") -> QtGui.QColor("black")
QtGui.QColor("orange") -> QtGui.QColor("orangered")
QtGui.QColor("lightblue") -> QtGui.QColor("blue")

image

@hasherezade
Copy link
Owner

It looks like this with my latest fixes:

dark:

ifl_dark

light:

ifl_light

@hasherezade
Copy link
Owner

hasherezade commented Jan 6, 2021

I made another update, hopefully it is better!

Preview:

dark

dark1

light

light1

//cc @targodan

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

3 participants