Files
dotfiles-violet-chaton/INSTALL/themes/violet-chaton-gtk.css
Tetardtek-Cortex 7e9d12e640 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)
2026-03-26 03:57:18 +01:00

128 lines
5.5 KiB
CSS

/* ── violet-chaton v2 GTK theme (adw-gtk3-dark compatible) ───────────────────
* Palette : themes/palette.sh — source de verite unique
* ─────────────────────────────────────────────────────────────────────────── */
@define-color window_bg_color rgba(38, 21, 55, 1.00);
@define-color window_fg_color rgba(240, 234, 248, 1.00);
@define-color view_bg_color rgba(52, 28, 74, 1.00);
@define-color view_fg_color rgba(196, 184, 212, 1.00);
@define-color headerbar_bg_color rgba(38, 21, 55, 1.00);
@define-color headerbar_fg_color rgba(240, 234, 248, 1.00);
@define-color headerbar_border_color_color rgba(90, 56, 117, 1.00);
@define-color headerbar_backdrop_color rgba(38, 21, 55, 1.00);
@define-color sidebar_bg_color rgba(52, 28, 74, 1.00);
@define-color sidebar_fg_color rgba(196, 184, 212, 1.00);
@define-color sidebar_shade_color rgba(0, 0, 0, 0.08);
@define-color sidebar_backdrop_color rgba(61, 36, 84, 1.00);
@define-color secondary_sidebar_bg_color rgba(61, 36, 84, 1.00);
@define-color secondary_sidebar_fg_color rgba(196, 184, 212, 1.00);
@define-color secondary_sidebar_shade_color rgba(0, 0, 0, 0.08);
@define-color secondary_sidebar_backdrop_color rgba(73, 49, 97, 1.00);
@define-color card_bg_color rgba(61, 36, 84, 1.00);
@define-color card_fg_color rgba(196, 184, 212, 1.00);
@define-color thumbnail_bg_color rgba(61, 36, 84, 1.00);
@define-color thumbnail_fg_color rgba(196, 184, 212, 1.00);
@define-color dialog_bg_color rgba(52, 28, 74, 1.00);
@define-color dialog_fg_color rgba(196, 184, 212, 1.00);
@define-color popover_bg_color rgba(61, 36, 84, 1.00);
@define-color popover_fg_color rgba(196, 184, 212, 1.00);
@define-color shade_color rgba(0, 0, 0, 0.32);
@define-color scrollbar_outline_color rgba(38, 21, 55, 0.50);
/* Accent = lilac (v2) */
@define-color accent_color rgba(201, 160, 255, 1.00);
@define-color accent_bg_color rgba(201, 160, 255, 1.00);
@define-color accent_fg_color rgba(26, 14, 39, 1.00);
/* Destructive = danger */
@define-color destructive_color rgba(242, 92, 122, 1.00);
@define-color destructive_bg_color rgba(242, 92, 122, 1.00);
@define-color destructive_fg_color rgba(26, 14, 39, 1.00);
/* Warning = champagne */
@define-color warning_color rgba(232, 200, 122, 1.00);
@define-color warning_bg_color rgba(232, 200, 122, 1.00);
@define-color warning_fg_color rgba(26, 14, 39, 1.00);
/* Success = mitsuri */
@define-color success_color rgba(154, 219, 168, 1.00);
@define-color success_bg_color rgba(154, 219, 168, 1.00);
@define-color success_fg_color rgba(26, 14, 39, 1.00);
/* Error = danger */
@define-color error_color rgba(242, 92, 122, 1.00);
@define-color error_bg_color rgba(242, 92, 122, 1.00);
@define-color error_fg_color rgba(26, 14, 39, 1.00);
/* Bleu = lavande */
@define-color blue_1 rgba(180, 196, 255, 1.00);
@define-color blue_2 rgba(172, 188, 255, 1.00);
@define-color blue_3 rgba(164, 180, 255, 1.00);
@define-color blue_4 rgba(138, 154, 228, 1.00);
@define-color blue_5 rgba(112, 128, 200, 1.00);
/* Vert = mitsuri */
@define-color green_1 rgba(170, 230, 182, 1.00);
@define-color green_2 rgba(162, 226, 175, 1.00);
@define-color green_3 rgba(154, 219, 168, 1.00);
@define-color green_4 rgba(128, 192, 142, 1.00);
@define-color green_5 rgba(102, 166, 116, 1.00);
/* Jaune = champagne */
@define-color yellow_1 rgba(242, 212, 140, 1.00);
@define-color yellow_2 rgba(238, 206, 132, 1.00);
@define-color yellow_3 rgba(232, 200, 122, 1.00);
@define-color yellow_4 rgba(204, 174, 98, 1.00);
@define-color yellow_5 rgba(176, 148, 74, 1.00);
/* Rouge = danger */
@define-color red_1 rgba(254, 116, 146, 1.00);
@define-color red_2 rgba(248, 104, 134, 1.00);
@define-color red_3 rgba(242, 92, 122, 1.00);
@define-color red_4 rgba(216, 70, 100, 1.00);
@define-color red_5 rgba(190, 48, 78, 1.00);
/* Orange (derive du champagne chaud) */
@define-color orange_1 rgba(248, 186, 140, 1.00);
@define-color orange_2 rgba(244, 178, 130, 1.00);
@define-color orange_3 rgba(238, 168, 118, 1.00);
@define-color orange_4 rgba(210, 142, 94, 1.00);
@define-color orange_5 rgba(182, 116, 70, 1.00);
/* Purple = lilac → magenta */
@define-color purple_1 rgba(216, 180, 255, 1.00);
@define-color purple_2 rgba(208, 170, 255, 1.00);
@define-color purple_3 rgba(201, 160, 255, 1.00);
@define-color purple_4 rgba(174, 136, 228, 1.00);
@define-color purple_5 rgba(148, 112, 200, 1.00);
/* Echelle monochrome violet */
@define-color light_0 rgba(0, 0, 0, 1.00);
@define-color light_1 rgba(10, 5, 16, 1.00);
@define-color light_2 rgba(26, 14, 39, 1.00);
@define-color light_3 rgba(52, 28, 74, 1.00);
@define-color light_4 rgba(73, 49, 97, 1.00);
@define-color dark_0 rgba(113, 102, 134, 1.00);
@define-color dark_1 rgba(154, 143, 173, 1.00);
@define-color dark_2 rgba(196, 184, 212, 1.00);
@define-color dark_3 rgba(240, 234, 248, 1.00);
@define-color dark_4 rgba(255, 255, 255, 1.00);
/* ── Variables GTK3 classiques (compat apps legacy) ─────────────────────── */
@define-color theme_bg_color rgba(38, 21, 55, 1.00);
@define-color theme_fg_color rgba(240, 234, 248, 1.00);
@define-color theme_base_color rgba(61, 36, 84, 1.00);
@define-color theme_selected_bg_color rgba(201, 160, 255, 1.00);
@define-color theme_selected_fg_color rgba(26, 14, 39, 1.00);
@define-color theme_text_color rgba(240, 234, 248, 1.00);
@define-color borders rgba(90, 56, 117, 1.00);