23 comments

[ 3.1 ms ] story [ 49.6 ms ] thread
Why?
My current text editor is not even neon.
It's nice to have a textarea widget around for browser native spell checking for example. A dark color scheme is a bonus :)

I just have this as a bookmarklet though:

    data:text/html, <html contenteditable><script>document.querySelector('html').focus()</script></html>
Because there is no text editor on mobile phones (you have to install one by yourself). So it might be helpful from time to time
EditorConfig.org is a new one for me. Thanks for sharing :)
Note that the window frame has a glow but the glyphs do not.
All my terminals applies a glowing outline... I patched Kitty [1] with a shader to apply it (Kitty already uses shaders for the terminal rendering). I should clean it up and put it up somewhere. I did it partly because I like the look, partly because it gives me much more flexibility in having partially translucent terminal windows without making the text unreadable.

[1] https://sw.kovidgoyal.net/kitty/

First time I am hearing of kitty. As a heavy tmux user who has had to yak shave a few times due to 256 color support issues, I'm going to check this out!