Raccolta temi (anteprima)
Di seguito sono riportati alcuni esempi di temi.
Semplice
{
"name": "Seamless",
"tab":
{
"background": "terminalBackground",
"unfocusedBackground": "#FFFFFF00",
"showCloseButton": "always"
},
"tabRow":
{
"background": "terminalBackground",
"unfocusedBackground": "#2C2C2CFF"
},
"window":
{
"applicationTheme": "dark"
}
},
Under Construction
{
"name": "Under Construction",
"tab":
{
"background": "#FFFF00FF",
"showCloseButton": "always",
"unfocusedBackground": "#88440088"
},
"tabRow":
{
"background": "#FF8800FF",
"unfocusedBackground": "#202020FF"
},
"window":
{
"applicationTheme": "light",
"useMica": true
}
},
(La combinazione di colori si basa su Fun Forrest)
Chonk
Per ottenere risultati ottimali, questo tema viene combinato con le impostazioni globali "alwaysShowTabs": true
e "showTabsInTitlebar": false
e un profilo opacity
di 0
. È anche possibile disabilitare l'impostazione "Mostra colore principale sulle barre del titolo e sui bordi delle finestre" nell'app impostazioni di Windows (in "Colori personalizzazione >")
"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
}
}
]
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.