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/Grass.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .config/kitty/kitty-themes/themes/Grass.conf (limited to '.config/kitty/kitty-themes/themes/Grass.conf') diff --git a/.config/kitty/kitty-themes/themes/Grass.conf b/.config/kitty/kitty-themes/themes/Grass.conf new file mode 100644 index 0000000..ef9c321 --- /dev/null +++ b/.config/kitty/kitty-themes/themes/Grass.conf @@ -0,0 +1,23 @@ +# Theme ported from the Mac Terminal application. + +background #12773d +foreground #fff0a4 +cursor #8b2800 +selection_background #b64825 +color0 #000000 +color8 #545454 +color1 #ba0000 +color9 #ba0000 +color2 #00ba00 +color10 #00ba00 +color3 #e6af00 +color11 #e6af00 +color4 #0000a3 +color12 #0000ba +color5 #950062 +color13 #ff54ff +color6 #00baba +color14 #54ffff +color7 #bababa +color15 #ffffff +selection_foreground #12773d -- cgit v1.2.3