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

@@ -0,0 +1,128 @@
/* ── violet-chaton v2 GTK Light theme (adw-gtk3 compatible) ──────────────────
* Palette : themes/palette.sh — section LIGHT
* Meme univers violet, fonds lavande clairs
* ─────────────────────────────────────────────────────────────────────────── */
@define-color window_bg_color rgba(243, 237, 248, 1.00);
@define-color window_fg_color rgba(38, 21, 55, 1.00);
@define-color view_bg_color rgba(248, 244, 252, 1.00);
@define-color view_fg_color rgba(61, 36, 84, 1.00);
@define-color headerbar_bg_color rgba(235, 228, 242, 1.00);
@define-color headerbar_fg_color rgba(38, 21, 55, 1.00);
@define-color headerbar_border_color_color rgba(196, 184, 212, 1.00);
@define-color headerbar_backdrop_color rgba(243, 237, 248, 1.00);
@define-color sidebar_bg_color rgba(235, 228, 242, 1.00);
@define-color sidebar_fg_color rgba(61, 36, 84, 1.00);
@define-color sidebar_shade_color rgba(0, 0, 0, 0.06);
@define-color sidebar_backdrop_color rgba(221, 212, 232, 1.00);
@define-color secondary_sidebar_bg_color rgba(221, 212, 232, 1.00);
@define-color secondary_sidebar_fg_color rgba(61, 36, 84, 1.00);
@define-color secondary_sidebar_shade_color rgba(0, 0, 0, 0.06);
@define-color secondary_sidebar_backdrop_color rgba(208, 198, 222, 1.00);
@define-color card_bg_color rgba(248, 244, 252, 1.00);
@define-color card_fg_color rgba(61, 36, 84, 1.00);
@define-color thumbnail_bg_color rgba(248, 244, 252, 1.00);
@define-color thumbnail_fg_color rgba(61, 36, 84, 1.00);
@define-color dialog_bg_color rgba(243, 237, 248, 1.00);
@define-color dialog_fg_color rgba(38, 21, 55, 1.00);
@define-color popover_bg_color rgba(248, 244, 252, 1.00);
@define-color popover_fg_color rgba(61, 36, 84, 1.00);
@define-color shade_color rgba(0, 0, 0, 0.12);
@define-color scrollbar_outline_color rgba(196, 184, 212, 0.50);
/* Accent = lilac assombri */
@define-color accent_color rgba(138, 92, 184, 1.00);
@define-color accent_bg_color rgba(138, 92, 184, 1.00);
@define-color accent_fg_color rgba(248, 244, 252, 1.00);
/* Destructive = danger */
@define-color destructive_color rgba(201, 58, 90, 1.00);
@define-color destructive_bg_color rgba(201, 58, 90, 1.00);
@define-color destructive_fg_color rgba(248, 244, 252, 1.00);
/* Warning = champagne */
@define-color warning_color rgba(184, 152, 64, 1.00);
@define-color warning_bg_color rgba(184, 152, 64, 1.00);
@define-color warning_fg_color rgba(38, 21, 55, 1.00);
/* Success = mitsuri */
@define-color success_color rgba(61, 158, 104, 1.00);
@define-color success_bg_color rgba(61, 158, 104, 1.00);
@define-color success_fg_color rgba(248, 244, 252, 1.00);
/* Error = danger */
@define-color error_color rgba(201, 58, 90, 1.00);
@define-color error_bg_color rgba(201, 58, 90, 1.00);
@define-color error_fg_color rgba(248, 244, 252, 1.00);
/* Bleu = lavande assombri */
@define-color blue_1 rgba(110, 130, 224, 1.00);
@define-color blue_2 rgba(100, 120, 216, 1.00);
@define-color blue_3 rgba(90, 106, 208, 1.00);
@define-color blue_4 rgba(72, 86, 180, 1.00);
@define-color blue_5 rgba(54, 66, 152, 1.00);
/* Vert = mitsuri assombri */
@define-color green_1 rgba(80, 176, 124, 1.00);
@define-color green_2 rgba(70, 168, 114, 1.00);
@define-color green_3 rgba(61, 158, 104, 1.00);
@define-color green_4 rgba(48, 132, 84, 1.00);
@define-color green_5 rgba(36, 106, 66, 1.00);
/* Jaune = champagne assombri */
@define-color yellow_1 rgba(200, 170, 86, 1.00);
@define-color yellow_2 rgba(192, 162, 76, 1.00);
@define-color yellow_3 rgba(184, 152, 64, 1.00);
@define-color yellow_4 rgba(158, 128, 44, 1.00);
@define-color yellow_5 rgba(132, 104, 26, 1.00);
/* Rouge = danger assombri */
@define-color red_1 rgba(218, 82, 114, 1.00);
@define-color red_2 rgba(210, 70, 102, 1.00);
@define-color red_3 rgba(201, 58, 90, 1.00);
@define-color red_4 rgba(174, 42, 72, 1.00);
@define-color red_5 rgba(148, 28, 56, 1.00);
/* Orange */
@define-color orange_1 rgba(210, 154, 100, 1.00);
@define-color orange_2 rgba(202, 144, 88, 1.00);
@define-color orange_3 rgba(192, 132, 76, 1.00);
@define-color orange_4 rgba(164, 108, 56, 1.00);
@define-color orange_5 rgba(136, 84, 38, 1.00);
/* Purple = lilac → magenta assombris */
@define-color purple_1 rgba(156, 116, 200, 1.00);
@define-color purple_2 rgba(148, 104, 192, 1.00);
@define-color purple_3 rgba(138, 92, 184, 1.00);
@define-color purple_4 rgba(114, 72, 160, 1.00);
@define-color purple_5 rgba(92, 54, 136, 1.00);
/* Echelle monochrome lavande */
@define-color light_0 rgba(248, 244, 252, 1.00);
@define-color light_1 rgba(243, 237, 248, 1.00);
@define-color light_2 rgba(235, 228, 242, 1.00);
@define-color light_3 rgba(221, 212, 232, 1.00);
@define-color light_4 rgba(208, 198, 222, 1.00);
@define-color dark_0 rgba(196, 184, 212, 1.00);
@define-color dark_1 rgba(138, 123, 160, 1.00);
@define-color dark_2 rgba(90, 56, 117, 1.00);
@define-color dark_3 rgba(61, 36, 84, 1.00);
@define-color dark_4 rgba(38, 21, 55, 1.00);
/* ── Variables GTK3 classiques (compat apps legacy) ─────────────────────── */
@define-color theme_bg_color rgba(243, 237, 248, 1.00);
@define-color theme_fg_color rgba(38, 21, 55, 1.00);
@define-color theme_base_color rgba(248, 244, 252, 1.00);
@define-color theme_selected_bg_color rgba(138, 92, 184, 1.00);
@define-color theme_selected_fg_color rgba(248, 244, 252, 1.00);
@define-color theme_text_color rgba(38, 21, 55, 1.00);
@define-color borders rgba(196, 184, 212, 1.00);