Refonte complete du rice. Palette 100% originale (Mitsuri Kanroji inspired), zero emprunt Dracula/Catppuccin. 50 fichiers, 3200+ lignes. Palette v2: - palette.sh source de verite unique (dark + light) - 5 accents (magenta, lilac, mitsuri, lavande, champagne) - 4 semantiques derivees, 4 niveaux texte, 6 fonds - Gradient signature: magenta → lilac → lavande → mitsuri - Variante Light: fonds lavande, accents assombris WCAG Terminal: - kitty (remplace COSMIC Term comme principal) - Maple Mono NF (cursive italics, ligatures) - Cursor trail magenta, splits/layouts tiling, undercurl - Vi-mode zsh avec cursor shape adaptatif Shell: - starship 3 lignes (palette nommee, brain_name, battery, sudo) - zshrc v2 (nouveaux outils, fzf pimp, shell functions, vi-mode) - Commandes custom: proj, glog, fkill, colors, hotkeys, weather, y Desktop: - AGS config (bar 3-pills, OSD gradient, launcher, notifications) - COSMIC Dark + Light v2 (7 fichiers RON chacun) - COSMIC Term v2 (color schemes dark/light, Maple Mono NF) - GTK3/GTK4 dark + light css - Vivaldi theme v2 Outils: - +kitty +dust +procs +tokei +sd +hyperfine +gping +Maple Mono NF - Propagation palette sur: bat, btop, cava, yazi, lazygit, rofi, delta, fastfetch, atuin, ls-colors, vivaldi - Claude Code statusline brain-aware Docs: - README v2 complet (palette, structure, raccourcis, commandes) - help.md v2 (reference exhaustive)
138 lines
3.8 KiB
Plaintext
138 lines
3.8 KiB
Plaintext
/* ── violet-chaton v2 rofi theme ──────────────────────────────────────────── */
|
|
|
|
* {
|
|
bg0: #1a0e27;
|
|
bg1: #261537;
|
|
surface: #493161;
|
|
magenta: #ff4da6;
|
|
lilac: #c9a0ff;
|
|
lavande: #a4b4ff;
|
|
text: #f0eaf8;
|
|
muted: #716686;
|
|
subtext0: #9a8fad;
|
|
|
|
background-color: transparent;
|
|
text-color: @text;
|
|
}
|
|
|
|
/* ── Fenetre ─────────────────────────────────────────────────────────────── */
|
|
|
|
window {
|
|
background-color: rgba(26, 14, 39, 0.94);
|
|
border: 2px;
|
|
border-color: rgba(255, 77, 166, 0.38);
|
|
border-radius: 14px;
|
|
width: 500px;
|
|
padding: 0px;
|
|
}
|
|
|
|
/* ── Layout — resultats en haut, recherche en bas ────────────────────────── */
|
|
|
|
mainbox {
|
|
background-color: transparent;
|
|
padding: 10px;
|
|
spacing: 0;
|
|
children: [ listview, inputbar ];
|
|
}
|
|
|
|
/* ── Liste des resultats ─────────────────────────────────────────────────── */
|
|
|
|
listview {
|
|
background-color: transparent;
|
|
padding: 4px 0 8px 0;
|
|
spacing: 2px;
|
|
lines: 9;
|
|
columns: 1;
|
|
scrollbar: false;
|
|
dynamic: false;
|
|
}
|
|
|
|
element {
|
|
background-color: transparent;
|
|
border-radius: 8px;
|
|
padding: 7px 10px;
|
|
spacing: 10px;
|
|
orientation: horizontal;
|
|
}
|
|
|
|
element selected {
|
|
background-color: rgba(255, 77, 166, 0.16);
|
|
border: 1px;
|
|
border-color: rgba(255, 77, 166, 0.32);
|
|
}
|
|
|
|
element hover {
|
|
background-color: rgba(255, 77, 166, 0.16);
|
|
border: 1px;
|
|
border-color: rgba(255, 77, 166, 0.32);
|
|
}
|
|
|
|
element-icon {
|
|
size: 22px;
|
|
background-color: transparent;
|
|
}
|
|
|
|
element-text {
|
|
background-color: transparent;
|
|
text-color: @text;
|
|
vertical-align: 0.5;
|
|
highlight: bold;
|
|
}
|
|
|
|
element-text selected {
|
|
text-color: @magenta;
|
|
}
|
|
|
|
element-text hover {
|
|
text-color: @magenta;
|
|
}
|
|
|
|
/* ── Barre de recherche ──────────────────────────────────────────────────── */
|
|
|
|
inputbar {
|
|
background-color: rgba(38, 21, 55, 0.75);
|
|
border-radius: 0 0 12px 12px;
|
|
border: 1px;
|
|
border-color: rgba(90, 56, 117, 0.50);
|
|
padding: 9px 14px;
|
|
spacing: 8px;
|
|
children: [ prompt, entry ];
|
|
}
|
|
|
|
prompt {
|
|
background-color: transparent;
|
|
text-color: @magenta;
|
|
font: "Maple Mono NF Bold 14";
|
|
vertical-align: 0.5;
|
|
}
|
|
|
|
entry {
|
|
background-color: transparent;
|
|
text-color: @text;
|
|
placeholder: "Rechercher...";
|
|
placeholder-color: @muted;
|
|
vertical-align: 0.5;
|
|
}
|
|
|
|
/* ── Scrollbar ───────────────────────────────────────────────────────────── */
|
|
|
|
scrollbar {
|
|
background-color: rgba(90, 56, 117, 0.30);
|
|
handle-color: rgba(255, 77, 166, 0.40);
|
|
handle-width: 4px;
|
|
border-radius: 2px;
|
|
padding: 0;
|
|
}
|
|
|
|
/* ── Messages ────────────────────────────────────────────────────────────── */
|
|
|
|
message {
|
|
background-color: transparent;
|
|
padding: 4px 8px;
|
|
}
|
|
|
|
textbox {
|
|
text-color: @subtext0;
|
|
background-color: transparent;
|
|
}
|