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/Wryan.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .config/kitty/kitty-themes/themes/Wryan.conf (limited to '.config/kitty/kitty-themes/themes/Wryan.conf') diff --git a/.config/kitty/kitty-themes/themes/Wryan.conf b/.config/kitty/kitty-themes/themes/Wryan.conf new file mode 100644 index 0000000..73d758d --- /dev/null +++ b/.config/kitty/kitty-themes/themes/Wryan.conf @@ -0,0 +1,21 @@ +background #101010 +foreground #999993 +cursor #9d9eca +selection_background #4d4d4d +color0 #333333 +color8 #3d3d3d +color1 #8c4665 +color9 #bf4d80 +color2 #287373 +color10 #53a6a6 +color3 #7c7c99 +color11 #9e9ecb +color4 #395573 +color12 #477ab3 +color5 #5e468c +color13 #7e62b3 +color6 #31658c +color14 #6096bf +color7 #899ca1 +color15 #c0c0c0 +selection_foreground #101010 -- cgit v1.2.3