Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix!: remove popup, add plugins, fix user config not saving and more #89

Merged
merged 28 commits into from
Oct 11, 2023

Conversation

A-Lamia
Copy link
Contributor

@A-Lamia A-Lamia commented Oct 11, 2023

📑 Description

Number of fixes and changes as well as the removal of popups.

  • feat(spotlight): add support
  • feat(telescope) add separate prompt color
  • feat(mini.start) add mini.start support
  • feat: add color to matchparan, closes: Brackets not highlighted #77
  • feat!(base): rework float highlight logic
  • feat: add transparency option to cursor line
  • feat(astrodark): update palette
  • feat(base): update wildmenu to use accent
  • fix(cmp) change prompt palette to text_match
  • fix: allow outside palettes to load, closes: Loading a palette which is not in the config table crashes #86
  • fix!: remove popup and move everything to float
  • fix(notify): rework highlight logic and add transparency
  • fix(neotree): rework highlight logic
  • fix: disable blend on title_invert
  • fix: disable blend on pmenuthumb
  • fix(base): make substitute more noticeable

ℹ Additional Information

A-Lamia and others added 28 commits October 12, 2023 03:06
Popup was a little made to see if it was possible to have separate
highlights for floating windows and for menu like popup items,
this proved to be very difficult to manage and outright impossible
to deal with very specific situations that add much to complexity
as well as straight up not working with out modifying use configurations
and that is outside the scope of a theme, maybe if something changes
or anything new arises in the future ill give it an other go but for now
it will just be removed.
@mehalter mehalter merged commit f5946ff into main Oct 11, 2023
6 of 7 checks passed
@mehalter mehalter deleted the floats_and_polish branch October 11, 2023 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loading a palette which is not in the config table crashes Brackets not highlighted
2 participants