diff options
| author | 2018-03-05 17:50:36 -0500 | |
|---|---|---|
| committer | 2018-03-05 17:50:36 -0500 | |
| commit | 9471b116e5a9af66828374f217540c77908ccf12 (patch) | |
| tree | 6f6dbb8283c7bfc1c91bc98c60f18510351b5fb3 /templates/config.yaml | |
| parent | 79de0c9207e7ec5a48939f9255bd673a82f69120 (diff) | |
| parent | dd6cbb6bb7907f14d56d1aed69faee1799ec2016 (diff) | |
Merge pull request #5 from mnussbaum/partials
Separate out more config components and combine them using mustache 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 |
