Created
May 9, 2025 10:06
-
-
Save darwin-morocho/b6e26b8a215e472d13e8fdc92ed0c2c1 to your computer and use it in GitHub Desktop.
custom_theme.json
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
{ | |
"dart.flutterSdkPath": "/Users/darwin/development/flutter", | |
"git.openRepositoryInParentFolders": "never", | |
"vsicons.dontShowNewVersionMessage": true, | |
"editor.fontFamily": "Victor Mono", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 14, | |
"explorer.compactFolders": false, | |
"explorer.confirmDelete": false, | |
"[typescript]": { | |
"editor.defaultFormatter": "biomejs.biome" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "Dart-Code.dart-code" | |
}, | |
"explorer.confirmDragAndDrop": false, | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"security.workspace.trust.untrustedFiles": "open", | |
"explorer.confirmPasteNative": false, | |
"[jsonc]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"dart.warnWhenEditingFilesOutsideWorkspace": false, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[css]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"terminal.external.osxExec": "Warp.app", | |
"dart.debugExternalPackageLibraries": true, | |
"dart.debugSdkLibraries": false, | |
"[xml]": { | |
"editor.defaultFormatter": "redhat.vscode-xml" | |
}, | |
"workbench.colorTheme": "Bluloco Dark Italic", | |
"workbench.colorCustomizations": { | |
"[Bluloco Dark Italic]": { | |
"editorIndentGuide.background1": "#102930", | |
"editorIndentGuide.activeBackground1": "#064161", | |
"editor.lineHighlightBackground": "#071b28", | |
"editor.background": "#071b28", | |
"editor.hoverHighlightBackground": "#0d1a2100", | |
"editor.selectionBackground": "#0f5477", | |
"editor.wordHighlightBackground": "#13283100", | |
"sideBarSectionHeader.background": "#0c2b3f", | |
"sideBar.background": "#071b28", | |
"statusBar.background": "#0c2537", | |
"tab.activeBackground": "#15385d", | |
"tab.hoverBackground": "#123151", | |
"tab.inactiveBackground": "#092537", | |
"titleBar.activeBackground": "#0c2537", | |
"tab.activeBorderTop": "#5276a300", | |
"list.activeSelectionBackground": "#1a3846", | |
"list.activeSelectionForeground": "#ffffff", | |
"list.inactiveSelectionBackground": "#123142", | |
"welcomePage.background": "#071b28", | |
"editorGutter.background": "#071b28", | |
"editorGroupHeader.noTabsBackground": "#071b28" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment