From 277cb82f2f67416d4643638e842e400be9a352e1 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sun, 7 Mar 2021 13:42:54 +0100 Subject: [PATCH] Add Monokai Pro and One Dark Pro to alacritty themes Signed-off-by: Matej Focko --- .../alacritty/colors/monokai/classic.yml | 25 +++++++++++++++++++ .../alacritty/colors/monokai/pro.yml | 25 +++++++++++++++++++ .../colors/monokai/pro_filter_machine.yml | 25 +++++++++++++++++++ .../colors/monokai/pro_filter_octagon.yml | 25 +++++++++++++++++++ .../colors/monokai/pro_filter_ristretto.yml | 25 +++++++++++++++++++ .../colors/monokai/pro_filter_spectrum.yml | 25 +++++++++++++++++++ .../alacritty/colors/one_dark_pro.yml | 25 +++++++++++++++++++ 7 files changed, 175 insertions(+) create mode 100644 playbooks/roles/shell/templates/alacritty/colors/monokai/classic.yml create mode 100644 playbooks/roles/shell/templates/alacritty/colors/monokai/pro.yml create mode 100644 playbooks/roles/shell/templates/alacritty/colors/monokai/pro_filter_machine.yml create mode 100644 playbooks/roles/shell/templates/alacritty/colors/monokai/pro_filter_octagon.yml create mode 100644 playbooks/roles/shell/templates/alacritty/colors/monokai/pro_filter_ristretto.yml create mode 100644 playbooks/roles/shell/templates/alacritty/colors/monokai/pro_filter_spectrum.yml create mode 100644 playbooks/roles/shell/templates/alacritty/colors/one_dark_pro.yml diff --git a/playbooks/roles/shell/templates/alacritty/colors/monokai/classic.yml b/playbooks/roles/shell/templates/alacritty/colors/monokai/classic.yml new file mode 100644 index 0000000..12559ce --- /dev/null +++ b/playbooks/roles/shell/templates/alacritty/colors/monokai/classic.yml @@ -0,0 +1,25 @@ +# Monokai Classic +colors: + primary: + foreground: "#fdfff1" + background: "#3b3c35" + + normal: + black: "#3b3c35" + blue: "#fd971f" + cyan: "#66d9ef" + green: "#a6e22e" + magenta: "#ae81ff" + red: "#f92672" + white: "#fdfff1" + yellow: "#e6db74" + + bright: + black: "#6e7066" + blue: "#fd971f" + cyan: "#66d9ef" + green: "#a6e22e" + magenta: "#ae81ff" + red: "#f92672" + white: "#fdfff1" + yellow: "#e6db74" diff --git a/playbooks/roles/shell/templates/alacritty/colors/monokai/pro.yml b/playbooks/roles/shell/templates/alacritty/colors/monokai/pro.yml new file mode 100644 index 0000000..e5bc2d7 --- /dev/null +++ b/playbooks/roles/shell/templates/alacritty/colors/monokai/pro.yml @@ -0,0 +1,25 @@ +# Monokai Pro +colors: + primary: + foreground: "#fcfcfa" + background: "#403e41" + + normal: + black: "#403e41" + blue: "#fc9867" + cyan: "#78dce8" + green: "#a9dc76" + magenta: "#ab9df2" + red: "#ff6188" + white: "#fcfcfa" + yellow: "#ffd866" + + bright: + black: "#727072" + blue: "#fc9867" + cyan: "#78dce8" + green: "#a9dc76" + magenta: "#ab9df2" + red: "#ff6188" + white: "#fcfcfa" + yellow: "#ffd866" diff --git a/playbooks/roles/shell/templates/alacritty/colors/monokai/pro_filter_machine.yml b/playbooks/roles/shell/templates/alacritty/colors/monokai/pro_filter_machine.yml new file mode 100644 index 0000000..0fcca5b --- /dev/null +++ b/playbooks/roles/shell/templates/alacritty/colors/monokai/pro_filter_machine.yml @@ -0,0 +1,25 @@ +# Monokai Pro (Filter Machine) +colors: + primary: + foreground: "#f2fffc" + background: "#3a4449" + + normal: + black: "#3a4449" + blue: "#ffb270" + cyan: "#7cd5f1" + green: "#a2e57b" + magenta: "#baa0f8" + red: "#ff6d7e" + white: "#f2fffc" + yellow: "#ffed72" + + bright: + black: "#6b7678" + blue: "#ffb270" + cyan: "#7cd5f1" + green: "#a2e57b" + magenta: "#baa0f8" + red: "#ff6d7e" + white: "#f2fffc" + yellow: "#ffed72" diff --git a/playbooks/roles/shell/templates/alacritty/colors/monokai/pro_filter_octagon.yml b/playbooks/roles/shell/templates/alacritty/colors/monokai/pro_filter_octagon.yml new file mode 100644 index 0000000..5204502 --- /dev/null +++ b/playbooks/roles/shell/templates/alacritty/colors/monokai/pro_filter_octagon.yml @@ -0,0 +1,25 @@ +# Monokai Pro (Filter Octagon) +colors: + primary: + foreground: "#eaf2f1" + background: "#3a3d4b" + + normal: + black: "#3a3d4b" + blue: "#ff9b5e" + cyan: "#9cd1bb" + green: "#bad761" + magenta: "#c39ac9" + red: "#ff657a" + white: "#eaf2f1" + yellow: "#ffd76d" + + bright: + black: "#696d77" + blue: "#ff9b5e" + cyan: "#9cd1bb" + green: "#bad761" + magenta: "#c39ac9" + red: "#ff657a" + white: "#eaf2f1" + yellow: "#ffd76d" diff --git a/playbooks/roles/shell/templates/alacritty/colors/monokai/pro_filter_ristretto.yml b/playbooks/roles/shell/templates/alacritty/colors/monokai/pro_filter_ristretto.yml new file mode 100644 index 0000000..c17e47a --- /dev/null +++ b/playbooks/roles/shell/templates/alacritty/colors/monokai/pro_filter_ristretto.yml @@ -0,0 +1,25 @@ +# Monokai Pro (Filter Ristretto) +colors: + primary: + foreground: "#fff1f3" + background: "#403838" + + normal: + black: "#403838" + blue: "#f38d70" + cyan: "#85dacc" + green: "#adda78" + magenta: "#a8a9eb" + red: "#fd6883" + white: "#fff1f3" + yellow: "#f9cc6c" + + bright: + black: "#72696a" + blue: "#f38d70" + cyan: "#85dacc" + green: "#adda78" + magenta: "#a8a9eb" + red: "#fd6883" + white: "#fff1f3" + yellow: "#f9cc6c" diff --git a/playbooks/roles/shell/templates/alacritty/colors/monokai/pro_filter_spectrum.yml b/playbooks/roles/shell/templates/alacritty/colors/monokai/pro_filter_spectrum.yml new file mode 100644 index 0000000..7ad429e --- /dev/null +++ b/playbooks/roles/shell/templates/alacritty/colors/monokai/pro_filter_spectrum.yml @@ -0,0 +1,25 @@ +# Monokai Pro (Filter Spectrum) +colors: + primary: + foreground: "#f7f1ff" + background: "#363537" + + normal: + black: "#363537" + blue: "#fd9353" + cyan: "#5ad4e6" + green: "#7bd88f" + magenta: "#948ae3" + red: "#fc618d" + white: "#f7f1ff" + yellow: "#fce566" + + bright: + black: "#69676c" + blue: "#fd9353" + cyan: "#5ad4e6" + green: "#7bd88f" + magenta: "#948ae3" + red: "#fc618d" + white: "#f7f1ff" + yellow: "#fce566" diff --git a/playbooks/roles/shell/templates/alacritty/colors/one_dark_pro.yml b/playbooks/roles/shell/templates/alacritty/colors/one_dark_pro.yml new file mode 100644 index 0000000..75eec64 --- /dev/null +++ b/playbooks/roles/shell/templates/alacritty/colors/one_dark_pro.yml @@ -0,0 +1,25 @@ +# One Dark Pro +colors: + primary: + foreground: "#abb2bf" + background: "#282c34" + + normal: + black: "#3f4451" + blue: "#4aa5f0" + cyan: "#42b3c2" + green: "#8cc265" + magenta: "#c162de" + red: "#e05561" + white: "#e6e6e6" + yellow: "#d18f52" + + bright: + black: "#4f5666" + blue: "#4dc4ff" + cyan: "#4cd1e0" + green: "#a5e075" + magenta: "#de73ff" + red: "#ff616e" + white: "#d7dae0" + yellow: "#f0a45d"