Files
dotfiles-violet-chaton/INSTALL/themes/violet-chaton-btop.theme
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

76 lines
1.9 KiB
Plaintext

# violet-chaton v2 btop theme
# Palette : themes/palette.sh — zero emprunt
# Main background
theme[main_bg]="#261537"
# Main text color
theme[main_fg]="#f0eaf8"
# Title color for boxes
theme[title]="#c9a0ff"
# Highlight color for keyboard shortcuts
theme[hi_fg]="#ff4da6"
# Background color of selected item in processes box
theme[selected_bg]="#5a3875"
# Foreground color of selected item in processes box
theme[selected_fg]="#f0eaf8"
# Color of inactive/disabled text
theme[inactive_fg]="#716686"
# Misc colors for processes box (mini cpu graphs, details, status)
theme[proc_misc]="#a4b4ff"
# Box outline colors
theme[cpu_box]="#3d2454"
theme[mem_box]="#3d2454"
theme[net_box]="#3d2454"
theme[proc_box]="#3d2454"
# Box divider line
theme[div_line]="#341c4a"
# Temperature graph : lavande (froid) → champagne (chaud) → danger (critique)
theme[temp_start]="#a4b4ff"
theme[temp_mid]="#e8c87a"
theme[temp_end]="#f25c7a"
# CPU graph : lilac → magenta → danger
theme[cpu_start]="#c9a0ff"
theme[cpu_mid]="#ff4da6"
theme[cpu_end]="#f25c7a"
# Mem/Disk free meter : mitsuri → lavande → lilac
theme[free_start]="#9adba8"
theme[free_mid]="#a4b4ff"
theme[free_end]="#c9a0ff"
# Mem/Disk cached meter : surface subtil → lilac
theme[cached_start]="#3d2454"
theme[cached_mid]="#c9a0ff"
theme[cached_end]="#c9a0ff"
# Mem/Disk available meter : lavande → lilac → magenta
theme[available_start]="#a4b4ff"
theme[available_mid]="#c9a0ff"
theme[available_end]="#ff4da6"
# Mem/Disk used meter : lilac → magenta → danger
theme[used_start]="#c9a0ff"
theme[used_mid]="#ff4da6"
theme[used_end]="#f25c7a"
# Download graph : lavande → lilac → magenta
theme[download_start]="#a4b4ff"
theme[download_mid]="#c9a0ff"
theme[download_end]="#ff4da6"
# Upload graph : magenta → danger → champagne
theme[upload_start]="#ff4da6"
theme[upload_mid]="#f25c7a"
theme[upload_end]="#e8c87a"