Sccg
Scriptable Color Configuration Generator.
Sccg is a tool to generate color schemes for your terminal, editor, etc.
Goals and Features
- Fully scriptable
- Separate the each generation logic,
Source
,Formatter
,Converter
andWriter
. - You can write your own
Source
,Formatter
,Converter
andWriter
with C#.
- Separate the each generation logic,
- Unified API and Cross-platform
- Each platform has its own color scheme format.
- Sccg provides a unified API to generate color schemes for each platform.
- You can set the color with
Set
and can link to other color withLink
.
- Foolproof
- There are may color groups, such as 'Comment', '@type.builtin', 'Ansi 0 Color', etc.
- All color groups are defined in the
Source
, so you get completion, type check and so on. - Cycle reference will be detected by
Source
, then Sccg warn you or failed to build.
The relation of Source
, Formatter
, Converter
and Writer
.
Usage
TODO
Builtin Support
Examples
I created color scheme with Sccg.