Last active
June 15, 2023 18:55
-
-
Save ZacharyThompson/d917ee8577da62e1c7f77a4cf8f18dc4 to your computer and use it in GitHub Desktop.
kitty
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
# Based on https://github.com/morhetz/gruvbox by morhetz <[email protected]> | |
# Adapted to kitty by wdomitrz <[email protected]> | |
cursor #928374 | |
cursor_text_color background | |
url_color #83a598 | |
visual_bell_color #8ec07c | |
bell_border_color #8ec07c | |
active_border_color #d3869b | |
inactive_border_color #665c54 | |
foreground #ebdbb2 | |
background #282828 | |
selection_foreground #928374 | |
selection_background #ebdbb2 | |
active_tab_foreground #fbf1c7 | |
active_tab_background #665c54 | |
inactive_tab_foreground #a89984 | |
inactive_tab_background #3c3836 | |
# black (bg3/bg4) | |
color0 #665c54 | |
color8 #7c6f64 | |
# red | |
color1 #cc241d | |
color9 #fb4934 | |
#: green | |
color2 #98971a | |
color10 #b8bb26 | |
# yellow | |
color3 #d79921 | |
color11 #fabd2f | |
# blue | |
color4 #458588 | |
color12 #83a598 | |
# purple | |
color5 #b16286 | |
color13 #d3869b | |
# aqua | |
color6 #689d6a | |
color14 #8ec07c | |
# white (fg4/fg3) | |
color7 #a89984 | |
color15 #bdae93 |
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
# font_family JuliaMono | |
# font_family Iosevka | |
font_family Fira Code | |
font_size 14.0 | |
disable_ligatures always | |
window_padding_width 2 | |
cursor_blink_interval -1 | |
remember_window_size no | |
initial_window_width 85c | |
initial_window_height 29c | |
resize_draw_strategy size | |
shell_integration no-cursor | |
confirm_os_window_close 0 | |
update_check_interval 0 | |
macos_titlebar_color dark | |
background_opacity 0.85 | |
include themes/gruvbox.conf | |
background #181818 | |
selection_foreground none | |
selection_background none | |
tab_bar_edge top | |
tab_bar_style powerline | |
tab_powerline_style round |
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
background #171717 | |
foreground #ded9ce | |
cursor #bbbbbb | |
selection_background #453a39 | |
color0 #000000 | |
color8 #313131 | |
color1 #ff605a | |
color9 #f58b7f | |
color2 #b1e869 | |
color10 #dcf88f | |
color3 #ead89c | |
color11 #eee5b2 | |
color4 #5da9f6 | |
color12 #a5c7ff | |
color5 #e86aff | |
color13 #ddaaff | |
color6 #82fff6 | |
color14 #b6fff9 | |
color7 #ded9ce | |
color15 #fefffe | |
selection_foreground #171717 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment