Skip to content

Instantly share code, notes, and snippets.

@nyteshade
Created July 8, 2024 13:27
Show Gist options
  • Save nyteshade/f2cdcac83885fbb85ad13e1c0e84e03f to your computer and use it in GitHub Desktop.
Save nyteshade/f2cdcac83885fbb85ad13e1c0e84e03f to your computer and use it in GitHub Desktop.
APC+ Visual Studio Code Settings
{
"apc.electron": {
"frame": false,
"trafficLightPosition": {"x": 7, "y": 5},
"titleBarStyle": "hidden",
},
"apc.listRow": {
"fontSize": 18
},
"apc.font.family": "Tenorite Display",
"apc.monospace.font.family": "Reddit Mono Light",
"apc.menubar.compact": true,
"apc.stylesheet": {
".monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab .tab-label a": "font-size:17px;",
".monaco-workbench .part.editor>.content .editor-group-container>.title .title-label a": "font-size: 17px;",
".monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container": {
"border-radius": "5px",
"font-family": "'Tenorite Display', Times, serif;"
},
".monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container .tab.active": {
"font-weight": "bold"
},
".monaco-workbench .part > .content": {
"font-size": "1.2em",
},
".monaco-workbench .part.statusbar": {
"font-family": "'Tenorite Display', 'Grandview Display', 'SF Display'",
"font-size": "1.1em"
},
".monaco-workbench .part.sidebar": {
"font-family": "'Tenorite Display', 'Grandview Display', 'SF Display'",
"font-size": "1.2em"
},
".monaco-workbench .titlebar-container .titlebar-left": "flex-grow: unset !important; width: fit-content !important;",
".monaco-workbench .titlebar-container .titlebar-center .action-item.command-center-center": "display: none !important;",
".monaco-workbench .part.editor>.content .monaco-grid-view .editor-group-container .editor-container .editor-instance.aichat-pane *": {
"font-size": "18px !important;"
}
},
}
@nyteshade
Copy link
Author

Screenshot 2024-07-08 at 7 24 56 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment