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.
This commit is contained in:
commit
7f41cf7a82
104 changed files with 8077 additions and 0 deletions
30
templates/kitty.conf.tpl
Normal file
30
templates/kitty.conf.tpl
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue