From b224d7096973f2e43cd124e471213e667e1bbc37 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 24 Feb 2022 02:50:14 -0600 Subject: [PATCH] feat(kitty): Scrollback support, new theme --- .config/kitty/kitty.conf | 4 +-- .config/kitty/themes/nightfox.conf | 40 ++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 .config/kitty/themes/nightfox.conf diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 06a736d8..ae5d91f1 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -219,7 +219,7 @@ scrollback_lines 4000 #: is changed it will only affect newly created windows, not existing #: ones. -# scrollback_pager less --chop-long-lines --RAW-CONTROL-CHARS +INPUT_LINE_NUMBER +scrollback_pager less --chop-long-lines --RAW-CONTROL-CHARS +INPUT_LINE_NUMBER #: Program with which to view scrollback in a new window. The #: scrollback buffer is passed as STDIN to this program. If you change @@ -1197,7 +1197,7 @@ macos_thicken_font .35 #: The full list of actions that can be mapped to key presses is #: available here . -# kitty_mod ctrl+shift +kitty_mod ctrl+shift #: The value of kitty_mod is used as the modifier for all default #: shortcuts, you can change it in your kitty.conf to change the diff --git a/.config/kitty/themes/nightfox.conf b/.config/kitty/themes/nightfox.conf new file mode 100644 index 00000000..47cf7990 --- /dev/null +++ b/.config/kitty/themes/nightfox.conf @@ -0,0 +1,40 @@ +# Nightfox colors for Kitty +## name: nightfox +## upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/nightfox/nightfox_kitty.conf + +background #192330 +foreground #cdcecf +selection_background #283648 +selection_foreground #cdcecf +url_color #81b29a +cursor #cdcecf + +# Tabs +active_tab_background #719cd6 +active_tab_foreground #131A24 +inactive_tab_background #283648 +inactive_tab_foreground #526175 + +# normal +color0 #393b44 +color1 #c94f6d +color2 #81b29a +color3 #dbc074 +color4 #719cd6 +color5 #9d79d6 +color6 #63cdcf +color7 #f2f2f2 + +# bright +color8 #475072 +color9 #d6616b +color10 #58cd8b +color11 #ffe37e +color12 #84cee4 +color13 #b8a1e3 +color14 #59f0ff +color15 #f2f2f2 + +# extended colors +color16 #f4a261 +color17 #d67ad2