drcmda / poimandres-theme

⚫️ poimandres vsc theme
https://marketplace.visualstudio.com/items?itemName=pmndrs.pmndrs
MIT License
396 stars 26 forks source link

editor.rulers color looks too bright #4

Closed ergenekonyigit closed 3 years ago

ergenekonyigit commented 3 years ago

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?

drcmda commented 3 years ago

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"
    }
  },
ergenekonyigit commented 3 years ago

thank you 🙏