selenized icon indicating copy to clipboard operation
selenized copied to clipboard

Solarized redesigned: fine-tuned color palette for programmers with focus on readability.

Results 52 selenized issues
Sort by recently updated
recently updated
newest added

I came across Selenized recently and noticed that it didn't have a Windows Terminal profile. I created a template and generated the profiles. I went ahead and ran the tests...

Use [solarized config](https://github.com/jkaving/intellij-colors-solarized) as a base. - fix colors that aren't from solarized palette - variable definition and use instances - strings in python - create a variant of selenized...

As a Selenized user, I would like to use the color schemes in the [Windows Terminal][1]. [1]: https://learn.microsoft.com/en-us/windows/terminal/ --- Opening an issue to track discussion and effort here.

LSP diagnostic highlighting looked unreadable in neovim so I defined the diagnostic highlight group colors. Result: ![image](https://github.com/jan-warchol/selenized/assets/6133706/9c55adfc-dd97-403d-b2c9-eb539aaca2bf) ![image](https://github.com/jan-warchol/selenized/assets/6133706/89a01658-d8fc-4302-ad49-5cc01d272be1)

In order to get it to work w/ Fedora 25 / Gnome 3.42 I had to quote CLI argument to `gconftool-2` and change the way the gnome version was obtained....

Migrating from issue #47: > [Make selenized theme] available in a separate repository ie like [altercation/vim-colors-solarized](https://github.com/altercation/vim-colors-solarized) the reason for doing this is it can then easily be used by a...

https://github.com/jan-warchol/selenized#compatibility-notes links to: * https://github.com/jan-warchol/selenized/blob/master/dircolors * https://github.com/jan-warchol/selenized/blob/master/mc They are both 404.

Selenized builds on top of solarized by improving contrast and hues. What about token coloring choices? Should selenized mimic solarized as closely as possible, or could solarized choices be improved?...

In `terminals/gnome-terminal/src/tools.sh` `gnomeVersion="$(expr "$(gnome-terminal --version)" : '.* \(.*[.].*[.].*\)$')"` is too clever. `gnome-terminal --version)` outputs this ``` $ gnome-terminal --version # GNOME Terminal 3.47.0 using VTE 0.70.1 +BIDI +GNUTLS +ICU +SYSTEMD...