Commit graph

24 commits

Author SHA1 Message Date
jostaub
256d086c21
feat: palette overrides (#307)
* feat: palette overrides

* removed option all from palett override

* removed dead code forgotten in last commit

* fix typo in readme and simplified comment

Co-authored-by: not <mvllow@icloud.com>

---------

Co-authored-by: not <mvllow@icloud.com>
2024-08-14 13:40:33 -05:00
Shaun Clayton
15dea44322
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
b6fe88c328
Revert "feat: new themes for lualine (#267)" (#269)
This reverts commit b24b48d35b.
2024-05-14 09:42:41 -05:00
PRIZ ;]
b24b48d35b
feat: new themes for lualine (#267) 2024-05-10 12:22:41 -05:00
not
29c6a52b02
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
ea1df11122
fix: none palette value (#200) 2024-01-07 17:35:36 -06:00
not
b776a47b8b
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
6b7b38bbb3
chore: clean up types and setup logic 2023-06-07 00:14:45 +02:00
mvllow
835129f6a8
feat: alias _experimental_nc to nc in the palette 2023-03-22 18:44:38 -05:00
not
70b2b915a5
feat: add background_nc and panel_nc groups (#130) (#132) 2023-03-06 14:40:10 -06:00
not
4eac261d57
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
9d54de5a5d 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
32fc6d4a54 fix user options not being applied
closes #69
2022-02-14 15:20:30 -06:00
not
b425bbd84c breaking: move to lua config (#64)
Co-authored-by: fvrests <fvrests@icloud.com>
2022-02-13 16:18:23 -06:00
fvrests
032d5cf6a6 update dawn overlay 2022-02-06 16:42:43 -06:00
mvllow
bdf38af8ce feat: add link override
- refactor config and readme
2022-02-02 17:44:16 -06:00
not
a455e5f57a
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
da95f1bad5 refactor: palette 2021-12-03 09:29:55 -06:00
mvllow
a7376ca116 chore: format 2021-12-01 13:51:24 -06:00
mvllow
fe1974e950 fix: improve highlight contrast
closes #40
2021-12-01 13:08:18 -06:00
mvllow
8463a5ec4d accept full name theme name as variant 2021-07-18 15:34:03 -05:00
mvllow
ebd10a0273 Revert "tempfix: galaxyline breaks in LunarVim"
This reverts commit 4bd3cf12fa.
2021-07-13 20:35:46 -05:00
mvllow
4bd3cf12fa tempfix: galaxyline breaks in LunarVim 2021-07-13 20:07:20 -05:00
mvllow
f0c2be8d63 init 2021-05-18 11:15:39 -05:00