npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

themex-test

v0.0.1

Published

[![Build Status](https://travis-ci.org/karyfoundation/karyfoundation.themeX.svg?branch=master)](https://travis-ci.org/karyfoundation/karyfoundation.themeX) ![](https://img.shields.io/badge/Powered%20by-themeX-yellow.svg)

Downloads

3

Readme

Kary Foundation Theme

Build Status

This page obviously is about a syntax theme, but for this one we have somehow a back story that is way different than just different coloring.

When people say beautiful codes they always mean less complexity or clever code but when we say that we mean it for real. The code must look nice when you read it. In order to manage the code we invented Kary Foundation’s Coding Style (KFCS) and the fact that we have a very restricted way of coding style.

Now beauty matters but also it’s the psychology that matters. As developers what you see all day long is code. So it matters that the code be pretty and it matters that your editor is pretty because well it’s your life happening behind it. But how should it look? what colors must be there?

For what we know we all are playful people. We have an active inner child. Our editors must look like playgrounds. We have developed a rainbow colored theme. With worm colors chosen very carefully for the finest code quality possible.

From what we noticed iA Writer has the most carefully defined experience. We loved the gold and red/orange colors used by their highlighter and inspired by their design we shaped a coding experience that for us was the most joyful look of the code ever possible.

Status

| Editor | Status | Downloads | |--------------------|--------|-----------| | Visual Studio Code | | Download | | Atom | | Download Light Download Dark | | Sublime Text | Downloads available from ColorSublime | Download Light Download Dark |

The theme…

JavaScript / TypeScript

Ruby

Arendelle

CSS / Less

HTML / XML

Pageman

JSON

Contributing

Building

You should have themeX, run this to get it:

% npm install -g themex

Now run themeX on karyfoundation.themeX file:

% themex ./karyfoundation.themeX

It should build the theme for supported editors.

Testing

This tests your file for correctness:

% themex test

What's new?

5.0.0

  • Change! — The theme is now ported to themeX. As the themeX project itself is just started it may take weeks till we develop adaptors for other editors but once we reach there, using one code base we will compile the theme for all the other editors at ever single update. So soon we'll have support for other main big editors. Thanks for being with us till now.

4.0.2

  • Change! — No line highlight for dark theme.
  • New! — Versions are now synced across all versions.

1.5.2

  • New! — Operator Keywords now render just like normal text. (better right?).

1.5.1

  • Fix! — As it turns out Mac uses a Gamma 1.8 RGB but the standard for tmThemes are sRGB. Thanks to the great tool "tmTheme Color Convertor" the theme has being fixed and the colors no longer looks dark!

1.4.5

  • New! — TypeScript's Type Cast Expression now has custom coloring.

1.4.4

  • New! — Custom string color for HTML added.
  • Fix! — Markdown Heading color changed to be more hormonic.

1.4.3

  • New! — Custom color for TypeScript class storage modifiers (public, private, ...)