export: Export the colors in yaml.

This commit is contained in:
Dylan Araps 2017-07-29 21:27:01 +10:00
parent b60d9d0d97
commit 65fd7b89d6
2 changed files with 25 additions and 0 deletions

View File

@ -36,6 +36,7 @@ def get_export_type(export_type):
"scss": "colors.scss",
"shell": "colors.sh",
"xresources": "colors.Xresources",
"yml": "colors.yml",
}.get(export_type, export_type)

View File

@ -0,0 +1,24 @@
wallpaper: "{wallpaper}"
special:
background: "{background}"
foreground: "{foreground}"
cursor: "{cursor}"
colors:
color0: "{color0}"
color": "{color1}"
color2: "{color2}"
color3: "{color3}"
color4: "{color4}"
color5: "{color5}"
color6: "{color6}"
color7: "{color7}"
color8: "{color8}"
color9: "{color9}"
color10: "{color10}"
color11: "{color11}"
color12: "{color12}"
color13: "{color13}"
color14: "{color14}"
color15: "{color15}"