Jesse Claven

Results 17 issues of Jesse Claven

Do these compliment each other? https://github.com/ngscheurich/iris.nvim

rfc

Add notifications for when a theme change is detected. This would need to be optional, and off by default.

enhancement

Having some sort of configuration for these would be handy. It would make them more accessible and easy to add. Depends on https://github.com/jesse-c/AppearanceNotifier/issues/4.

enhancement

Right now they're hardcoded in the application. It would be preferable if these were outside of it.

enhancement

It would be essential to have this functionality. This would most likely be done as a daemon. E.g. using [`launchctl`](https://arslan.io/2021/02/15/automatic-dark-mode-for-terminal-applications/).

enhancement

- Domains should be 253 _including the dots_. [1] - Hostnames should be 255. [2] - BONUS: Hostnames should not have underscores. [3] [1] ["The full domain name may not...

Often I'll start a test and then do something else while I wait. It would be helpful to have a notification pop-up so that I know whether it succeeded and...

``` gradient : Color.Gradient.Gradient gradient = [ ( 0.05, Color.rgb 105 213 193 ) , ( 0.15, Color.rgb 27 186 255 ) , ( 0.35, Color.rgb 27 186 255 )...