drcmda / poimandres-theme

⚫️ poimandres vsc theme

Home Page:https://marketplace.visualstudio.com/items?itemName=pmndrs.pmndrs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

editor.rulers color looks too bright

ergenekonyigit opened this issue · comments

Hi, thanks for great theme! editor.rulers color looks bright to me. It can be like line numbers, but this is just a feedback.
Screen Shot 2021-03-17 at 00 28 20

And, can we override primary editor color?

commented

it's fixed. you can otherwise override everything in your settings.json, search in settings for "color customization" and it will put you into the right spot:

  "workbench.colorCustomizations": {
    "[poimandres]": {
      "editor.background": "#ff4081"
    }
  },

thank you 🙏