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:
@@ -1,75 +1,75 @@
|
||||
# violet-chaton btop theme
|
||||
# Palette : ~/Documents/config/violet-chaton-discord-theme/src/modules/_variables.scss
|
||||
# violet-chaton v2 btop theme
|
||||
# Palette : themes/palette.sh — zero emprunt
|
||||
|
||||
# Main background
|
||||
theme[main_bg]="#261537"
|
||||
|
||||
# Main text color
|
||||
theme[main_fg]="#f8f8f2"
|
||||
theme[main_fg]="#f0eaf8"
|
||||
|
||||
# Title color for boxes
|
||||
theme[title]="#e79cfe"
|
||||
theme[title]="#c9a0ff"
|
||||
|
||||
# Highlight color for keyboard shortcuts
|
||||
theme[hi_fg]="#ff79c6"
|
||||
theme[hi_fg]="#ff4da6"
|
||||
|
||||
# Background color of selected item in processes box
|
||||
theme[selected_bg]="#3d2454"
|
||||
theme[selected_bg]="#5a3875"
|
||||
|
||||
# Foreground color of selected item in processes box
|
||||
theme[selected_fg]="#f8f8f2"
|
||||
theme[selected_fg]="#f0eaf8"
|
||||
|
||||
# Color of inactive/disabled text
|
||||
theme[inactive_fg]="#6c7086"
|
||||
theme[inactive_fg]="#716686"
|
||||
|
||||
# Misc colors for processes box (mini cpu graphs, details, status)
|
||||
theme[proc_misc]="#8be9fd"
|
||||
theme[proc_misc]="#a4b4ff"
|
||||
|
||||
# Box outline colors
|
||||
theme[cpu_box]="#38234b"
|
||||
theme[mem_box]="#38234b"
|
||||
theme[net_box]="#38234b"
|
||||
theme[proc_box]="#38234b"
|
||||
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 : cyan (froid) → warning (chaud) → danger (critique)
|
||||
theme[temp_start]="#8be9fd"
|
||||
theme[temp_mid]="#f9e2af"
|
||||
theme[temp_end]="#f38ba8"
|
||||
# Temperature graph : lavande (froid) → champagne (chaud) → danger (critique)
|
||||
theme[temp_start]="#a4b4ff"
|
||||
theme[temp_mid]="#e8c87a"
|
||||
theme[temp_end]="#f25c7a"
|
||||
|
||||
# CPU graph : purple → pink → danger
|
||||
theme[cpu_start]="#e79cfe"
|
||||
theme[cpu_mid]="#ff79c6"
|
||||
theme[cpu_end]="#f38ba8"
|
||||
# CPU graph : lilac → magenta → danger
|
||||
theme[cpu_start]="#c9a0ff"
|
||||
theme[cpu_mid]="#ff4da6"
|
||||
theme[cpu_end]="#f25c7a"
|
||||
|
||||
# Mem/Disk free meter : green → cyan → purple
|
||||
theme[free_start]="#a6e3a1"
|
||||
theme[free_mid]="#8be9fd"
|
||||
theme[free_end]="#e79cfe"
|
||||
# Mem/Disk free meter : mitsuri → lavande → lilac
|
||||
theme[free_start]="#9adba8"
|
||||
theme[free_mid]="#a4b4ff"
|
||||
theme[free_end]="#c9a0ff"
|
||||
|
||||
# Mem/Disk cached meter : purple subtil
|
||||
# Mem/Disk cached meter : surface subtil → lilac
|
||||
theme[cached_start]="#3d2454"
|
||||
theme[cached_mid]="#e79cfe"
|
||||
theme[cached_end]="#e79cfe"
|
||||
theme[cached_mid]="#c9a0ff"
|
||||
theme[cached_end]="#c9a0ff"
|
||||
|
||||
# Mem/Disk available meter : cyan → purple
|
||||
theme[available_start]="#8be9fd"
|
||||
theme[available_mid]="#e79cfe"
|
||||
theme[available_end]="#ff79c6"
|
||||
# Mem/Disk available meter : lavande → lilac → magenta
|
||||
theme[available_start]="#a4b4ff"
|
||||
theme[available_mid]="#c9a0ff"
|
||||
theme[available_end]="#ff4da6"
|
||||
|
||||
# Mem/Disk used meter : purple → pink → danger
|
||||
theme[used_start]="#e79cfe"
|
||||
theme[used_mid]="#ff79c6"
|
||||
theme[used_end]="#f38ba8"
|
||||
# Mem/Disk used meter : lilac → magenta → danger
|
||||
theme[used_start]="#c9a0ff"
|
||||
theme[used_mid]="#ff4da6"
|
||||
theme[used_end]="#f25c7a"
|
||||
|
||||
# Download graph : cyan → purple
|
||||
theme[download_start]="#8be9fd"
|
||||
theme[download_mid]="#e79cfe"
|
||||
theme[download_end]="#ff79c6"
|
||||
# Download graph : lavande → lilac → magenta
|
||||
theme[download_start]="#a4b4ff"
|
||||
theme[download_mid]="#c9a0ff"
|
||||
theme[download_end]="#ff4da6"
|
||||
|
||||
# Upload graph : pink → danger
|
||||
theme[upload_start]="#ff79c6"
|
||||
theme[upload_mid]="#f38ba8"
|
||||
theme[upload_end]="#f9e2af"
|
||||
# Upload graph : magenta → danger → champagne
|
||||
theme[upload_start]="#ff4da6"
|
||||
theme[upload_mid]="#f25c7a"
|
||||
theme[upload_end]="#e8c87a"
|
||||
|
||||
Reference in New Issue
Block a user