mao-santaella-rs / NightWolfTheme

🐺 Night Wolf, VsCode Theme by Mao
MIT License
35 stars 9 forks source link

Ruler is black on black in Night Wolf (black) #43

Closed landure closed 1 year ago

landure commented 1 year ago

In VSCode 1.72.2, using Night Wolf (black) v 1.11.5, with VS Code ruler functionality enabled:

In project.code-workspace:

{
  "settings": {
    "editor.rulers": [
       79
    ],
}

The ruler is black on black (invisible):

Screenshots

Using Nox charcool (amoled):

image

Using Night Wolf (black):

image

Thank you for your work.

mao-santaella-rs commented 1 year ago

Hi @landure, thanks for taking the time to make this issue, I fixed this error in the latest version of the theme (v1.12.0), please make sure it works and let me know if it doesn't. thanks again and btw sorry for the delay.

landure commented 1 year ago

The fix works. Thank you