az0 / linkgopher

Firefox/Google Chrome add-on: Extracts all links from web page, sorts them, removes duplicates, and displays them in a new tab for inspection or copy and paste into other systems.
GNU General Public License v3.0
257 stars 56 forks source link

dark mode? #66

Open Grondoval opened 9 months ago

Grondoval commented 9 months ago

When using it at night, it results problematic to eyes seeing white background with all links...

Can you add something like dark mode for background url links page results?

DH-LStudios commented 9 months ago

I've actually been working on a new dark mode with an updated layout if you're interested, it's not finished, but I think in a few hours I'll have it. It was more for my personal preferences, but since others are asking then I don't mind putting it out there for anyone who wants it.

The popup box: Screenshot 2023-09-21 012207

The results page so far, but you get the idea, and I have included links to everything including the donation link so people will see it whenever they use the extension. Also the stylesheet contains small hover animations for each line. Screenshot 2023-09-21 015843

Update## it is pretty much finished. This is the updated layout.

Screenshot 2023-09-21 042240

az0 commented 9 months ago

@Labryn Nice. Do you have a mechanism for the user to choose dark vs light?

DH-LStudios commented 9 months ago

@Labryn Nice. Do you have a mechanism for the user to choose dark vs light?

Let me work on it for a little while and see if I can get a light mode with a easy switch

DH-LStudios commented 9 months ago

So it's set for this light mode by default, and the top right icon switches it back and forth between light and dark modes.

Screenshot 2023-09-24 071507

az0 commented 9 months ago

@Labryn That looks nice. Could you send a pull request?

DH-LStudios commented 9 months ago

@Labryn That looks nice. Could you send a pull request?

67

@az0 There you go! Sorry I was delayed a couple of days.