post_install/roles/dotfiles/templates/kitty_conf
2025-04-20 15:44:14 +02:00

15 lines
No EOL
238 B
Text

# Theme
# Rosé Pine Moon
include current-theme.conf
#: Fonts {{{
font_size 16.0
#: }}}
window_padding_width 10
{% if ansible_distribution == 'MacOS' %}
macos_titlebar_color #232135
{% else %}
# macos_titlebar_color #232135
{% endif %}