From 4d9255a8760e0c74159939057e794ce03301ddf7 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Fri, 2 Aug 2024 02:14:26 -0600 Subject: [PATCH] docs: add kitty stuff Signed-off-by: Felipe Contreras --- docs/_includes/kitty.html | 43 +++++++++++++++++++++++++++++++++++++++ docs/index.md | 25 +++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 docs/_includes/kitty.html diff --git a/docs/_includes/kitty.html b/docs/_includes/kitty.html new file mode 100644 index 0000000..6459783 --- /dev/null +++ b/docs/_includes/kitty.html @@ -0,0 +1,43 @@ + + +
+
gYwgYwgYwgYwgYwgYwgYwgYw
+gYwgYwgYwgYwgYwgYwgYwgYw
+  
+
diff --git a/docs/index.md b/docs/index.md index 5e189b6..96d8494 100644 --- a/docs/index.md +++ b/docs/index.md @@ -33,6 +33,31 @@ let g:airline_theme = 'felipec' ``` +## kitty + +{% include kitty.html %} + +Add to `~/.config/kitty/kitty.conf`: + +``` +cursor #5fb8f2 + +foreground #dedde4 +background #1d1c21 + +selection_foreground #1d1c21 +selection_background #d991d2 + +color0 #1d1c21 +color1 #f09080 +color2 #93e4a4 +color3 #fddb7c +color4 #90aafa +color5 #d991d2 +color6 #30c2d8 +color7 #bdbdc4 +``` + ## Color palette {% include palette.html %}