From ca126b3c98e256faffdda9204167baf02fbe9cd5 Mon Sep 17 00:00:00 2001 From: Vaibhav Kaushik Date: Thu, 3 Jun 2021 14:49:02 +0530 Subject: [PATCH] Add kitty terminal color scheme (#42) --- README.md | 7 +++++++ kitty/Gotham.conf | 21 +++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 kitty/Gotham.conf diff --git a/README.md b/README.md index 18e7b95..2edc432 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,13 @@ Copy the file [xfce4-terminal/gotham.theme](xfce4-terminal/gotham.theme) to `/us Go into `Preferences > Colors > Presets` and the colorscheme Gotham should be in the list. The change of colorscheme is immediate. +### kitty + +Copy the file [kitty/Gotham.conf](kitty/Gotham.conf) to `~/.config/kitty/` + +Add this line to your `kitty.conf` configuration file: `include ~/.config/kitty/Gotham.conf` + + ## Contributing I'm more than happy to accept Pull Requests of any kind: bug fixes, support for diff --git a/kitty/Gotham.conf b/kitty/Gotham.conf new file mode 100644 index 0000000..9d60c1b --- /dev/null +++ b/kitty/Gotham.conf @@ -0,0 +1,21 @@ +background #0a0f14 +foreground #98d1ce +cursor #98d1ce +selection_background #383838 +color0 #0a0f14 +color1 #c33027 +color2 #26a98b +color3 #edb54b +color4 #195465 +color5 #4e5165 +color6 #33859d +color7 #98d1ce +color8 #10151b +color9 #d26939 +color10 #081f2d +color11 #245361 +color12 #093748 +color13 #888ba5 +color14 #599caa +color15 #d3ebe9 +selection_foreground #d8d8d8