# vscode-dark-theme **Repository Path**: shangruobing/vscode-dark-theme ## Basic Information - **Project Name**: vscode-dark-theme - **Description**: A Visual Studio code theme extension based on the new version of the JetBrains IDEs Dark theme. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-12-13 - **Last Updated**: 2023-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: VSCode ## README # JetBrains Dark Theme A Visual Studio Code theme extension based on the JetBrains IDEs Dark theme. Author: _Ruobing Shang_ The reason for making this theme extension is that I really like the theme of JetBrains. Please contact me to delete any infringement. ## Todo - [x] Background Color - [x] Java Syntax Highlighting - [x] Python Syntax Highlighting - [x] Typescript Syntax Highlighting - [x] Vue Syntax Highlighting - [x] HTML Syntax Highlighting - [x] CSS Syntax Highlighting - [ ] C Syntax Highlighting - [ ] C++ Syntax Highlighting ## Recommend Setting ```json { "editor.fontFamily": "JetBrains Mono, Consolas", "editor.fontSize": 15, "editor.lineHeight": 1.5 } ``` **Enjoy!🎉**