folke / todo-comments.nvim

✅ Highlight, list and search todo comments in your projects
Apache License 2.0
2.97k stars 87 forks source link

[question] How one turns bold font weight off? #230

Closed im-n1 closed 2 weeks ago

im-n1 commented 10 months ago

Did you check docs and existing issues?

Neovim version (nvim -v)

0.9.2

Operating system/version

Linux

Describe the bug

I have a simple question - how do I turn off the bolt font weight? Makes the message it in my font unreadable.

image

I tried:

gui_style = {
    fg = "NONE",
    bg = "NONE",
}

It's weird because:

image

Steps To Reproduce

My current config:

{
                signs = true,
                colors = {
                    error = { pal.neutral_red }, -- explicitly set to gruvbox light red
                    warning = { pal.bright_yellow },
                    info = { pal.bright_blue },
                    hint = { pal.bright_aqua },
                    default = { pal.bright_blue },
                },
                highlight = {
                    keyword = "fg",
                },
                gui_style = {
                    fg = "NONE", -- The gui style to use for the fg highlight group.
                    bg = "NONE", -- The gui style to use for the bg highlight group.
                },
}

Expected Behavior

normal font weight

Repro

No response

github-actions[bot] commented 3 weeks ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 2 weeks ago

This issue was closed because it has been stalled for 7 days with no activity.

im-n1 commented 16 hours ago

Closing issues with no resolution is the latest fashion?