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/Royal.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .config/kitty/kitty-themes/themes/Royal.conf (limited to '.config/kitty/kitty-themes/themes/Royal.conf') diff --git a/.config/kitty/kitty-themes/themes/Royal.conf b/.config/kitty/kitty-themes/themes/Royal.conf new file mode 100644 index 0000000..0ebd236 --- /dev/null +++ b/.config/kitty/kitty-themes/themes/Royal.conf @@ -0,0 +1,21 @@ +background #100814 +foreground #504868 +cursor #514965 +selection_background #1e1d2a +color0 #241f2a +color8 #312d3c +color1 #90274b +color9 #d4346c +color2 #23801c +color10 #2cd845 +color3 #b49d27 +color11 #fde83a +color4 #6480af +color12 #8fb9f9 +color5 #664d96 +color13 #a479e2 +color6 #8aaabd +color14 #abd3eb +color7 #514965 +color15 #9d8bbd +selection_foreground #100814 -- cgit v1.2.3