diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-05-08 08:02:17 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-05-08 08:02:17 +1000 |
| commit | 672cfb00a2fda3cbdf8080b3f3052a1889266e80 (patch) | |
| tree | 297ac37c7f0097aa87e80b16eaf26fd07b3c5a1c /pywal/colorschemes/light | |
| parent | e69147cff87ceebd876272c0185c7884a2d4c4c5 (diff) | |
themes: Added tempus themes.
Diffstat (limited to 'pywal/colorschemes/light')
| -rw-r--r-- | pywal/colorschemes/light/tempus_dawn.json | 25 | ||||
| -rw-r--r-- | pywal/colorschemes/light/tempus_fugit.json | 25 | ||||
| -rw-r--r-- | pywal/colorschemes/light/tempus_past.json | 25 | ||||
| -rw-r--r-- | pywal/colorschemes/light/tempus_totus.json | 25 |
4 files changed, 100 insertions, 0 deletions
diff --git a/pywal/colorschemes/light/tempus_dawn.json b/pywal/colorschemes/light/tempus_dawn.json new file mode 100644 index 0000000..9b867f6 --- /dev/null +++ b/pywal/colorschemes/light/tempus_dawn.json @@ -0,0 +1,25 @@ +{ + "special": { + "background": "#f3f1f5", + "foreground": "#53575a", + "cursor": "#53575a" + }, + "colors": { + "color0": "#f3f1f5", + "color1": "#9b3132", + "color2": "#306130", + "color3": "#73500a", + "color4": "#4c547e", + "color5": "#883c64", + "color6": "#186060", + "color7": "#53575a", + "color8": "#735e3f", + "color9": "#9b474d", + "color10": "#4e6938", + "color11": "#8e5319", + "color12": "#5c5d8c", + "color13": "#a24055", + "color14": "#2d6978", + "color15": "#53575a" + } +} diff --git a/pywal/colorschemes/light/tempus_fugit.json b/pywal/colorschemes/light/tempus_fugit.json new file mode 100644 index 0000000..8a2e13b --- /dev/null +++ b/pywal/colorschemes/light/tempus_fugit.json @@ -0,0 +1,25 @@ +{ + "special": { + "background": "#fff5f3", + "foreground": "#4d696f", + "cursor": "#4d696f" + }, + "colors": { + "color0": "#fff5f3", + "color1": "#df2014", + "color2": "#587d0a", + "color3": "#8a6f00", + "color4": "#196bec", + "color5": "#c83884", + "color6": "#2a79a2", + "color7": "#4d696f", + "color8": "#8b6781", + "color9": "#9a511a", + "color10": "#11742f", + "color11": "#8d590a", + "color12": "#004fff", + "color13": "#9536c0", + "color14": "#046c92", + "color15": "#4d696f" + } +} diff --git a/pywal/colorschemes/light/tempus_past.json b/pywal/colorschemes/light/tempus_past.json new file mode 100644 index 0000000..08a6458 --- /dev/null +++ b/pywal/colorschemes/light/tempus_past.json @@ -0,0 +1,25 @@ +{ + "special": { + "background": "#dadce8", + "foreground": "#63606b", + "cursor": "#63606b" + }, + "colors": { + "color0": "#dadce8", + "color1": "#c01c10", + "color2": "#2a7000", + "color3": "#825a0a", + "color4": "#025ccd", + "color5": "#a43878", + "color6": "#49628d", + "color7": "#63606b", + "color8": "#80565d", + "color9": "#b43036", + "color10": "#007214", + "color11": "#91520a", + "color12": "#5046eb", + "color13": "#ba166b", + "color14": "#076c76", + "color15": "#63606b" + } +} diff --git a/pywal/colorschemes/light/tempus_totus.json b/pywal/colorschemes/light/tempus_totus.json new file mode 100644 index 0000000..78eecb7 --- /dev/null +++ b/pywal/colorschemes/light/tempus_totus.json @@ -0,0 +1,25 @@ +{ + "special": { + "background": "#f4f1f0", + "foreground": "#52505e", + "cursor": "#52505e" + }, + "colors": { + "color0": "#f4f1f0", + "color1": "#a01c10", + "color2": "#0b5d46", + "color3": "#545422", + "color4": "#1c4f9f", + "color5": "#942166", + "color6": "#185870", + "color7": "#52505e", + "color8": "#575050", + "color9": "#913210", + "color10": "#2a5d08", + "color11": "#774611", + "color12": "#5440a7", + "color13": "#8d0e9b", + "color14": "#0e577b", + "color15": "#52505e" + } +} |
