feat(kitty): Scrollback support, new theme

This commit is contained in:
Price Hiller 2022-02-24 02:50:14 -06:00
parent c206517084
commit b224d70969
2 changed files with 42 additions and 2 deletions

View File

@ -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 </actions>.
# 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

View File

@ -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