post_install/roles/dotfiles/templates/kitty_conf

15 lines
238 B
Text
Raw Normal View History

2025-04-09 14:07:06 +00:00
# Theme
2025-04-09 14:01:29 +00:00
# Rosé Pine Moon
include current-theme.conf
2025-04-20 13:44:14 +00:00
#: Fonts {{{
2025-04-09 14:01:29 +00:00
font_size 16.0
2025-04-20 13:44:14 +00:00
#: }}}
2025-04-09 14:01:29 +00:00
window_padding_width 10
2025-04-09 14:07:06 +00:00
{% if ansible_distribution == 'MacOS' %}
macos_titlebar_color #232135
{% else %}
# macos_titlebar_color #232135
{% endif %}