0.0.1 • Published 7 years ago

themex-test v0.0.1

Weekly downloads
5
License
-
Repository
-
Last release
7 years ago

Kary Foundation Theme

Build Status npm.io

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

EditorStatusDownloads
Visual Studio Codenpm.io npm.ioDownload
Atomnpm.io npm.ioDownload Light Download Dark
Sublime TextDownloads available from ColorSublimeDownload 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, ...)