From 8da4227dd97813389873dbe1b3f9a1d2500b3a4f Mon Sep 17 00:00:00 2001 From: ajschofield Date: Tue, 8 Oct 2024 02:24:01 +0100 Subject: add kitty config --- kitty/kitty.d/theme.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 kitty/kitty.d/theme.conf (limited to 'kitty/kitty.d/theme.conf') diff --git a/kitty/kitty.d/theme.conf b/kitty/kitty.d/theme.conf new file mode 100644 index 0000000..2a2043a --- /dev/null +++ b/kitty/kitty.d/theme.conf @@ -0,0 +1,23 @@ +# Cyberdream Kitty Theme (Dark) + +foreground #ffffff +background #16181a +cursor #ffffff +selection_background #1e2124 + +color0 #16181a +color1 #ff6e5e +color2 #5eff6c +color3 #f1ff5e +color4 #5ea1ff +color5 #ff5ef1 +color6 #5ef1ff +color7 #ffffff +color8 #7b8496 +color9 #ff6e5e +color10 #5eff6c +color11 #f1ff5e +color12 #5ea1ff +color13 #ff5ef1 +color14 #5ef1ff +color15 #ffffff -- cgit v1.2.3