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(kitty.conf): base16 correction on brights (color8) #110

Merged
merged 2 commits into from
Aug 3, 2024

Conversation

juniorsundar-tii
Copy link
Contributor

If color0 and color8 are the same, the zsh-autosuggestions are the same colour as the background making it difficult to read.

I used the wezterm config as reference and found that the color8 used in this config was incorrect thus fixed.

If color0 and color8 are the same, the zsh-autosuggestions are the same colour as the background making it difficult to read.

I used the wezterm config as reference and found that the color8 used in this config was incorrect thus fixed.
@juniorsundar-tii
Copy link
Contributor Author

Before correction:
image

  • Trust me the ghost text is there you just can't see it because the text foreground and background are the same.

After correction:
image

Copy link
Owner

@scottmckendry scottmckendry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good spotting! Thanks for raising the PR with the fix.

The only problem is that the change has been made directly on the .conf file. This will get automatically overwritten when it's merged.

You'll want to edit the template here:

https://github.com/scottmckendry/cyberdream.nvim/blob/main/lua/cyberdream/extra/kitty.lua

More info on extras can be found in the contributing guide below:

https://github.com/scottmckendry/cyberdream.nvim/blob/main/CONTRIBUTING.md#adding-extras-

@juniorsundar-tii
Copy link
Contributor Author

That's my bad, i will push a new commit with these changes

Edited kitty.lua so that it won't overwrite the .conf file.
@scottmckendry scottmckendry merged commit 6f91fff into scottmckendry:main Aug 3, 2024
@scottmckendry
Copy link
Owner

LGTM! Thanks @juniorsundar-tii 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants