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/Zenburn.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .config/kitty/kitty-themes/themes/Zenburn.conf (limited to '.config/kitty/kitty-themes/themes/Zenburn.conf') diff --git a/.config/kitty/kitty-themes/themes/Zenburn.conf b/.config/kitty/kitty-themes/themes/Zenburn.conf new file mode 100644 index 0000000..032b99b --- /dev/null +++ b/.config/kitty/kitty-themes/themes/Zenburn.conf @@ -0,0 +1,25 @@ +# Zenburn by jnurmine, https://github.com/jnurmine/Zenburn +# This work is licensed under the terms of the GNU GPL license. +# For a copy, see http://www.gnu.org/licenses/gpl.html. + +background #3f3f3f +foreground #dcdccc +cursor #73635a +selection_background #21322f +color0 #4d4d4d +color8 #709080 +color1 #705050 +color9 #dca3a3 +color2 #60b48a +color10 #c3bf9f +color3 #f0deae +color11 #dfcf9f +color4 #506070 +color12 #94bff3 +color5 #dc8cc3 +color13 #ec93d3 +color6 #8cd0d3 +color14 #93e0e3 +color7 #dcdccc +color15 #ffffff +selection_foreground #3f3f3f -- cgit v1.2.3