Code Monkey home page Code Monkey logo

github-vscode-themes's Introduction

github-vscode-themes

GitHub Actions npm

This is a simple npm package wrapper around Primer's github-vscode-theme project to make its built theme data available via npm.

Primer's project is not published to npm, and requires a build step to create the theme json files.

This package uses GitHub Actions to auto build Primer's latest release and publish the new theme files to npm. It started at v4.1.1, which was Primer's latest release when this package was created.

Install

npm i -S github-vscode-themes

Use

const darkDimmed = require('github-vscode-themes').darkDimmed;
// Or
import { darkDimmed } from 'github-vscode-themes';

console.log(darkDimmed);
// Logs an object, see ./dist for details

Primer's project currently provides 9 different themes, which are available in this package via the following property names:

  1. dark
  2. darkColorblind
  3. darkDefault
  4. darkDimmed
  5. darkHighContrast
  6. light
  7. lightColorblind
  8. lightDefault
  9. lightHighContrast

Contributing

Open a PR!

References

Author

Brian Zelip, https://zelip.me

License

MIT

github-vscode-themes's People

Contributors

brianzelip avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.