aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/tokyonight.toml
Commit message (Collapse)AuthorAge
* Fix selected text background in toykonight (#9789)Carsten Führmann2024-03-17
| | | | | | | | | | | | Before the fix, the color that the original (Neovim) tokyonight uses for Neovim's visual mode was used in Helix for highlighting the selected item in the picker. But for the highlighting of selected _text_ in Helix (corresponding to Neovim's visual mode), a much darker background was used. This made it very hard to pick out selected text, in particular in suboptimal lighting conditions. I swapped the two colors, so that text selection now looks like in Neovim, while selected items in the picker are highlighted a bit less strongly. (But still easy to see because the whole line is highlighted.)
* Fix colors of tokyonight diagnostic undercurls (#9724)Carsten Führmann2024-02-26
|
* Update tokyonight themes (#9099)Paul Graydon2024-01-08
|
* Update tokyo-night with inlay-hints (#6349)Sora2023-03-18
|
* Add `markup.strikethrough` theme keys (#5619)Alex2023-01-21
|
* Change built-in themes to use curly underlines (#5419)blt__2023-01-12
| | | | | * Change built-in themes to use curly underlines * Change fleet_dark to use curly underlines
* feat(themes): add mode-specific styles to the tokyonight themes (#4415)Mr. E2022-10-22
| | | Co-authored-by: SoraTenshi <dream@neoncity.dev>
* Update cursorline for tokyonight + tokyonight_storm (#2927)Sora2022-06-30
| | | Co-authored-by: s0LA1337 <dreamer@neoncity.dev>
* Adjust colors in tokyonight themes (#2606)Paul Graydon2022-05-29
|
* Add tokyonight_storm theme variant (#2240)Paul Graydon2022-04-23
|
* theme ui.virtual capture for existing themesMichael Davis2022-04-20
|
* Add tokyonight theme (#2162)Paul Graydon2022-04-18