github-vscode-theme
github-vscode-theme copied to clipboard
GitHub's VS Code themes
### Description The active find match is hard to read due to poor text contrast. The same issue is not present for the legacy light theme. ### Steps to reproduce...
### Description ### Steps to reproduce You have to enable "Sticky scroll" 1. Click "Go to definition" 2. Scroll a bit and you will see that sticky text has transparent...
This issue is refred on issue #363 in which I refactored the getColors function in `colors.js` to use require directly on the `json `files for each theme's color object. The...
The current implementation of the `getColors `function in the file of [colors.js](https://github.com/primer/github-vscode-theme/blob/main/src/colors.js) file declares unnecessary variables for each theme's color object, which increases complexity and can be simplified. We can...
ADD ISSUE DESCRIPTION HERE Version: 1.76.2 Commit: ee2b180d582a7f601fa6ecfdad8d9fd269ab1884 User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.44 Embedder: codespaces Extension version: 6.3.3
### Description For people that have color blindness, the use of color can be problematic. A nice option would be to have a more subdued palette that uses monochrome contrast...
### Description When using find, the matching terms in comments is extremely difficult to see (although I am partly colorblind). The text is invisible to me in this screenshot: ...
### Description The question mark in PHP close tags when within an HTML attribute is blue when it should be red.  ### Steps to reproduce 1. Create a PHP...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Templating languages often get executed prior to whatever language the file is written in, so even if a templating block is inside a comment it will still get executed. For...