forked from the beautiful One-dark UI theme wich replace the blue accent by a darkgreen one
There is a darkgreen syntax here for it
In the theme settings you can:
To make changes, go to Settings > Themes > One Dark UI > Settings
or the cog icon next to the theme picker.
It's also possible to resize only certain areas by adding the following to your styles.less
(Use DevTools to find the right selectors):
.theme-one-dark-ui {.tab-bar { font-size: 18px; }.tree-view { font-size: 14px; }.status-bar { font-size: 12px; }}
Why do the colors change when I switch Syntax themes? This UI theme uses the same background color and cursor color as the chosen syntax theme. If that syntax theme has a light background color, it only uses its hue, but otherwise stays dark. This lets you use dark-light combos.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.