view dot_config/kitty/kitty.conf.tmpl @ 1091:a1fab5298ef6 draft tip

feat: update to bitwarden 25.3 and enable ssh-agent
author Zeger Van de Vannet <zeger@vandevan.net>
date Mon, 21 Apr 2025 20:13:02 +0200
parents 2edfa67bf4dd
children
line wrap: on
line source

# vim:fileencoding=utf-8:ft=conf

font_family Fira Code Retina
italic_font Iosevka Term Italic
font_size {{ .font_size }}

symbol_map U+F100-U+F2FF nonicons

window_margin_width 4
window_padding_width 4

scrollback_lines 10000

clipboard_control write-primary write-clipboard no-append

draw_minimal_borders yes

mark1_foreground white
mark1_background #f43753
map f1 toggle_marker iregex 1 \berror\b

linux_display_server x11
editor nvim

confirm_os_window_close 0

{{ if .dark }}
include colors/catppuccin.conf
{{ else }}
include colors/espresso-tutti.conf
{{ end }}