From 557f238ccf15a10c95bb3c697ee995f4731a72ed Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Mon, 10 Jan 2022 15:41:19 +0700 Subject: [PATCH] chore(config): add github to kitty --- data/kitty/github_dark.conf | 43 +++++++++++++++++++++++++++++++++++++ data/kitty/kitty.conf | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 data/kitty/github_dark.conf diff --git a/data/kitty/github_dark.conf b/data/kitty/github_dark.conf new file mode 100644 index 0000000..ca85cc0 --- /dev/null +++ b/data/kitty/github_dark.conf @@ -0,0 +1,43 @@ +# https://github.com/projekt0n/github-nvim-theme +# github colors for Kitty + +background #24292e +foreground #d1d5da +selection_background #284566 +selection_foreground #d1d5da +url_color #d1d5da +cursor #c8e1ff + +# Tabs +active_tab_background #3b8eea +active_tab_foreground #1f2428 +inactive_tab_background #d1d5da +inactive_tab_foreground #1f2428 + +# Windows Border +active_border_color #444c56 +inactive_border_color #444c56 + +# normal +color0 #24292e +color1 #f14c4c +color2 #23d18b +color3 #e2e210 +color4 #3b8eea +color5 #bc3fbc +color6 #29b7da +color7 #666666 + +# bright +color8 #666666 +color9 #f14c4c +color10 #23d18b +color11 #f5f543 +color12 #3b8eea +color13 #d670d6 +color14 #29b8db +color15 #d1d5da + +# extended colors +color16 #f5f543 +color17 #f14c4c diff --git a/data/kitty/kitty.conf b/data/kitty/kitty.conf index 4213405..aa3c402 100644 --- a/data/kitty/kitty.conf +++ b/data/kitty/kitty.conf @@ -1,4 +1,4 @@ -include Monokai Pro.conf +include github_dark.conf # https://sw.kovidgoyal.net/kitty/conf/#fonts font_family Rec Mono Casual