Giter Site home page Giter Site logo

github-plus-theme's Introduction

GitHub Plus Theme

A full VSCode editor theme inspired by the GitHub color scheme.

screenshot

Use GitHub issues to report problems/requests (it might take a while to get feedback)

Extras

github-plus-theme's People

Contributors

aleksijuvani avatar thenikso avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

github-plus-theme's Issues

Brackets and variables not visually different in template literal strings

I'm on the latest version available through the Visual Studio marketplace. Attached is a screenshot from this theme, and below it is Octocat in Atom. I don't expect them to be exactly the same or anything, and I like that strings are green, but the curly brackets and variable inside aren't differentiated.

I'd love to submit a PR but I've never made or even modified a VSCode theme. I'll try to learn. Also if anyone could give me some hints on how to specifically target the curly brackets maybe I can figure it out.

Screen Shot 2019-03-12 at 12 35 05 PM

Screen Shot 2019-03-12 at 12 36 19 PM

Template Literal Interpolation Expressions Unreadable in Markdown Preview.

I love this theme, but template literals that have interpolation expressions are unreadable in Markdown previews.

If I create a markdown file with a code block:

```javascript
if (refs.has('input')) {
console.log(Input value is: ${refs.get('input').value}.)
}
```

And then open the file in Markdown preview mode, the part ${refs.get('input').value}, which is an interpolation expression, is unreadable:
screen shot 2018-10-12 at 4 44 21 am

Change CSS values color

Hey Nicola!
Thank you for the awesome theme!
Everything is nice in it, I switched to it, but I think CSS looks a bit monotonous:

screen shot 2017-11-29 at 00 05 50

In my opinion it would be much better if CSS values color was black.
What do you think about this?

Color of dots in .js files

Hi

Is it possible to change dots color? I mean that comma, for example, is white and 3 dots is read. But one dot is black (or some dark color, no matter). It's probably would be more readable if single dot will be like comma.

screen shot 2018-10-03 at 11 33 58 pm

Thanks,
Andrei

UPDATE: Problem is that your theme in conflict with all Babel packages.

Add support for inputOption.activeBackground

VS Code will be introducing a new token color, inputOption.activeBackground, in the July release (1.37). This color is for showing when a button toggle is active (search, find, terminal find, etc.). It also re-uses focusBorder but in this theme the focus color is set to transparent, which means the new token color is also transparent. See below where you can't tell which item is "active", please consider adding support for this. You can test this by using the Insiders version, which already adds this.

image

Visual Studio?

Really like this theme, is there a equivalent for visual studio?

Python syntax differences

The Python syntax highlight in this theme:
Screenshot from 2019-04-29 15-33-10

differs greatly from the syntax highlight on Github:
Screenshot from 2019-04-29 15-33-05

Am I doing something wrong or is Python not supported?

Intellisense selected text matches background color making it impossible to see

After updating vscode to 1.57.0, the background color of the intellisense popup selected item matches the color of the highlighted text making it invisible.

image

If anyone else is having this problem, I temporarily fixed it by adding these lines to my settings.json file:

  "workbench.colorCustomizations": {
    "editorSuggestWidget.selectedBackground": "#B1DAFF",
    "editorSuggestWidget.selectedForeground": "#24292E"
  }

Tree view: Arrow navigation item is not highlighter

Hello.
Thank you for the delightful colour theme!
I have a little issue in the left-side tree view in the git tree navigation.
If I select a folder item by a mouse and then expand it or jump up/down by an arrow, I don't see any highlight on the item, only the GitLens helping icons help ๐Ÿ˜„ . But in the Project Explorer view there are no icons, and I see absolutely nothing

On the screenshot below you can see I clicked on the manifest folder, then expanded it and went down to the objects.xml file.

The environment:
OS: MacOS Big Sur 14.01
VSCode: Version: 1.60.0
Github Plus Theme version (last bullet from CHANGELOG): [1.4.0] - 2021-08-26

image

Enums are not properly styled in PHP

The enum keyword and the available cases (both new in PHP 8.1) are not correctly styled:
screenshot 4

For reference: a class definition that is correctly styled:
screenshot 29

Request - github-plus-theme-dark

I love your theme so much! I love the colors you chose! Do you have any plans to create a dark version of this theme following the same syntax highlighting etc?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.