feat: configure kitty

This commit is contained in:
Anthony Oteri
2025-09-11 21:39:38 -04:00
parent 4e1a6d3452
commit 0676f4705f
2 changed files with 61 additions and 5 deletions
+41
View File
@@ -0,0 +1,41 @@
## name: Gruvbox Dark Hard
## author: Pavel Pertsev
## license: MIT/X11
## upstream: https://raw.githubusercontent.com/gruvbox-community/gruvbox-contrib/master/kitty/gruvbox-dark-hard.conf
selection_foreground #ebdbb2
selection_background #d65d0e
background #1d2021
foreground #ebdbb2
color0 #3c3836
color1 #cc241d
color2 #98971a
color3 #d79921
color4 #458588
color5 #b16286
color6 #689d6a
color7 #a89984
color8 #928374
color9 #fb4934
color10 #b8bb26
color11 #fabd2f
color12 #83a598
color13 #d3869b
color14 #8ec07c
color15 #fbf1c7
cursor #bdae93
cursor_text_color #665c54
url_color #458588
# START_AUTOGENERATED_TAB_STYLE
# Feel free to update these colors manually and remove these comments.
active_tab_foreground #eeeeee
active_tab_background #d65d0e
inactive_tab_foreground #ebdbb2
inactive_tab_background #171a1a
# END_AUTOGENERATED_TAB_STYLE
+20 -5
View File
@@ -19,7 +19,7 @@
#: fonts manually, read the font specification syntax #: fonts manually, read the font specification syntax
#: <https://sw.kovidgoyal.net/kitty/kittens/choose-fonts/#font-spec- #: <https://sw.kovidgoyal.net/kitty/kittens/choose-fonts/#font-spec-
#: syntax>. #: syntax>.
font_family Hack # font_family Hack
font_size 15.0 font_size 15.0
# font_size 11.0 # font_size 11.0
@@ -553,7 +553,7 @@ font_size 15.0
#: to/from always will only affect text subsequently received by #: to/from always will only affect text subsequently received by
#: kitty. #: kitty.
# copy_on_select no copy_on_select clipboard
#: Copy to clipboard or a private buffer on select. With this set to #: Copy to clipboard or a private buffer on select. With this set to
#: clipboard, selecting text with the mouse will cause the text to be #: clipboard, selecting text with the mouse will cause the text to be
@@ -739,7 +739,7 @@ font_size 15.0
#: Paste from the primary selection #: Paste from the primary selection
# mouse_map middle release ungrabbed paste_from_selection mouse_map middle release ungrabbed paste_from_selection
#: Start selecting text #: Start selecting text
@@ -1156,7 +1156,7 @@ font_size 15.0
#: The second number is the margin between the tab bar and the #: The second number is the margin between the tab bar and the
#: contents of the current tab. #: contents of the current tab.
# tab_bar_style fade tab_bar_style powerline
#: The tab bar style, can be one of: #: The tab bar style, can be one of:
@@ -1965,7 +1965,7 @@ font_size 15.0
#: Dock). Changing this option by reloading the config is not #: Dock). Changing this option by reloading the config is not
#: supported. #: supported.
# macos_quit_when_last_window_closed no macos_quit_when_last_window_closed yes
#: Have kitty quit when all the top-level windows are closed on macOS. #: Have kitty quit when all the top-level windows are closed on macOS.
#: By default, kitty will stay running, even with no open windows, as #: By default, kitty will stay running, even with no open windows, as
@@ -2784,3 +2784,18 @@ font_size 15.0
#: }}} #: }}}
#: }}} #: }}}
# BEGIN_KITTY_THEME
# Gruvbox Dark Hard
include current-theme.conf
# END_KITTY_THEME
# BEGIN_KITTY_FONTS
font_family family="JetBrainsMonoNL Nerd Font Mono"
bold_font auto
italic_font auto
bold_italic_font auto
# END_KITTY_FONTS