night-owl-vscode-theme icon indicating copy to clipboard operation
night-owl-vscode-theme copied to clipboard

Suggestion: Add `menu.border` color

Open black-black-cat opened this issue 5 years ago • 2 comments

Thanks so much for this theme @sdras!

The menu border is not distinguished from the background color. Can you add menu.border color?

owl

12345

When I add menu.border in custom, I found the border-width is wider than I expected. Is this border-width acceptable?

2019

black-black-cat avatar Jul 02 '19 02:07 black-black-cat

iirc that's why I didn't set it. I felt it was too bold and distracting. I'm ok with the menu border as-is, but we could add in the readme how to configure it if it bothers you (like I did with the sidebar, etc). Open to a PR for the README.

sdras avatar Sep 16 '19 14:09 sdras

Hey @sdras I also had this issue with the menu not having a border, I think a very subtle border would look nice. Look at this:

image

I'm using

"workbench.colorCustomizations": {
    "[Night Owl (No Italics)]": {
        "menu.border": "#00000088"
    }
}

phiter avatar Jan 20 '20 14:01 phiter