~novakane/public-inbox

kosmikoa.extras: Add wezterm theme v1 APPLIED

Chinmay Dalal: 1
 Add wezterm theme

 1 files changed, 31 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~novakane/public-inbox/patches/25109/mbox | git am -3
Learn more about email & git

[PATCH kosmikoa.extras] Add wezterm theme Export this patch

Regards,
Chinmay
---
 wezterm/kosmikoa.toml | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 wezterm/kosmikoa.toml

diff --git a/wezterm/kosmikoa.toml b/wezterm/kosmikoa.toml
new file mode 100644
index 0000000..80cd27e
--- /dev/null
+++ b/wezterm/kosmikoa.toml
@@ -0,0 +1,31 @@
[colors]
foreground = "#eae9ee"
background = "#23222b"
cursor_bg = "#a9a7b9"
cursor_border = "#a9a7b9"
cursor_fg = "#23222b"
selection_bg = "#474557"
selection_fg = "#eae9ee"
split = "#474557"

ansi = [
    "#474557",
    "#fc65b0",
    "#62e89e",
    "#e8ec77",
    "#57bbf4",
    "#be8fde",
    "#00cfd0",
    "#eae9ee"
]

brights = [
    "#59566d",
    "#fc65b0",
    "#62e89e",
    "#e8ec77",
    "#57bbf4",
    "#be8fde",
    "#00cfd0",
    "#eae9ee"
]
-- 
2.33.0
Woops I messed up the formatting and the first line was not included in
the message body

This is a theme for wezterm (https://wezfurlong.org/wezterm)