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

Glyphs have very weird rendering #476

Open
yavko opened this issue Mar 22, 2024 · 2 comments
Open

Glyphs have very weird rendering #476

yavko opened this issue Mar 22, 2024 · 2 comments

Comments

@yavko
Copy link

yavko commented Mar 22, 2024

A lot of the time characters are just hidden, like here in the helix editor
image
a lot of my prompt is hidden
image
but if i highlight it i can see it kinda
image
in helix moving my cursor over some glyphs shows more of the current line
image

i honestly have no clue why this is happening, here is my config (was happening w/ empty config too)

shell = { program = "pwsh", args = ["--login"] }

cursor = '|'
[colors]

# Normal colors
foreground       = '#CDD6F4'
background       = '#1E1E2E'
black            = '#45475A'
blue             = '#89B4FA'
cursor           = '#F5E0DC'
cyan             = '#94E2D5'
green            = '#A6E3A1'
magenta          = '#F5C2E7'
red              = '#f38ba8'
white            = '#BAC2DE'
yellow           = '#F9E2AF'

# UI colors
tabs             = '#1E1E2E'
tabs-active      = '#B4BEFE'
selection-foreground = '#1E1E2E'
selection-background = '#F5E0DC'

# Dim colors
dim-black        = '#45475A'
dim-blue         = '#89B4FA'
dim-cyan         = '#94E2D5'
dim-foreground   = '#CDD6F4'
dim-green        = '#A6E3A1'
dim-magenta      = '#F5C2E7'
dim-red          = '#F38BA8'
dim-white        = '#BAC2DE'
dim-yellow       = '#F9E2AF'

# Light colors
light-black      = '#585B70'
light-blue       = '#89B4FA'
light-cyan       = '#94E2D5'
light-foreground = '#CDD6F4'
light-green      = '#A6E3A1'
light-magenta    = '#F5C2E7'
light-red        = '#F38BA8'
light-white      = '#A6ADC8'
light-yellow     = '#F9E2AF'


[fonts]
family = "VictorMono Nerd Font"
size = 13


[renderer]
performance = "High"
backend = "DX12"
disable-unfocused-render = false

here is also the brokenly rendered choco info text (i also tried w/ the msi installer, it also happens on the latest version)
image

@raphamorim
Copy link
Owner

Hey @yavko thanks for the issue, is this also happening with the default font?

@yavko
Copy link
Author

yavko commented Mar 23, 2024

Hey @yavko thanks for the issue, is this also happening with the default font?

yes

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

No branches or pull requests

2 participants