Kos-M / GogsThemes

An attempt to give some colors to amazing Gogs platform ..
MIT License
84 stars 8 forks source link

Dark theme : when editing cursor is black, hardly visible. #9

Closed Glowsome closed 1 year ago

Glowsome commented 1 year ago

When using the Dark theme (which is great) the cursor (when editing a file) is also black, so sometimes it is hard for me to determine where my cursor is at.

Would it be possible to give the cursor a more distinctive color so i can track where my cursor is at ?

Kos-M commented 1 year ago

Thanks for bring that up , sadly there are some parts not coverd by theme.

When i ll find some time(next week possible) , ill check it , meantime you can try to expiriment by, finding css class to override in dev tools , then make it permanent in themes file (maybe with mainTextColor or accentBase as cursor color) , happy to accept a pull request on that. If so , let me know to assign this on you.

Glowsome commented 1 year ago

Thanks for bring that up , sadly there are some parts not coverd by theme.

When i ll find some time(next week possible) , ill check it , meantime you can try to expiriment by, finding css class to override in dev tools , then make it permanent in themes file (maybe with mainTextColor or accentBase as cursor color) , happy to accept a pull request on that. If so , let me know to assign this on you.

I did start to fiddle around in it, but have not found the correct place. Do mind that CSS is not my expertise, so its alot of searching and reading up on this for me. But afaik the answer lies in adding caret-color to the correct section.

On a side note .. i did use some elements from your theme to create a dark-theme for a different application i use, so you definitely inspired me on this :)

Kos-M commented 1 year ago

Ok , no worries , ill check it.

Cool , im glad to hear that , if you have it ,open source , you can share a link if you want :)

Glowsome commented 1 year ago

Ok , no worries , ill check it.

Cool , im glad to hear that , if you have it ,open source , you can share a link if you want :)

Here you go:

https://git.comsolve.nl/Comsolve/dspam-webui

Kos-M commented 1 year ago

Cool :D