neodotfiles/config/kitty/kitty.conf

84 lines
1.5 KiB
Text
Raw Normal View History

2024-03-27 06:07:02 +00:00
cursor_shape underline
cursor_underline_thickness 3.0
font_family Mononoki Nerd Font
bold_font auto
italic_font auto
bold_italic_font auto
2024-07-26 17:43:09 +00:00
font_size 12.0
2024-03-27 06:07:02 +00:00
shell fish
confirm_os_window_close 0
background_opacity 0.95
2024-09-28 03:08:07 +00:00
window_margin_width 5
2024-03-27 06:07:02 +00:00
# Catppuccin Mocha
# The basic colors
foreground #cdd6f4
background #1e1e2e
selection_foreground #1e1e2e
selection_background #f5e0dc
2024-03-27 06:07:02 +00:00
# Cursor colors
cursor #f5e0dc
cursor_text_color #1e1e2e
2024-03-27 06:07:02 +00:00
# URL underline color when hovering with mouse
url_color #f5e0dc
2024-03-27 06:07:02 +00:00
# Kitty window border colors
active_border_color #b4befe
inactive_border_color #6c7086
bell_border_color #f9e2af
2024-03-27 06:07:02 +00:00
# OS Window titlebar colors
wayland_titlebar_color system
macos_titlebar_color system
2024-03-27 06:07:02 +00:00
# Tab bar colors
active_tab_foreground #11111b
active_tab_background #cba6f7
inactive_tab_foreground #cdd6f4
inactive_tab_background #181825
tab_bar_background #11111b
2024-03-27 06:07:02 +00:00
# Colors for marks (marked text in the terminal)
mark1_foreground #1e1e2e
mark1_background #b4befe
mark2_foreground #1e1e2e
mark2_background #cba6f7
mark3_foreground #1e1e2e
mark3_background #74c7ec
# The 16 terminal colors
# black
color0 #45475a
color8 #585b70
2024-03-27 06:07:02 +00:00
# red
color1 #f38ba8
color9 #f38ba8
2024-03-27 06:07:02 +00:00
# green
color2 #a6e3a1
color10 #a6e3a1
2024-03-27 06:07:02 +00:00
# yellow
color3 #f9e2af
color11 #f9e2af
2024-03-27 06:07:02 +00:00
# blue
color4 #89b4fa
color12 #89b4fa
2024-03-27 06:07:02 +00:00
# magenta
color5 #f5c2e7
color13 #f5c2e7
2024-03-27 06:07:02 +00:00
# cyan
color6 #94e2d5
color14 #94e2d5
2024-03-27 06:07:02 +00:00
# white
color7 #bac2de
color15 #a6adc8