2017-03-22 22:16:53 -07:00
2016-11-04 17:58:47 -07:00
2017-03-22 22:16:53 -07:00
2016-11-04 17:58:47 -07:00
2017-03-22 22:16:53 -07:00
2016-10-01 13:07:15 -07:00
2016-10-01 13:07:15 -07:00
2016-10-25 12:50:33 -07:00
2017-03-22 22:16:53 -07:00
2017-02-01 20:12:12 -08:00
2016-10-01 13:07:15 -07:00

editor-theme-generator

An early proof of concept of a program that can generate theme files for editors (well anything really), based on a set of colors. The benefit of this is that instead of building a new .tmTheme for example, there can be a single source of truth. This single source of truth could work out all the kinks for various languages for each editor and its grammar such that when someone wants to create a new editor would do is to just fill in the colors they want. Instead of further fragmenting the tmTheme situation by creating or forking a theme.

Support

Support below means that the editor has explicit support for the languages; the colors should match their meanings. Other languages will probably still look alright but there is no guarentee that they will.

Language VS Code
CSS
JavaScript
HTML
TypeScript

Usage

npm install
npm run build && npm start

To test VS Code extensions, F5 will launch the Code debugger with the theme available to switch to.

Description
Easily generate themes for VS Code with only a few colors
Readme 288 KiB
Languages
TypeScript 97.2%
Shell 1.1%
HTML 0.8%
JavaScript 0.8%