feat: violet-chaton v2 — palette originale, kitty, AGS, Maple Mono NF

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)
This commit is contained in:
Tetardtek-Cortex
2026-03-26 03:57:18 +01:00
parent 7d4d54c5b8
commit 7e9d12e640
50 changed files with 3250 additions and 1633 deletions

View File

@@ -1,32 +1,32 @@
/* ── violet-chaton rofi theme ─────────────────────────────────────────────── */
/* ── violet-chaton v2 rofi theme ──────────────────────────────────────────── */
* {
bg0: #261537;
bg1: #341c4a;
bg0: #1a0e27;
bg1: #261537;
surface: #493161;
pink: #ff79c6;
purple: #e79cfe;
cyan: #8be9fd;
text: #f8f8f2;
muted: #6c7086;
overlay: #9399b2;
magenta: #ff4da6;
lilac: #c9a0ff;
lavande: #a4b4ff;
text: #f0eaf8;
muted: #716686;
subtext0: #9a8fad;
background-color: transparent;
text-color: @text;
}
/* ── Fenêtre — positionnée sous les pills ─────────────────────────────────── */
/* ── Fenetre ─────────────────────────────────────────────────────────────── */
window {
background-color: rgba(38, 21, 55, 0.94);
background-color: rgba(26, 14, 39, 0.94);
border: 2px;
border-color: rgba(255, 121, 198, 0.38);
border-color: rgba(255, 77, 166, 0.38);
border-radius: 14px;
width: 500px;
padding: 0px;
}
/* ── Layout — résultats en haut, recherche en bas ────────────────────────── */
/* ── Layout — resultats en haut, recherche en bas ────────────────────────── */
mainbox {
background-color: transparent;
@@ -35,7 +35,7 @@ mainbox {
children: [ listview, inputbar ];
}
/* ── Liste des résultats ─────────────────────────────────────────────────── */
/* ── Liste des resultats ─────────────────────────────────────────────────── */
listview {
background-color: transparent;
@@ -56,15 +56,15 @@ element {
}
element selected {
background-color: rgba(255, 121, 198, 0.16);
background-color: rgba(255, 77, 166, 0.16);
border: 1px;
border-color: rgba(255, 121, 198, 0.32);
border-color: rgba(255, 77, 166, 0.32);
}
element hover {
background-color: rgba(255, 121, 198, 0.16);
background-color: rgba(255, 77, 166, 0.16);
border: 1px;
border-color: rgba(255, 121, 198, 0.32);
border-color: rgba(255, 77, 166, 0.32);
}
element-icon {
@@ -80,20 +80,20 @@ element-text {
}
element-text selected {
text-color: @pink;
text-color: @magenta;
}
element-text hover {
text-color: @pink;
text-color: @magenta;
}
/* ── Séparateur visuel avant la recherche ─────────────────────────────────── */
/* ── Barre de recherche ──────────────────────────────────────────────────── */
inputbar {
background-color: rgba(52, 28, 74, 0.75);
background-color: rgba(38, 21, 55, 0.75);
border-radius: 0 0 12px 12px;
border: 1px;
border-color: rgba(92, 73, 108, 0.50);
border-color: rgba(90, 56, 117, 0.50);
padding: 9px 14px;
spacing: 8px;
children: [ prompt, entry ];
@@ -101,30 +101,30 @@ inputbar {
prompt {
background-color: transparent;
text-color: @pink;
font: "JetBrainsMono Nerd Font Bold 14";
text-color: @magenta;
font: "Maple Mono NF Bold 14";
vertical-align: 0.5;
}
entry {
background-color: transparent;
text-color: @text;
placeholder: "Rechercher une application...";
placeholder: "Rechercher...";
placeholder-color: @muted;
vertical-align: 0.5;
}
/* ── Scrollbar ───────────────────────────────────────────────────────────── */
/* ── Scrollbar ───────────────────────────────────────────────────────────── */
scrollbar {
background-color: rgba(92, 73, 108, 0.30);
handle-color: rgba(255, 121, 198, 0.40);
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 ────────────────────────────────────────────────────────────── */
/* ── Messages ────────────────────────────────────────────────────────────── */
message {
background-color: transparent;
@@ -132,6 +132,6 @@ message {
}
textbox {
text-color: @overlay;
text-color: @subtext0;
background-color: transparent;
}