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:
Sarthak 2026-09-14 16:12:09 +05:30
commit 7f41cf7a82
104 changed files with 8077 additions and 0 deletions

View file

@ -0,0 +1,53 @@
# btop - Sakura Line, sampled from bspwm/wallpaper/wallpaper.jpg
theme[main_bg]=""
theme[main_fg]="#e9eefb"
theme[title]="#e9eefb"
theme[hi_fg]="#92b9ea"
theme[selected_bg]="#2e2842"
theme[selected_fg]="#92b9ea"
theme[inactive_fg]="#7f7796"
theme[graph_text]="#c9d1e2"
theme[meter_bg]="#201b30"
theme[proc_misc]="#8ab6c4"
theme[cpu_box]="#3d3752"
theme[mem_box]="#3d3752"
theme[net_box]="#3d3752"
theme[proc_box]="#3d3752"
theme[div_line]="#3d3752"
theme[temp_start]="#8fae74"
theme[temp_mid]="#d8a87c"
theme[temp_end]="#cf6a80"
theme[cpu_start]="#7c9ede"
theme[cpu_mid]="#92b9ea"
theme[cpu_end]="#d0a4d8"
theme[free_start]="#4a5a6e"
theme[free_mid]="#7fa3ad"
theme[free_end]="#a3c0cb"
theme[cached_start]="#6f8fc4"
theme[cached_mid]="#92b9ea"
theme[cached_end]="#aecdf5"
theme[available_start]="#8a6a52"
theme[available_mid]="#d8a87c"
theme[available_end]="#e9c79b"
theme[used_start]="#7a4256"
theme[used_mid]="#cf6a80"
theme[used_end]="#e0798f"
theme[download_start]="#5f6f9e"
theme[download_mid]="#7c9ede"
theme[download_end]="#92b9ea"
theme[upload_start]="#7a4a7e"
theme[upload_mid]="#b483c0"
theme[upload_end]="#d0a4d8"
theme[process_start]="#8fae74"
theme[process_mid]="#a8c68d"
theme[process_end]="#e9c79b"

View file

@ -0,0 +1,59 @@
# Sakura Line - sampled from wallpapers/sakura-line.jpg.
# Every surface (bspwm, polybar, rofi, dunst, eww, st, kitty, GTK, btop,
# xsecurelock, starship) is rendered from these keys by `rice-theme`.
# Colour values must be #rrggbb; templates add alpha where they need it.
name = "Sakura Line"
mode = "dark"
wallpaper = "sakura-line.jpg"
# --- surfaces, darkest to lightest ---
bg = "#0f0d17"
bg_alt = "#16121f"
surface = "#221c33"
overlay = "#2a2440"
selection = "#2e2842"
border = "#3d3752"
# --- text ---
fg = "#e9eefb"
fg_alt = "#c9d1e2"
dim = "#7f7796"
muted = "#3a3350"
# --- roles ---
accent = "#92b9ea"
accent_alt = "#5d7fb0"
urgent = "#e0798f"
# --- named colours (ANSI 1-6) and their bright twins (9-14) ---
red = "#cf6a80"
green = "#8fae74"
yellow = "#d8a87c"
blue = "#7c9ede"
magenta = "#b483c0"
cyan = "#8ab6c4"
bright_red = "#e0798f"
bright_green = "#a8c68d"
bright_yellow = "#e9c79b"
bright_blue = "#92b9ea"
bright_magenta = "#d0a4d8"
bright_cyan = "#a3c0cb"
# --- translucency: bar, popups, menus, notifications and terminals all use it ---
alpha = "0.75"
alpha_hex = "bf"
# --- shape and type, shared by every popup, menu and toast ---
font = "JetBrainsMono Nerd Font"
font_size = "11"
radius = "12"
radius_small = "8"
border_width = "1"
window_border = "2"
gap = "10"
icon_theme = "Papirus-Dark"
gtk_theme = "Adwaita-dark"
cursor_theme = "Bibata-Modern-Classic"
cursor_size = "20"