MATERIAL FRESH THEME 🍰
🍰🌹 MATERIAL FRESH THEME FOR VS CODE 🌹🍰
Material Fresh - A cool and refreshing material theme for you to code awesome 😎
Javascript
Python
C++
HTML
CSS
Comes in 2 styles - Italics/No Italics
Installation
Install Visual Studio Code
Launch Visual Studio Code
Choose Extensions from menu
Search for Material Fresh Theme
Click Install to install the extension
Press Ctrl + K + T to show installed themes.
Use arrow down/up keys to scroll through and select Material Fresh 🍰 or Material Fresh 🍰 No Italics
Hit enter and that's it!
🌟🌟🌟🌟🌟 Rate five-stars 😃
Optional: Use the recommended settings below for best experience.
Recommended Settings
{
// I am using a free and open source font called Hack which comes with font ligatures and you can easily get it here: https://github.com/source-foundry/Hack
"workbench.colorTheme": "Dracula Redefined 🧛🏻♂️"
"editor.fontFamily": "'Fira code'",
"editor.fontLigatures": true,
"liveServer.settings.donotShowInfoMsg": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"window.menuBarVisibility": "compact",
"editor.cursorSmoothCaretAnimation": true,
"better-comments.highlightPlainText": true,
"editor.tabSize": 2,
"editor.wordWrap": "on",
"window.zoomLevel": 1,
"editor.cursorBlinking": "smooth",
"editor.cursorStyle": "line",
"editor.suggest.shareSuggestSelections": true,
"editor.minimap.enabled": true,
"workbench.activityBar.visible": true,
"workbench.view.alwaysShowHeaderActions": true,
"breadcrumbs.enabled": true,
"editor.renderWhitespace": "none",
}
Do you have any suggestions?
First, I am new to theme creating work so if something is off the grid, please open an issue. Because, there are many languages and parts of VS Code I don't know about, so let me know if anything goes wrong.
If you would like to change something personally, you can either open a PR and see if I'd like it added, or override the colours in your own settings.json file.
Start upon that here: https://code.visualstudio.com/docs/getstarted/theme-color-reference
Also file issues here, if you like.