Giter Site home page Giter Site logo

xdae / vscode-snazzy-theme Goto Github PK

View Code? Open in Web Editor NEW
17.0 3.0 1.0 9.48 MB

๐ŸŽจ VS Code theme based on hyper-snazzy with bright colors

Home Page: https://marketplace.visualstudio.com/items?itemName=xdae.vscode-snazzy-theme

License: MIT License

vscode vscode-theme react javascript editor snazzy theme

vscode-snazzy-theme's Introduction

VS Code Snazzy Theme

VS Code theme based on hyper-snazzy with bright colors

Visual Studio Marketplace Visual Studio Marketplace Visual Studio Marketplace MIT licensed

About

Visual Studio Code theme based on hyper-snazzy colors from Sindre Sorhus.

Colors:

#2c2f3d; #232631; #282a36; #616263; #54555e; #686868; #f1f1f0; #eff0eb;

#57c7ff; #9aedfe; #5af78e; #ff6ac1; #ff5c57; #ffcb6b; #f3f99d; #f1f1f0;

Install

This theme is available for free in the Visual Studio Code Marketplace.

It can be installed by typing โŒ˜P and running ext install vscode-snazzy-theme or by typing โ‡งโŒ˜X and selecting it in the extensions search.

Related

Enjoy!

vscode-snazzy-theme's People

Contributors

xdae avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

Forkers

hermanno16

vscode-snazzy-theme's Issues

Unused code doesn't grey out

Hi there,

Really like the theme! Recently I have realized that the unused code/imports are not being greyed out. I have researched it a bit and it seems that this is due to the configuration options naming being changed.

It seems that it used to use a 6 digit RGB value, but now uses an 8 digit RGBA which seems to ignore the RGB portion and only uses the alpha to determine the opacity. See this and search for editorUnnecessaryCode.opacity

I have been using the following override to manually set the opacity to 50%:

"workbench.colorCustomizations": {
    "editorUnnecessaryCode.opacity": "#00000080"
}

Without above opacity

screen shot 2019-01-23 at 10 06 22 am

With above opacity

note the import statement

screen shot 2019-01-23 at 10 05 54 am

Would be awesome to get this fix into the theme!

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.