vscode-theme-onelight icon indicating copy to clipboard operation
vscode-theme-onelight copied to clipboard

VSCode Theme based on Atom's One Light theme

Results 21 vscode-theme-onelight issues
Sort by recently updated
recently updated
newest added

**Please provide as much information as possible, usually I need these information to actually start working on an issue, so try to fill as much of these as possible** ##...

Fixes #26 . Sets background of editor cells to #f5f5f5. This makes it easier to see the highlight, while still keeping the cell darker than the page background (#fafafa). Before:...

This is the key that highlights other identical words (those you can follow which command+D) when you select one. The default was too close to white, almost invisible. Changing to...

As I just filed for the One Dark theme, it would be great if also the One Light theme could adopt semantic highlighting. The [Semantic Highlighting Wiki](https://github.com/microsoft/vscode/wiki/Semantic-Highlighting-Overview) and the [Semantic...

Over the last few years VS Code has gradually added more ipynb support. Each cell in the notebook has a different background color than the surrounding page, making the individual...

color-inconsistency
workbench

**Please provide as much information as possible, usually I need these information to actually start working on an issue, so try to fill as much of these as possible** ##...

color-inconsistency
workbench

This Pull Request adds coloring for Git. I referred [git.less](https://github.com/atom/atom/blob/master/packages/one-light-ui/styles/git.less) and [ui-variables.less](https://github.com/atom/atom/blob/master/packages/one-light-ui/styles/ui-variables.less#L19) from Atom's stylesheets. ![screenshot of new coloring in treeview](https://user-images.githubusercontent.com/315601/74605585-cf717c80-510c-11ea-8dc6-3823aa549136.png)

javascript color, `this` is no special highlighting. `this` is the same color as the property. ## Sample code ``` javascript class Polygon { constructor(height, width) { this.rect = {} this.rect.height...

color-inconsistency

![image](https://user-images.githubusercontent.com/35338634/105656366-ffb8c200-5efc-11eb-9089-8f316273b00a.png)

color-inconsistency

I like this theme but the support for LaTeX is not great. I made some language-specific improvements.