meta données pour cette page
  •  

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
windows:windowsterminal_customthemes [19/02/2026 13:07] mdlwindows:windowsterminal_customthemes [19/02/2026 13:27] (Version actuelle) mdl
Ligne 1: Ligne 1:
 ====== Windows Terminal - Custom Themes ====== ====== Windows Terminal - Custom Themes ======
  
-== soit via la GUI ==+== Générateur de thèmes == 
 +[[https://windowsterminalthemes.dev/]]
  
 +==  Via la GUI ==
  
 +{{:windows:windowsterminal-1.png?600|}}
  
-== soit dans le fichier de conf ==+{{:windows:windowsterminal-2.png?1000|}} 
 + 
 +== Dans le fichier de conf ==
  
   * aller dans le répertoire <color #00a2e8>//C:\Users\USER1\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState//</color>   * aller dans le répertoire <color #00a2e8>//C:\Users\USER1\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState//</color>
     * où <color #00a2e8>USER1</color> est à remplacer par son nom de compte Windows     * où <color #00a2e8>USER1</color> est à remplacer par son nom de compte Windows
  
-  * ouvrir le fichier settings.json et ajouter en fin de fichier, dans la balise schemes, ajouter les thème désirés, en séparant chaque thèmes par une virgule +  * ou directement dans la GUI 
 +{{:windows:windowsterminal-3.png?1000|}} 
 +  * éventuellement faire un backup du fichier <color #00a2e8>//settings.json//</color>, l'ouvrir et ajouter en fin de fichier, dans la balise <color #00a2e8>//schemes//</color>, ajouter les thème désirés, en séparant chaque thèmes par une virgule 
 <code JSON> <code JSON>
-    "schemes": +"schemes": 
     [     [
-+
-  "name": "Broadcast", +   "name": "Broadcast", 
-  "black": "#000000", +   "black": "#000000", 
-  "red": "#da4939", +   "red": "#da4939", 
-  "green": "#519f50", +   "green": "#519f50", 
-  "yellow": "#ffd24a", +   "yellow": "#ffd24a", 
-  "blue": "#6d9cbe", +   "blue": "#6d9cbe", 
-  "purple": "#d0d0ff", +   "purple": "#d0d0ff", 
-  "cyan": "#6e9cbe", +   "cyan": "#6e9cbe", 
-  "white": "#ffffff", +   "white": "#ffffff", 
-  "brightBlack": "#323232", +   "brightBlack": "#323232", 
-  "brightRed": "#ff7b6b", +   "brightRed": "#ff7b6b", 
-  "brightGreen": "#83d182", +   "brightGreen": "#83d182", 
-  "brightYellow": "#ffff7c", +   "brightYellow": "#ffff7c", 
-  "brightBlue": "#9fcef0", +   "brightBlue": "#9fcef0", 
-  "brightPurple": "#ffffff", +   "brightPurple": "#ffffff", 
-  "brightCyan": "#a0cef0", +   "brightCyan": "#a0cef0", 
-  "brightWhite": "#ffffff", +   "brightWhite": "#ffffff", 
-  "background": "#2b2b2b", +   "background": "#2b2b2b", 
-  "foreground": "#e6e1dc", +   "foreground": "#e6e1dc", 
-  "selectionBackground": "#5a647e", +   "selectionBackground": "#5a647e", 
-  "cursorColor": "#ffffff" +   "cursorColor": "#ffffff" 
-}, + }, 
-+
-  "name": "Breeze", +   "name": "Breeze", 
-  "black": "#31363b", +   "black": "#31363b", 
-  "red": "#ed1515", +   "red": "#ed1515", 
-  "green": "#11d116", +   "green": "#11d116", 
-  "yellow": "#f67400", +   "yellow": "#f67400", 
-  "blue": "#1d99f3", +   "blue": "#1d99f3", 
-  "purple": "#9b59b6", +   "purple": "#9b59b6", 
-  "cyan": "#1abc9c", +   "cyan": "#1abc9c", 
-  "white": "#eff0f1", +   "white": "#eff0f1", 
-  "brightBlack": "#7f8c8d", +   "brightBlack": "#7f8c8d", 
-  "brightRed": "#c0392b", +   "brightRed": "#c0392b", 
-  "brightGreen": "#1cdc9a", +   "brightGreen": "#1cdc9a", 
-  "brightYellow": "#fdbc4b", +   "brightYellow": "#fdbc4b", 
-  "brightBlue": "#3daee9", +   "brightBlue": "#3daee9", 
-  "brightPurple": "#8e44ad", +   "brightPurple": "#8e44ad", 
-  "brightCyan": "#16a085", +   "brightCyan": "#16a085", 
-  "brightWhite": "#fcfcfc", +   "brightWhite": "#fcfcfc", 
-  "background": "#31363b", +   "background": "#31363b", 
-  "foreground": "#eff0f1", +   "foreground": "#eff0f1", 
-  "selectionBackground": "#eff0f1", +   "selectionBackground": "#eff0f1", 
-  "cursorColor": "#eff0f1" +   "cursorColor": "#eff0f1" 
-}, + }, 
-+
-  "name": "Chester", +   "name": "Chester", 
-  "black": "#080200", +   "black": "#080200", 
-  "red": "#fa5e5b", +   "red": "#fa5e5b", 
-  "green": "#16c98d", +   "green": "#16c98d", 
-  "yellow": "#ffc83f", +   "yellow": "#ffc83f", 
-  "blue": "#288ad6", +   "blue": "#288ad6", 
-  "purple": "#d34590", +   "purple": "#d34590", 
-  "cyan": "#28ddde", +   "cyan": "#28ddde", 
-  "white": "#e7e7e7", +   "white": "#e7e7e7", 
-  "brightBlack": "#6f6b68", +   "brightBlack": "#6f6b68", 
-  "brightRed": "#fa5e5b", +   "brightRed": "#fa5e5b", 
-  "brightGreen": "#16c98d", +   "brightGreen": "#16c98d", 
-  "brightYellow": "#feef6d", +   "brightYellow": "#feef6d", 
-  "brightBlue": "#278ad6", +   "brightBlue": "#278ad6", 
-  "brightPurple": "#d34590", +   "brightPurple": "#d34590", 
-  "brightCyan": "#27dede", +   "brightCyan": "#27dede", 
-  "brightWhite": "#ffffff", +   "brightWhite": "#ffffff", 
-  "background": "#2c3643", +   "background": "#2c3643", 
-  "foreground": "#ffffff", +   "foreground": "#ffffff", 
-  "selectionBackground": "#67747c", +   "selectionBackground": "#67747c", 
-  "cursorColor": "#b4b1b1" +   "cursorColor": "#b4b1b1" 
-}+ }
     ],     ],
     "themes": []     "themes": []
 } }
 </code> </code>