From a09d7ed9c264ef28e5090f0a92e209092cb6819a Mon Sep 17 00:00:00 2001 From: WindSoilder Date: Fri, 28 Jan 2022 17:37:30 +0800 Subject: [PATCH] add monokai pro themes (#13) --- standard/README.md | 8 +- standard/monokai-pro_octagon.yml | 28 ++++++ standard/monokai_pro.yaml | 28 ++++++ standard/monokai_pro_classic.yaml | 28 ++++++ standard/monokai_pro_machine.yaml | 28 ++++++ standard/monokai_pro_ristretto.yml | 28 ++++++ standard/monokai_pro_spectrum.yml | 28 ++++++ standard/previews/monokai-pro_octagon.yml.svg | 90 +++++++++++++++++++ standard/previews/monokai_pro.yaml.svg | 90 +++++++++++++++++++ .../previews/monokai_pro_classic.yaml.svg | 90 +++++++++++++++++++ .../previews/monokai_pro_machine.yaml.svg | 90 +++++++++++++++++++ .../previews/monokai_pro_ristretto.yml.svg | 90 +++++++++++++++++++ .../previews/monokai_pro_spectrum.yml.svg | 90 +++++++++++++++++++ 13 files changed, 715 insertions(+), 1 deletion(-) create mode 100644 standard/monokai-pro_octagon.yml create mode 100644 standard/monokai_pro.yaml create mode 100644 standard/monokai_pro_classic.yaml create mode 100644 standard/monokai_pro_machine.yaml create mode 100644 standard/monokai_pro_ristretto.yml create mode 100644 standard/monokai_pro_spectrum.yml create mode 100644 standard/previews/monokai-pro_octagon.yml.svg create mode 100644 standard/previews/monokai_pro.yaml.svg create mode 100644 standard/previews/monokai_pro_classic.yaml.svg create mode 100644 standard/previews/monokai_pro_machine.yaml.svg create mode 100644 standard/previews/monokai_pro_ristretto.yml.svg create mode 100644 standard/previews/monokai_pro_spectrum.yml.svg diff --git a/standard/README.md b/standard/README.md index a1899dc..130ef73 100644 --- a/standard/README.md +++ b/standard/README.md @@ -5,6 +5,7 @@ Themes in this directory were sourced and auto-generated based on the Alacritty Repo: https://github.com/eendroroy/alacritty-theme |Theme name | Preview| | --- | --- | +|**[Cobalt2](Cobalt2.yaml)**:|| |**[Afterglow](afterglow.yaml)**:|| |**[Argonaut](argonaut.yaml)**:|| |**[Ayu Dark](ayu_dark.yaml)**:|| @@ -12,7 +13,6 @@ Repo: https://github.com/eendroroy/alacritty-theme |**[Breeze](breeze.yaml)**:|| |**[Campbell](campbell.yaml)**:|| |**[Challenger Deep](challenger_deep.yaml)**:|| -|**[Cobalt2](cobalt2.yaml)**:|| |**[Cobalt Next](cobalt_next.yaml)**:|| |**[Cyber Punk Neon](cyber_punk_neon.yaml)**:|| |**[Darcula](darcula.yaml)**:|| @@ -37,6 +37,12 @@ Repo: https://github.com/eendroroy/alacritty-theme |**[Low Contrast](low_contrast.yaml)**:|| |**[Material Theme](material_theme.yaml)**:|| |**[Material Theme Mod](material_theme_mod.yaml)**:|| +|**[Monokai-pro Octagon](monokai-pro_octagon.yml)**:|| +|**[Monokai Pro](monokai_pro.yaml)**:|| +|**[Monokai Pro Classic](monokai_pro_classic.yaml)**:|| +|**[Monokai Pro Machine](monokai_pro_machine.yaml)**:|| +|**[Monokai Pro Ristretto](monokai_pro_ristretto.yml)**:|| +|**[Monokai Pro Spectrum](monokai_pro_spectrum.yml)**:|| |**[Night Owl](night_owl.yaml)**:|| |**[Nord](nord.yaml)**:|| |**[Oceanic Next](oceanic_next.yaml)**:|| diff --git a/standard/monokai-pro_octagon.yml b/standard/monokai-pro_octagon.yml new file mode 100644 index 0000000..1230c72 --- /dev/null +++ b/standard/monokai-pro_octagon.yml @@ -0,0 +1,28 @@ +# Accent color for UI elements +accent: '#b2b9bd' +# Terminal background color +background: '#282a3a' +# Whether the theme is lighter or darker. +details: darker +# The foreground color. +foreground: '#eaf2f1' +# Ansi escape colors. +terminal_colors: + bright: + black: '#696d77' + red: '#ff657a' + green: '#bad761' + yellow: '#ffd76d' + blue: '#6ab0f3' + magenta: '#c39ac9' + cyan: '#9cd1bb' + white: '#eaf2f1' + normal: + black: '#282a3a' + red: '#ff657a' + green: '#bad761' + yellow: '#ffd76d' + blue: '#6ab0f3' + magenta: '#c39ac9' + cyan: '#9cd1bb' + white: '#eaf2f1' diff --git a/standard/monokai_pro.yaml b/standard/monokai_pro.yaml new file mode 100644 index 0000000..860039b --- /dev/null +++ b/standard/monokai_pro.yaml @@ -0,0 +1,28 @@ +# Accent color for UI elements +accent: '#c1c0c0' +# Terminal background color +background: '#2d2a2e' +# Whether the theme is lighter or darker. +details: darker +# The foreground color. +foreground: '#fcfcfa' +# Ansi escape colors. +terminal_colors: + bright: + black: '#727072' + red: '#ff6188' + green: '#a9dc76' + yellow: '#ffd866' + blue: '#6ab0f3' + magenta: '#ab9df2' + cyan: '#78dce8' + white: '#fcfcfa' + normal: + black: '#2d2a2e' + red: '#ff6188' + green: '#a9dc76' + yellow: '#ffd866' + blue: '#6ab0f3' + magenta: '#ab9df2' + cyan: '#78dce8' + white: '#fcfcfa' diff --git a/standard/monokai_pro_classic.yaml b/standard/monokai_pro_classic.yaml new file mode 100644 index 0000000..30599e9 --- /dev/null +++ b/standard/monokai_pro_classic.yaml @@ -0,0 +1,28 @@ +# Accent color for UI elements +accent: '#c0c1b5' +# Terminal background color +background: '#272822' +# Whether the theme is lighter or darker. +details: darker +# The foreground color. +foreground: '#fdfff1' +# Ansi escape colors. +terminal_colors: + bright: + black: '#6e7066' + red: '#f92672' + green: '#a6e22e' + yellow: '#a9dc76' + blue: '#66d9ef' + magenta: '#ab9df2' + cyan: '#5ad4e6' + white: '#fdfff1' + normal: + black: '#272822' + red: '#f92672' + green: '#a6e22e' + yellow: '#a9dc76' + blue: '#66d9ef' + magenta: '#ab9df2' + cyan: '#5ad4e6' + white: '#fdfff1' diff --git a/standard/monokai_pro_machine.yaml b/standard/monokai_pro_machine.yaml new file mode 100644 index 0000000..daf26ae --- /dev/null +++ b/standard/monokai_pro_machine.yaml @@ -0,0 +1,28 @@ +# Accent color for UI elements +accent: '#b8c4c3' +# Terminal background color +background: '#273136' +# Whether the theme is lighter or darker. +details: darker +# The foreground color. +foreground: '#f2fffc' +# Ansi escape colors. +terminal_colors: + bright: + black: '#6b7678' + red: '#ff6d7e' + green: '#a2e57b' + yellow: '#ffed72' + blue: '#6ab0f3' + magenta: '#baa0f8' + cyan: '#7cd5f1' + white: '#f2fffc' + normal: + black: '#273136' + red: '#ff6d7e' + green: '#a2e57b' + yellow: '#ffed72' + blue: '#6ab0f3' + magenta: '#baa0f8' + cyan: '#7cd5f1' + white: '#f2fffc' diff --git a/standard/monokai_pro_ristretto.yml b/standard/monokai_pro_ristretto.yml new file mode 100644 index 0000000..f5aefd1 --- /dev/null +++ b/standard/monokai_pro_ristretto.yml @@ -0,0 +1,28 @@ +# Accent color for UI elements +accent: '#c3b7b8' +# Terminal background color +background: '#2c2525' +# Whether the theme is lighter or darker. +details: darker +# The foreground color. +foreground: '#fff1f3' +# Ansi escape colors. +terminal_colors: + bright: + black: '#72696a' + red: '#fd6883' + green: '#adda78' + yellow: '#f9cc6c' + blue: '#6ab0f3' + magenta: '#a8a9eb' + cyan: '#85dacc' + white: '#fff1f3' + normal: + black: '#2c2525' + red: '#fd6883' + green: '#adda78' + yellow: '#f9cc6c' + blue: '#6ab0f3' + magenta: '#a8a9eb' + cyan: '#85dacc' + white: '#fff1f3' diff --git a/standard/monokai_pro_spectrum.yml b/standard/monokai_pro_spectrum.yml new file mode 100644 index 0000000..ffbfb18 --- /dev/null +++ b/standard/monokai_pro_spectrum.yml @@ -0,0 +1,28 @@ +# Accent color for UI elements +accent: '#bab6c0' +# Terminal background color +background: '#222222' +# Whether the theme is lighter or darker. +details: darker +# The foreground color. +foreground: '#f7f1ff' +# Ansi escape colors. +terminal_colors: + bright: + black: '#69676c' + red: '#fc618d' + green: '#7bd88f' + yellow: '#fce566' + blue: '#6ab0f3' + magenta: '#948ae3' + cyan: '#5ad4e6' + white: '#f7f1ff' + normal: + black: '#222222' + red: '#fc618d' + green: '#7bd88f' + yellow: '#fce566' + blue: '#6ab0f3' + magenta: '#948ae3' + cyan: '#5ad4e6' + white: '#f7f1ff' diff --git a/standard/previews/monokai-pro_octagon.yml.svg b/standard/previews/monokai-pro_octagon.yml.svg new file mode 100644 index 0000000..2a644e1 --- /dev/null +++ b/standard/previews/monokai-pro_octagon.yml.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/standard/previews/monokai_pro.yaml.svg b/standard/previews/monokai_pro.yaml.svg new file mode 100644 index 0000000..4ab802b --- /dev/null +++ b/standard/previews/monokai_pro.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/standard/previews/monokai_pro_classic.yaml.svg b/standard/previews/monokai_pro_classic.yaml.svg new file mode 100644 index 0000000..4d020da --- /dev/null +++ b/standard/previews/monokai_pro_classic.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/standard/previews/monokai_pro_machine.yaml.svg b/standard/previews/monokai_pro_machine.yaml.svg new file mode 100644 index 0000000..18cf819 --- /dev/null +++ b/standard/previews/monokai_pro_machine.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/standard/previews/monokai_pro_ristretto.yml.svg b/standard/previews/monokai_pro_ristretto.yml.svg new file mode 100644 index 0000000..27f4127 --- /dev/null +++ b/standard/previews/monokai_pro_ristretto.yml.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/standard/previews/monokai_pro_spectrum.yml.svg b/standard/previews/monokai_pro_spectrum.yml.svg new file mode 100644 index 0000000..baf16ca --- /dev/null +++ b/standard/previews/monokai_pro_spectrum.yml.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 + + + ) + + + +