kai-oswald / NightOwl-VS-Theme

Night Owl Theme for Visual Studio 2019
https://marketplace.visualstudio.com/items?itemName=kaos.nightowl
25 stars 8 forks source link

The separation of windows are missing some sort of indicator (border?) #5

Closed verndals closed 4 years ago

verndals commented 4 years ago

windows

kai-oswald commented 4 years ago

The original theme doesn't really use borders too and I honestly think it's fine once you get used to the theme.

https://github.com/sdras/night-owl-vscode-theme#separate-the-editor-from-the-sidebar

What we could do is to offer a "High Contrast" version with a clear separation of windows.

DrThrillhouse commented 4 years ago

If you're interested in forking this project and doing it yourself, the bit of code you want to change is around line 4463 of NightOwl.vstheme

      <Color Name="ToolWindowBorder">
        <Background Type="CT_RAW" Source="FF011627" />
      </Color>

Something like FF1D3B53 might make a decently unobtrusive replacement color if you wanted to stick with the NightOwl color scheme. That would result in something like this:

image