view dot_config/kitty/kitty.conf.tmpl @ 835:768ab9f6fdf0

[pre-commit.ci] pre-commit autoupdate updates: - [github.com/JohnnyMorganz/StyLua: v0.19.1 ? v0.20.0](https://github.com/JohnnyMorganz/StyLua/compare/v0.19.1...v0.20.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 ? v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.1.0...v4.0.0-alpha.8)
author pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
date Mon, 22 Jan 2024 18:02:22 +0000
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 }}