GitXplorerGitXplorer
p

vscode-theme-cents

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
43aa80bf19a4b2dd312b5b133f750ebffda603b9

v1.4 (#4)

ppiperchester committed 5 years ago
Unverified
9ad0f91cf7d1b55a805a803f0db29afe90233f7e

chore(deps): bump lodash from 4.17.11 to 4.17.15 (#3)

ddependabot[bot] committed 5 years ago
Unverified
dcc456c8efad8c1ec9a2456a09dbc3be7c651674

docs: update Readme with publish link

ppiperchester committed 6 years ago
Unverified
9e995a26a35d9ca3434116739d334f4c044a258a

1.3.0

ppiperchester committed 6 years ago
Unverified
acbade09dab918f75d60d7ea7fdb713e73066943

feat: darken highlight, change to blue-lighter for keywords

ppiperchester committed 6 years ago
Unverified
1dfd70ce8b25c6cf9e974e7282f6c2d86bde0201

1.2.0

ppiperchester committed 6 years ago

README

The README file for this repository.

Cents 💰

Dark theme that's a smart investment in productivitiy and reflects a sensible brand.

Download from the VS Code marketplace, or install from VS Code,

  1. Type cmd+shift+p to open the command palette.
  2. Type "ext" and select "Extensions: Install Extensions" to open the Extensions sidebar.
  3. Type "cents" in the Extensions sidebar to find the theme (look for the 💰).

Build

yarn
yarn build  # repackages .vsix file
yarn clean  # wipes .vsix files

Test

Once we have a .vsix package, we're able to install the theme.

From VS Code,

  1. cmd+shift+p to open command palette
  2. Type "ext" and select "Extensions: Install Extensions"
  3. Click the ... menu in the upper right corner of the sidebar
  4. Choose "Install from VSIX"
  5. From Finder, select the .vsix file that we generated in npm run build. Once selected, it should appear in the extensions sidebar
  6. Done!

To toggle the theme go to Preferences > Color Theme > Cents. Search for "cents" in the Extensions sidebar to reinstall.

Note: if you're using the Bracket Pair Colorizer extension, that will take precedence over the theme. Don't be alarmed if you don't see your changes being propagated as expected.

Contribute ♻️

Want to improve Cents? It's super easy to.

All you need to do is replace the hex values in cents.js with valid colors design tokens. For example,

// cents.js
const colors = {
  blueLighter : '#9DCDFA',
}

module.exports = {
    colors: {
        "badge.background": "#2e363c",  // this should be using a color.
    }
}
How do I publish this?

Publish

vsce publish

or visit https://marketplace.visualstudio.com/manage/publishers/piperchester.


Cents was inspired by the awesome Any Dark and One Dark Pro projects.

It just makes sense!