From 33542630d56a94146ee791e42216566a17e755a7 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Mon, 16 Jun 2025 21:16:22 +0200 Subject: [PATCH] Add alacritty zenwritten themes --- .config/alacritty/alacritty.toml | 2 +- .config/alacritty/themes/zenwritten_dark.toml | 25 +++++++++++++++++++ .../alacritty/themes/zenwritten_light.toml | 25 +++++++++++++++++++ 3 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 .config/alacritty/themes/zenwritten_dark.toml create mode 100644 .config/alacritty/themes/zenwritten_light.toml diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 0179630..9c30e2f 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,7 +1,7 @@ [general] import = [ "font.toml", - "colors.toml" + "themes/zenwritten_light.toml" ] [window] diff --git a/.config/alacritty/themes/zenwritten_dark.toml b/.config/alacritty/themes/zenwritten_dark.toml new file mode 100644 index 0000000..26d1619 --- /dev/null +++ b/.config/alacritty/themes/zenwritten_dark.toml @@ -0,0 +1,25 @@ +# This file is auto-generated by shipwright.nvim +[colors.bright] +black = "#3D3839" +red = "#E8838F" +green = "#8BAE68" +yellow = "#D68C67" +blue = "#61ABDA" +magenta = "#CF86C1" +cyan = "#65B8C1" +white = "#8E8E8E" +[colors.cursor] +cursor = "#C9C9C9" +text = "#191919" +[colors.normal] +black = "#191919" +blue = "#6099C0" +cyan = "#66A5AD" +green = "#819B69" +magenta = "#B279A7" +red = "#DE6E7C" +white = "#BBBBBB" +yellow = "#B77E64" +[colors.primary] +background = "#191919" +foreground = "#BBBBBB" diff --git a/.config/alacritty/themes/zenwritten_light.toml b/.config/alacritty/themes/zenwritten_light.toml new file mode 100644 index 0000000..bcf48d3 --- /dev/null +++ b/.config/alacritty/themes/zenwritten_light.toml @@ -0,0 +1,25 @@ +# This file is auto-generated by shipwright.nvim +[colors.bright] +black = "#C6C3C3" +red = "#94253E" +green = "#3F5A22" +yellow = "#803D1C" +blue = "#1D5573" +magenta = "#7B3B70" +cyan = "#2B747C" +white = "#5C5C5C" +[colors.cursor] +cursor = "#353535" +text = "#EEEEEE" +[colors.normal] +black = "#EEEEEE" +blue = "#286486" +cyan = "#3B8992" +green = "#4F6C31" +magenta = "#88507D" +red = "#A8334C" +white = "#353535" +yellow = "#944927" +[colors.primary] +background = "#EEEEEE" +foreground = "#353535"