diff options
| author | 2018-03-02 12:09:41 -0800 | |
|---|---|---|
| committer | 2018-03-02 14:24:32 -0800 | |
| commit | 913b0223fb438b84320e7f78bf0e5a679f12e1fa (patch) | |
| tree | 6bc14681d36dd909eb545e68915b8c514c9ebe0d /templates/config.yaml | |
| parent | 972ed6e556cede2f23e54158ede28626cf04d860 (diff) | |
Build color components separately and combine into default with partials
Diffstat (limited to 'templates/config.yaml')
| -rw-r--r-- | templates/config.yaml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/config.yaml b/templates/config.yaml index d110e64..a44f88c 100644 --- a/templates/config.yaml +++ b/templates/config.yaml @@ -1,6 +1,15 @@ default: extension: .config output: themes -colors-only: + +bar-colors: + extension: .config + output: bar-colors + +client-properties: + extension: .config + output: client-properties + +colors: extension: .config output: colors |
