[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)