Commit graph

23 commits

Author SHA1 Message Date
Shaun Clayton
c4b55e85fb feat(palette): add initial support for new color leaf (#290)
* feat(palette): add new color 'leaf'

* feat: add  highlight groups to defaults
2024-07-21 13:17:17 -05:00
not
f67828be44 Revert "feat: new themes for lualine (#267)" (#269)
This reverts commit cbc2064f4c.
2024-05-14 09:42:41 -05:00
PRIZ ;]
cbc2064f4c feat: new themes for lualine (#267) 2024-05-10 12:22:41 -05:00
not
188190f285 revert: improve palette contrast (#207)
This commit restores the official palette colours. A future update will
address contrast.
2024-01-08 09:27:46 -06:00
not
82285ba9f1 fix: none palette value (#200) 2024-01-07 17:35:36 -06:00
not
29477a109a feat!: add new options with better support for transparency (#185)
This commit adds a few new options and improves transparency support.

Enable transparency styles:

```lua
styles = { transparency = true }
```

Feedback is appreciated!
2024-01-07 13:42:09 -06:00
mvllow
ab6ab41da0 chore: clean up types and setup logic 2023-06-07 00:14:45 +02:00
mvllow
6fd3a3f1b5 feat: alias _experimental_nc to nc in the palette 2023-03-22 18:44:38 -05:00
not
826458a62c feat: add background_nc and panel_nc groups (#130) (#132) 2023-03-06 14:40:10 -06:00
not
16a4739664 Merge canary (#114)
* feat!: use new highlight api

* feat: support custom highlight blending

Example:

```
{
	highlight_groups = {
		StatusLine = { bg = 'love', blend = 10 }
	}
}
```

* refactor: move config into separate file

* wip: update semantic tokens

* ci: add issue templates

Thanks to https://github.com/folke/lazy.nvim for the inspiration!

* ci: fix template formatting

* chore: update editorconfig

* fix: decouple more backgrounds from floats

* change `@tag.attribute` to iris

* add cursor highlights

Closes #121

* match link underline colour

* improve `dim_nc_background` behaviour

ref #123

* feat: expose each variant as individual theme

ref #98

* feat: update tokens

ref #107

* feat: distinguish between `CmpItemKind`'s
2023-02-22 13:25:36 -06:00
mvllow
4a3b4512fc refactor: format and remove unused values
- update format rules
- update plugin file headers
- remove unused opacity from palette
2022-06-16 00:43:09 -04:00
mvllow
64986b857d fix user options not being applied
closes #69
2022-02-14 15:20:30 -06:00
not
317a7c8473 breaking: move to lua config (#64)
Co-authored-by: fvrests <fvrests@icloud.com>
2022-02-13 16:18:23 -06:00
fvrests
5d1388889e update dawn overlay 2022-02-06 16:42:43 -06:00
mvllow
b1069203d1 feat: add link override
- refactor config and readme
2022-02-02 17:44:16 -06:00
not
e0fd291fb0 Update palette (#58)
* chore: format

* feat!: use new palette

- color "inactive" has been renamed to "muted"
- update subtle and muted colors
2022-01-21 20:27:22 -06:00
mvllow
f712b06101 refactor: palette 2021-12-03 09:29:55 -06:00
mvllow
876b18a78e chore: format 2021-12-01 13:51:24 -06:00
mvllow
44065fcafe fix: improve highlight contrast
closes #40
2021-12-01 13:08:18 -06:00
mvllow
289364453d accept full name theme name as variant 2021-07-18 15:34:03 -05:00
mvllow
bb55731acc Revert "tempfix: galaxyline breaks in LunarVim"
This reverts commit 65b4c21e59.
2021-07-13 20:35:46 -05:00
mvllow
65b4c21e59 tempfix: galaxyline breaks in LunarVim 2021-07-13 20:07:20 -05:00
mvllow
f0c2be8d63 init 2021-05-18 11:15:39 -05:00