From 0f144c1ef9d831b1c663ef998f40e22c33156d9e Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Fri, 8 Sep 2023 14:43:41 +0530 Subject: Initial Commit * Adds Basic dot files configs --- .config/kitty/kitty-themes/themes/Harper.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .config/kitty/kitty-themes/themes/Harper.conf (limited to '.config/kitty/kitty-themes/themes/Harper.conf') diff --git a/.config/kitty/kitty-themes/themes/Harper.conf b/.config/kitty/kitty-themes/themes/Harper.conf new file mode 100644 index 0000000..2579aac --- /dev/null +++ b/.config/kitty/kitty-themes/themes/Harper.conf @@ -0,0 +1,21 @@ +background #000000 +foreground #a7a39c +cursor #a7a39c +selection_background #5a5753 +color0 #000000 +color8 #716d69 +color1 #f7b63e +color9 #f7b63e +color2 #7fb5e1 +color10 #7fb5e1 +color3 #d6da24 +color11 #d6da24 +color4 #489d48 +color12 #489d48 +color5 #b295c5 +color13 #b295c5 +color6 #f4bed6 +color14 #f4bed6 +color7 #a7a39c +color15 #fefbe9 +selection_foreground #000000 -- cgit v1.2.3