Galerie de thèmes (préversion)
Vous trouverez ci-dessous quelques exemples de thèmes.
Fluide
{
"name": "Seamless",
"tab":
{
"background": "terminalBackground",
"unfocusedBackground": "#FFFFFF00",
"showCloseButton": "always"
},
"tabRow":
{
"background": "terminalBackground",
"unfocusedBackground": "#2C2C2CFF"
},
"window":
{
"applicationTheme": "dark"
}
},
En cours de construction
{
"name": "Under Construction",
"tab":
{
"background": "#FFFF00FF",
"showCloseButton": "always",
"unfocusedBackground": "#88440088"
},
"tabRow":
{
"background": "#FF8800FF",
"unfocusedBackground": "#202020FF"
},
"window":
{
"applicationTheme": "light",
"useMica": true
}
},
(Le modèle de couleurs est basé sur Fun Forrest)
Chonk
Pour de meilleurs résultats, ce thème est combiné avec les paramètres globaux "alwaysShowTabs": true
et "showTabsInTitlebar": false
, et un profil opacity
de 0
. Vous pouvez également désactiver le paramètre « Afficher la couleur d’accentuation sur les barres de titre et les bordures des fenêtres » dans l’application de paramètres Windows (sous « Personnalisation > Couleurs »).
"profiles": {
"defaults": {
"opacity": 0
}
},
"alwaysShowTabs": true,
"showTabsInTitlebar": false,
"theme": "chonk",
"themes": [
{
"name": "chonk",
"tab":
{
"background": "#00000000",
"unfocusedBackground": "#00000000",
"showCloseButton": "hover"
},
"tabRow":
{
"background": "#00000000",
"unfocusedBackground": "#00000000",
},
"window":
{
"applicationTheme": "dark",
"useMica": true
}
}
]
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.