From 511608c5f459ec18b41fe805023b8418a7dbe240 Mon Sep 17 00:00:00 2001 From: dork <38471874+qt-dork@users.noreply.github.com> Date: Fri, 28 Jan 2022 16:06:53 -0800 Subject: [PATCH] ported fairyfloss and jellybeans (#12) --- standard/fairyfloss.yaml | 31 +++++++++++++++++++++++++++++++ standard/jellybeans.yaml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 standard/fairyfloss.yaml create mode 100644 standard/jellybeans.yaml diff --git a/standard/fairyfloss.yaml b/standard/fairyfloss.yaml new file mode 100644 index 0000000..f11380c --- /dev/null +++ b/standard/fairyfloss.yaml @@ -0,0 +1,31 @@ +# FairyFloss theme by qtdork, +# Based off of the @sailorhg's wonderful fairyfloss theme + +# Accent color for UI elements. +accent: '#ff87b1' +# Terminal background color. +background: '#5A5475' +# Whether the theme is lighter or darker. +details: lighter +# The foreground color. +foreground: '#f8f8f2' +# Ansi escape colors. +terminal_colors: + bright: + black: '#685868' + blue: '#ffb8d1' + cyan: '#c2ffdf' + green: '#7bfa81' + magenta: '#e1c0fa' + red: '#ff9f9a' + white: '#ffefff' + yellow: '#ffea00' + normal: + black: '#3b3a32' + blue: '#a381ff' + cyan: '#7ef5b8' + green: '#6de874' + magenta: '#ff87b1' + red: '#f1756f' + white: '#c7b7c7' + yellow: '#ffea00' \ No newline at end of file diff --git a/standard/jellybeans.yaml b/standard/jellybeans.yaml new file mode 100644 index 0000000..485a740 --- /dev/null +++ b/standard/jellybeans.yaml @@ -0,0 +1,31 @@ +# Jellybeans theme by qtdork, +# Based off of the iTerm2 Jellybeans theme + +# Accent color for UI elements. +accent: '#e1c0fa' +# Terminal background color. +background: '#121212' +# Whether the theme is lighter or darker. +details: darker +# The foreground color. +foreground: '#dedede' +# Ansi escape colors. +terminal_colors: + bright: + black: '#929292' + blue: '#97bedc' + cyan: '#00988e' + green: '#94b979' + magenta: '#e1c0fa' + red: '#ffa1a1' + white: '#ffffff' + yellow: '#ffdca0' + normal: + black: '#929292' + blue: '#97bedc' + cyan: '#00988e' + green: '#94b979' + magenta: '#e1c0fa' + red: '#e27373' + white: '#dedede' + yellow: '#ffba7b' \ No newline at end of file