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
| { | |
| // WORKBENCH | |
| // ================================================================ | |
| "workbench.colorTheme": "Rosé Pine", | |
| "workbench.startupEditor": "none", | |
| "workbench.iconTheme": "minimal-icons", | |
| // ================================================================ | |
| // EDITOR | |
| // ================================================================ |
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
| "use strict"; | |
| module.exports = { | |
| config: { | |
| updateChannel: "stable", | |
| fontSize: 19, | |
| fontFamily: | |
| 'Nunito, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace', | |
| fontWeight: "normal", | |
| fontWeightBold: "bold", | |
| lineHeight: 1, |