From 1890bca908c41ba3ddcafff2d8bb94838c4cc3f0 Mon Sep 17 00:00:00 2001 From: WindSoilder Date: Sat, 5 Mar 2022 01:59:51 +0800 Subject: [PATCH] add everforest themes (#17) --- README.md | 12 ++-- everforest_hard.yaml | 28 ++++++++++ everforest_light.yaml | 28 ++++++++++ previews/everforest_hard.yaml.svg | 90 ++++++++++++++++++++++++++++++ previews/everforest_light.yaml.svg | 90 ++++++++++++++++++++++++++++++ 5 files changed, 241 insertions(+), 7 deletions(-) create mode 100644 everforest_hard.yaml create mode 100644 everforest_light.yaml create mode 100644 previews/everforest_hard.yaml.svg create mode 100644 previews/everforest_light.yaml.svg diff --git a/README.md b/README.md index bc8e95d..7ead019 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,12 @@ This is an open source repository with themes for [Warp](https://www.warp.dev/). We welcome and appreciate any contributions! +We have [directions on how to use this repository in our documentation.](https://docs.warp.dev/features/themes) + [Discord](https://discord.gg/warpdotdev) [Warp Repo](https://github.com/warpdotdev/Warp) -## Installing Custom Themes - -We have [directions on how to download and load custom themes into Warp in our documentation.](https://docs.warp.dev/features/themes) - -TLDR; clone this repo into a `~/.warp/themes/` directory. - ## Open source dependencies We'd like to call out a few of the open source themes and repositories that helped bootstrap the set of themes for Warp: @@ -240,6 +236,8 @@ The [Winter Holiday Theme](https://twitter.com/warpdotdev/status/147415955096184 |**[Dark Pastels](dark_pastels.yaml)**:|| |**[Default Dark](default_dark.yaml)**:|| |**[Dracula](dracula.yaml)**:|| +|**[Everforest Hard](everforest_hard.yaml)**:|| +|**[Everforest Light](everforest_light.yaml)**:|| |**[Fairyfloss](fairyfloss.yaml)**:|| |**[Faithful Argonaut](faithful_argonaut.yaml)**:|| |**[Falcon](falcon.yaml)**:|| @@ -293,4 +291,4 @@ The [Winter Holiday Theme](https://twitter.com/warpdotdev/status/147415955096184 |**[Tomorrow Night Bright](tomorrow_night_bright.yaml)**:|| |**[Warp](warp.yaml)**:|| |**[Wombat](wombat.yaml)**:|| -|**[Xterm](xterm.yaml)**:|| +|**[Xterm](xterm.yaml)**:|| \ No newline at end of file diff --git a/everforest_hard.yaml b/everforest_hard.yaml new file mode 100644 index 0000000..b268bb5 --- /dev/null +++ b/everforest_hard.yaml @@ -0,0 +1,28 @@ +# Accent color for UI elements +accent: '#7a8478' +# Terminal background color +background: '#2b3339' +# Whether the theme is lighter or darker. +details: darker +# The foreground color. +foreground: '#d3c6aa' +# Ansi escape colors. +terminal_colors: + bright: + black: '#445055' + red: '#e67e80' + green: '#a7c080' + yellow: '#dbbc7f' + blue: '#7fbbb3' + magenta: '#d699b6' + cyan: '#83c092' + white: '#d3c6aa' + normal: + black: '#445055' + red: '#e67e80' + green: '#a7c080' + yellow: '#dbbc7f' + blue: '#7fbbb3' + magenta: '#d699b6' + cyan: '#83c092' + white: '#d3c6aa' diff --git a/everforest_light.yaml b/everforest_light.yaml new file mode 100644 index 0000000..0e79c8e --- /dev/null +++ b/everforest_light.yaml @@ -0,0 +1,28 @@ +# Accent color for UI elements +accent: '#a6b0a0' +# Terminal background color +background: '#fff9e8' +# Whether the theme is lighter or darker. +details: lighter +# The foreground color. +foreground: '#5c6a72' +# Ansi escape colors. +terminal_colors: + bright: + black: '#e9e8d2' + red: '#f85552' + green: '#8da101' + yellow: '#dfa000' + blue: '#3a94c5' + magenta: '#df69ba' + cyan: '#35a77c' + white: '#5c6a72' + normal: + black: '#e9e8d2' + red: '#f85552' + green: '#8da101' + yellow: '#dfa000' + blue: '#3a94c5' + magenta: '#df69ba' + cyan: '#35a77c' + white: '#5c6a72' diff --git a/previews/everforest_hard.yaml.svg b/previews/everforest_hard.yaml.svg new file mode 100644 index 0000000..1d16ba6 --- /dev/null +++ b/previews/everforest_hard.yaml.svg @@ -0,0 +1,90 @@ + + + + +ls + +dir + + +executable + + +file + + + + +bash ~/colors.sh + +normal: + + +black + + +red + + +green + + +yellow + + +blue + + +magenta + + +cyan + + +white + + +bright: + + +black + + +red + + +green + + +yellow + + +blue + + +magenta + + +cyan + + +white + + + + + +~/project + + +git( + + + main + + + ) + + + + diff --git a/previews/everforest_light.yaml.svg b/previews/everforest_light.yaml.svg new file mode 100644 index 0000000..8c4b0f2 --- /dev/null +++ b/previews/everforest_light.yaml.svg @@ -0,0 +1,90 @@ + + + + +ls + +dir + + +executable + + +file + + + + +bash ~/colors.sh + +normal: + + +black + + +red + + +green + + +yellow + + +blue + + +magenta + + +cyan + + +white + + +bright: + + +black + + +red + + +green + + +yellow + + +blue + + +magenta + + +cyan + + +white + + + + + +~/project + + +git( + + + main + + + ) + + + +