1
0
mirror of https://github.com/dylanaraps/pywal.git synced 2025-07-13 12:36:25 +02:00

theme: Added ashes

This commit is contained in:
Dylan Araps
2018-03-16 09:52:41 +11:00
parent ae1c31305f
commit d0aa7df3b5
2 changed files with 50 additions and 0 deletions

@ -0,0 +1,25 @@
{
"special": {
"background": "#1c2023",
"foreground": "#c7ccd1",
"cursor": "#c7ae95"
},
"colors": {
"color0": "#1c2023",
"color1": "#c7ae95",
"color2": "#95c7ae",
"color3": "#aec795",
"color4": "#ae95c7",
"color5": "#c795ae",
"color6": "#95aec7",
"color7": "#c7ccd1",
"color8": "#747c84",
"color9": "#c7ae95",
"color10": "#95c7ae",
"color11": "#aec795",
"color12": "#ae95c7",
"color13": "#c795ae",
"color14": "#95aec7",
"color15": "#f3f4f5"
}
}

@ -0,0 +1,25 @@
{
"special": {
"background": "#f3f4f5",
"foreground": "#565e65",
"cursor": "#c7ae95"
},
"colors": {
"color0": "#f3f4f5",
"color1": "#c7ae95",
"color2": "#95c7ae",
"color3": "#aec795",
"color4": "#ae95c7",
"color5": "#c795ae",
"color6": "#95aec7",
"color7": "#1c2023",
"color8": "#747c84",
"color9": "#c7ae95",
"color10": "#95c7ae",
"color11": "#aec795",
"color12": "#ae95c7",
"color13": "#c795ae",
"color14": "#95aec7",
"color15": "#1c2023"
}
}