Skip to content

Commit

Permalink
windows terminal: update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
chris468 committed Jun 18, 2024
1 parent c98ae54 commit 8707c23
Showing 1 changed file with 19 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
"face": {{ .realConfig.font.family | quote }},
"size": {{ .realConfig.font.size }},
"weight": "normal"
}
},
"opacity": 95,
"useAcrylic": true
},
"list":
[
Expand Down Expand Up @@ -160,21 +162,31 @@
"yellow": "#F9E2AF"
}
],
"themes": [
"themes":
[
{
"name": "catppuccin-mocha",
"tab": {
"tab":
{
"background": "#1E1E2EFF",
"iconStyle": "default",
"showCloseButton": "always",
"unfocusedBackground": null
},
"tabRow": {
"tabRow":
{
"background": "#181825FF",
"unfocusedBackground": "#11111BFF"
},
"window": {
"applicationTheme": "dark"
"window":
{
"applicationTheme": "dark",
"experimental.rainbowFrame": false,
"frame": null,
"unfocusedFrame": null,
"useMica": false
}
}
]
],
"useAcrylicInTabRow": true
}

0 comments on commit 8707c23

Please sign in to comment.