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
This commit is contained in:
commit
4b203d06bd
104 changed files with 8077 additions and 0 deletions
34
templates/Xresources.tpl
Normal file
34
templates/Xresources.tpl
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
! Rendered by rice-theme from colors.toml - edit templates/Xresources.tpl instead.
|
||||
! st reads these through its xresources patch; reopen st (or send it USR1) to pick them up.
|
||||
|
||||
*.foreground: {{ fg }}
|
||||
*.background: {{ bg }}
|
||||
*.cursorColor: {{ 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 }}
|
||||
|
||||
st.font: {{ font }}:pixelsize=14:antialias=true:autohint=true
|
||||
st.alpha: {{ alpha }}
|
||||
st.borderpx: 15
|
||||
|
||||
Xcursor.theme: {{ cursor_theme }}
|
||||
Xcursor.size: {{ cursor_size }}
|
||||
Xft.antialias: 1
|
||||
Xft.hinting: 1
|
||||
Xft.hintstyle: hintslight
|
||||
Xft.rgba: rgb
|
||||
Loading…
Add table
Add a link
Reference in a new issue