Author: Kyle Fuller <kyle@fuller.li> 2020-08-21 17:56:39 +0100 +0100 Committer: Kyle Fuller <kyle@fuller.li> 2020-08-21 17:56:39 +0100 +0100 Commit: 28c17fc90c45369360554a9f1913928f0d0a21db Parent: 0761b577c4c4197962e6cebe8b7228266e19b68a feat: add kitty config
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf
new file mode 100644
index 0000000000000000000000000000000000000000..92a03a22b85f62c053da078d93195b39d24768a1
--- /dev/null
+++ b/.config/kitty/kitty.conf
@@ -0,0 +1,4 @@
+font_family Source Code Pro
+font_size 12
+
+include themes/jellybeans.conf
diff --git a/.config/kitty/themes/jellybeans.conf b/.config/kitty/themes/jellybeans.conf
new file mode 100644
index 0000000000000000000000000000000000000000..bac5fb722722e7d119b526ade630417c6da15629
--- /dev/null
+++ b/.config/kitty/themes/jellybeans.conf
@@ -0,0 +1,21 @@
+background #111111
+foreground #dedede
+cursor #ffa460
+selection_background #464d91
+color0 #919191
+color8 #bdbdbd
+color1 #e17373
+color9 #ffa0a0
+color2 #94b978
+color10 #bddeab
+color3 #ffb97b
+color11 #ffdba0
+color4 #96bddb
+color12 #b1d7f6
+color5 #e1c0fa
+color13 #fbdaff
+color6 #00988e
+color14 #19b2a7
+color7 #dedede
+color15 #ffffff
+selection_foreground #111111