Git Product home page Git Product logo

Comments (9)

mcchrish avatar mcchrish commented on May 30, 2024

Do you use any matchparen plugin, like matchup etc?
Also do you have a custom guicursor settings?

from zenbones.nvim.

jirgn avatar jirgn commented on May 30, 2024

Hey thank you for the fast response.
Normally I use matchit.vim. But I reproduced the Problem when having disabled all my Plugins. And I'm not aware of any custom settings for guicursor.

# :PlugStatus
Finished. 0 error(s).
[==]

- zenbones.nvim: OK
- lush.nvim: OK

:set guicursor?
Screenshot from 2021-12-26 11-19-13

So In my opinion no - should be all clean on my side - problem still exists

from zenbones.nvim.

mcchrish avatar mcchrish commented on May 30, 2024

To confirm, this only happens with dark tokyonight and zenbones? Are the other dark colorschemes working fine?
Also what terminal emulator are you using?

from zenbones.nvim.

jirgn avatar jirgn commented on May 30, 2024

Hey,

I use Alacritty as Terminal with a Zenbones Dark Color Set on a ArchLinux OS.
The Terminal seems to be a good call. I tried to reproduce within gTerm, and there were no problems

What I figured out when playing around with the alacritty config is, that the cursor definition in Alacritty Zenbones Dark are used.
I do not know why these terminal colors are used but when I change
my alacritty colors to

  cursor:
    cursor: '#66A5AD'
    text:   '#1C1917'
    # cursor: '#1C1917'
    # text: '#C4CACF'

It works fine.

from zenbones.nvim.

mcchrish avatar mcchrish commented on May 30, 2024

Do you think it's related to shipwright transformer? rktjmp/shipwright.nvim#8

I don't use alacritty, so I'm not sure. If it fixes it, we can submit a fix.

from zenbones.nvim.

jirgn avatar jirgn commented on May 30, 2024

I would say yes this is related. If I get i right the color definitions are inverse here.

cursor
     cursor: '$cursor_bg'  # changed this to bg assuming the var holds the color of the cursors surface (square)
     text: '$cursor_fg'  # changed this to fg assuming the var holds the cursor's text color

from zenbones.nvim.

jirgn avatar jirgn commented on May 30, 2024

i opened a PR rktjmp/shipwright.nvim#9

from zenbones.nvim.

mcchrish avatar mcchrish commented on May 30, 2024

The configs are now updated, do you still see the issue?

from zenbones.nvim.

jirgn avatar jirgn commented on May 30, 2024

works perfectly now - thanks

from zenbones.nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.