Theme for Atom Editor based on Visual Studio Code.
syntax theme used: One dark
If you want to have a customizable color in the header of Atom
you must go settings -> core -> title bar
and set it to custom
.
You can customize the theme by changing the values of ~/.atom/packages/viscode-ui/styles/user-variables
Note: You must restart Atom after modification.
@base-background-color: #252526;@header-panel-background-color: lighten(@base-background-color, 10%);@tab-background-color: @base-background-color;@tree-view-background-color: @base-background-color;@footer-panel-backgrund-color: @header-panel-background-color;
@base-background-color: #25102E;
syntax theme used: one-purple-syntax
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.