github-vscode-theme
github-vscode-theme copied to clipboard
GitHub's VS Code themes
# Steps to reproduce 1. Set the editor theme to **GitHub Dark Default**. 2. Enable the minimap and set `editor.minimap.showSlider` to `always`. 2. Open a long file (long enough to...
Light has recently changed some colours and now the terminal has some parts that are too dark: Compared to Dimmed: _Originally posted by @stellirin in https://github.com/primer/github-vscode-theme/discussions/217#discussioncomment-1460764_
Example code in VUE 3  ### VSCODE Theme **GitHub Dark Default** settings.json -> copy & paste ```json "editor.tokenColorCustomizations": { "[GitHub Dark...
First of all this theme has been my daily driver, it's too good! One thing I've noticed though is that the CSS property and value sometimes could be hard to...
# Steps to reproduce 1. Set the editor theme to **GitHub Dark Default**. 2. Open the settings UI. # Expected outcome The current setting header scrolled into view (e.g., **Commonly...
It seems that GitHub Light Default has changed the orange color to be darker for types and parameters. See the following "Promise" type as an example: https://github.com/primer/github-vscode-theme/blob/a00f340907799c0a0818099f587d4d5cb8df08a4/src/index.js#L35 Should the theme...

#### How to reproduce: Please see attached [settings.json.zip](https://github.com/primer/github-vscode-theme/files/6970769/settings.json.zip) to reproduce. #### Expected Behavior `editor.findMatchHighlightBackground` should be close to magenta (`#ff54f6` 40% opacity), as specified by (`#ff54f666`) below: ``` "editor.tokenColorCustomizations": {...
I just noticed that the normal **GitHub Theme** is working fine but the **GitHub Dimmed** and **GitHub Default** don't have a different colour for components. And the components are of...
### Prerequisites "Jira and Bitbucket (Official)" extension is installed and a JIRA instance is configured. In my case, this is a non-Cloud, custom JIRA site. ### S2R 1. View a...