Created
January 12, 2022 18:06
-
-
Save Dagimal/ef1220121f81f3af69a0c05b33236a52 to your computer and use it in GitHub Desktop.
oprek vscode dagimal
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
| { | |
| "editor.minimap.renderCharacters": false, | |
| "window.titleBarStyle": "custom", | |
| "editor.fontWeight": "normal", | |
| "editor.renderWhitespace": "all", | |
| "workbench.colorTheme": "Seti Monokai", | |
| "workbench.colorCustomizations": { | |
| "editor.background": "#040709", | |
| "editor.foreground": "#ffffff" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment