From d100b56274c8f7d1d8630ebf62702dfbda74f7dd Mon Sep 17 00:00:00 2001 From: Michael McClintock Date: Tue, 21 Nov 2023 07:15:33 +1000 Subject: Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9d1c585..e5869d3 100644 --- a/README.md +++ b/README.md @@ -31,17 +31,29 @@ - It should be straightforward to use helix theme inheritance to swap out the default color palette with other radix color combinations without losing the principles of the theme. (see the berry variant) +- If you find languages that aren't highlighted nicely or have a suggestion for + improvements please open an issue. + +### Changes + +#### 2023-11-21 + +- Update colors to radix colors 3.0 +- Add a new default theme. Move the old default to yo_sand with some color tweaks ### Screenshots | **yo** | **yo_light** | |:-:|:-:| -|![yo](https://user-images.githubusercontent.com/4220099/213588257-f4ef642d-39f8-4b99-9a92-dff14b781633.png)|![yo_light](https://user-images.githubusercontent.com/4220099/213587651-824ab69b-9c67-49d4-b045-cd17b540fb2f.png)| +|yo|yo_light| | **yo_berry** | **yo_berry_light** | |:-:|:-:| -|![yo_berry](https://user-images.githubusercontent.com/4220099/213587643-8cdf4995-cb78-44f4-a0f4-a1221d59bb22.png)|![yo_berry_light](https://user-images.githubusercontent.com/4220099/213587646-d4141b57-322d-4e1f-9d43-1d33e755bc96.png)| +|yo_berry|yo_berry_light| +| **yo_sand** | **yo_sand_light** | +|:-:|:-:| +|yo_sand|yo_sand_light| [helix]: https://helix-editor.com/ [zenbones]: https://github.com/mcchrish/zenbones.nvim -- cgit v1.2.1-18-gbd029 From 2817e04103bffa1e0b4d97ddcfaef7ae047dc2f2 Mon Sep 17 00:00:00 2001 From: Michael McClintock Date: Tue, 21 Nov 2023 07:25:24 +1000 Subject: Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e5869d3..7a6d9b2 100644 --- a/README.md +++ b/README.md @@ -45,15 +45,15 @@ | **yo** | **yo_light** | |:-:|:-:| -|yo|yo_light| +|yo|yo_light| | **yo_berry** | **yo_berry_light** | |:-:|:-:| -|yo_berry|yo_berry_light| +|yo_berry|yo_berry_light| | **yo_sand** | **yo_sand_light** | |:-:|:-:| -|yo_sand|yo_sand_light| +|yo_sand|yo_sand_light| [helix]: https://helix-editor.com/ [zenbones]: https://github.com/mcchrish/zenbones.nvim -- cgit v1.2.1-18-gbd029