Created
July 8, 2024 13:27
-
-
Save nyteshade/f2cdcac83885fbb85ad13e1c0e84e03f to your computer and use it in GitHub Desktop.
APC+ Visual Studio Code Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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;" | |
} | |
}, | |
} |
Author
nyteshade
commented
Jul 8, 2024

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