Created
September 9, 2023 13:29
-
-
Save Sigmanificient/dbb451a93575641027536ce7293bb4ca to your computer and use it in GitHub Desktop.
kitty conf generated
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generated by Home Manager. | |
# See https://sw.kovidgoyal.net/kitty/conf.html | |
font_family JetbrainsMono Nerd Font | |
font_size 9 | |
# Shell integration is sourced and configured manually | |
shell_integration no-rc enabled | |
active_tab_background #8B8AF1 | |
active_tab_foreground #0F0F1C | |
background #1A1C31 | |
color0 #0F0F1C | |
color1 #D22942 | |
color10 #3FD7A0 | |
color11 #EED49F | |
color12 #A7A5FB | |
color13 #E5A5FB | |
color14 #A5EBFB | |
color15 #CAD3F5 | |
color2 #17B67C | |
color3 #F2A174 | |
color4 #8C8AF1 | |
color5 #D78AF1 | |
color6 #8ADEF1 | |
color7 #CAD3F5 | |
color8 #A2B1E8 | |
color9 #DE4259 | |
cursor #82E3F8 | |
dynamic_background_opacity yes | |
enable_audio_bell no | |
foreground #CAD3F5 | |
hide_window_decorations yew | |
inactive_tab_background #1A1C31 | |
inactive_tab_foreground #B4C0EC | |
initial_window_height 460 | |
initial_window_width 820 | |
remember_window_size no | |
selection_background #A7A5FB | |
selection_foreground #000000 | |
tab_bar_background #0F0F1C | |
tab_bar_edge bottom | |
tab_bar_min_tabs 1 | |
tab_bar_style separator | |
tab_separator | | |
tab_title_template {title}{' :{}:'.format(num_windows) if num_windows > 1 else ''} | |
url_color #8B8AF1 | |
window_padding_width 5 | |
env LS_COLORS=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment