dotfiles/templates/kitty.conf.tpl
Sarthak 4b203d06bd replace the old dotfiles with the sakura line rice
The bare $HOME repo is gone. This is now the rice: install.sh, rice-*
scripts in bin/, configs in home/ linked into $HOME, theme templates, st
and the particle wallpaper. Clone to ~/rice and run install.sh.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BLLuuQfeDiqFHHSgd2VWrQ
2026-09-14 16:12:09 +05:30

30 lines
807 B
Smarty

# Rendered by rice-theme from colors.toml - edit templates/kitty.conf.tpl instead.
font_family {{ font }}
bold_font auto
italic_font auto
bold_italic_font auto
background_opacity {{ alpha }}
background {{ bg }}
foreground {{ fg }}
cursor {{ accent }}
cursor_text_color {{ bg }}
selection_background {{ selection }}
selection_foreground {{ fg }}
url_color {{ accent }}
color0 {{ bg }}
color1 {{ red }}
color2 {{ green }}
color3 {{ yellow }}
color4 {{ blue }}
color5 {{ magenta }}
color6 {{ cyan }}
color7 {{ fg_alt }}
color8 {{ muted }}
color9 {{ bright_red }}
color10 {{ bright_green }}
color11 {{ bright_yellow }}
color12 {{ bright_blue }}
color13 {{ bright_magenta }}
color14 {{ bright_cyan }}
color15 {{ fg }}