Mark Kopenga

Results 36 comments of Mark Kopenga

Thx for the workaround I already fixed it in my code by adding a prefix to the things i save in electron-config. Aside from that this still seems like something...

> Right now fnm is doing the simple thing: handle one version at a time, allowing users to write wrappers around it. Otherwise, we might need to add options for...

Lately i'm using the builtin client `new WebSocket`, You can use it like this: ```js // change the ws:// to wss:// if your website runs over https const ws =...

Do you know about [/docs/Config.md#light-terminal-theme](https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#light-terminal-theme)? If not hopefully that will fix your issue :)

Currently yes, you'll have to write some script around auto changing the config file. There isn't really a good way of checking if the terminal has a light or a...

@Cokile No but i think we can quite easily support i will look into it!

Yea that's probably because my changes do not work on text. The library we use for giving text color doesn't support RGB text colours and I'm not yet sure what...

Maybe we can use one of these libaries to color text as they seem to support rgb colors: - [gookit/color](https://github.com/gookit/color) - ~~[logrusorgru/aurora](https://github.com/logrusorgru/aurora)~~ *Does not have RGB color support :(*

@Cokile can you checkout #1401 it should allow text hex colors to be set