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.
30 lines
807 B
Smarty
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 }}
|