All Projects β†’ material-theme β†’ Vsc Material Theme

material-theme / Vsc Material Theme

Licence: apache-2.0
Material Theme, the most epic theme for Visual Studio Code

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Vsc Material Theme

Materialdrawer
The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
Stars: ✭ 11,498 (+611.07%)
Mutual labels:  hacktoberfest, material-design, material-theme
Vuetify
πŸ‰ Material Component Framework for Vue
Stars: ✭ 33,085 (+1946.07%)
Mutual labels:  hacktoberfest, material-design, material-theme
Vue Material
Material design for Vue.js
Stars: ✭ 9,528 (+489.24%)
Mutual labels:  hacktoberfest, material-design, hacktoberfest2021
vsc-material-theme-icons
Material Theme Icons, the most epic icons theme for Visual Studio Code and Material Theme.
Stars: ✭ 90 (-94.43%)
Mutual labels:  visual-studio-code, material-theme, visual-studio-extension
Ripple Without Js
Create Material Design ripple effect in your HTML without using a single line of JS.
Stars: ✭ 53 (-96.72%)
Mutual labels:  hacktoberfest, material-design
React Native Paper
Material Design for React Native (Android & iOS)
Stars: ✭ 8,714 (+438.9%)
Mutual labels:  hacktoberfest, material-design
Npp Material Theme
Material Theme, the most epic theme for Notepad++ | Dark Theme
Stars: ✭ 60 (-96.29%)
Mutual labels:  material-design, material-theme
Vscode Gremlins
Gremlins tracker for Visual Studio Code: reveals invisible whitespace and other annoying characters
Stars: ✭ 78 (-95.18%)
Mutual labels:  hacktoberfest, visual-studio-code
Hoverboard
Conference website template
Stars: ✭ 935 (-42.18%)
Mutual labels:  hacktoberfest, material-design
Vscode Powershell
Provides PowerShell language and debugging support for Visual Studio Code
Stars: ✭ 1,117 (-30.92%)
Mutual labels:  hacktoberfest, visual-studio-code
Skywalker
A material design theme for ghost blog πŸ™ˆπŸŒˆπŸ‡
Stars: ✭ 80 (-95.05%)
Mutual labels:  material-design, material-theme
Fastlane
πŸš€ The easiest way to automate building and releasing your iOS and Android apps
Stars: ✭ 33,382 (+1964.44%)
Mutual labels:  hacktoberfest, hacktoberfest2021
Material Dashboard
Material Dashboard - Open Source Bootstrap 5 Material Design Admin
Stars: ✭ 9,987 (+517.63%)
Mutual labels:  material-design, material-theme
Appintro
Make a cool intro for your Android app.
Stars: ✭ 9,989 (+517.75%)
Mutual labels:  hacktoberfest, material-design
Timberx
Material theme music player that works across all form factors (phones, wear, auto, cast, assistant) and uses latest tools (Kotlin, Architecture components, Room, Databinding)
Stars: ✭ 1,103 (-31.79%)
Mutual labels:  hacktoberfest, material-theme
Wi Pwn
ESP8266 Deauther ​with a material design WebUI πŸ“Ά
Stars: ✭ 839 (-48.11%)
Mutual labels:  material-design, material-theme
Mahapps.metro.iconpacks
Awesome icon packs for WPF and UWP in one library
Stars: ✭ 1,157 (-28.45%)
Mutual labels:  hacktoberfest, material-design
Vscode Matlab
MATLAB support for Visual Studio Code
Stars: ✭ 114 (-92.95%)
Mutual labels:  hacktoberfest, visual-studio-code
Slidetoact
A simple 'Slide to Unlock' Material widget for Android, written in Kotlin πŸ“±πŸŽ¨πŸ¦„
Stars: ✭ 783 (-51.58%)
Mutual labels:  hacktoberfest, material-design
Headwind
An opinionated Tailwind CSS class sorter built for Visual Studio Code
Stars: ✭ 789 (-51.21%)
Mutual labels:  visual-studio-code, visual-studio-extension


Brought to you by


Manage pull requests and conduct code reviews in your IDE with full source-tree context. Comment on any line, not just the diffs. Use jump-to-definition, your favorite keybindings, and code intelligence with more of your workflow.
Learn More


Table of contents

The most epic theme meets Visual Studio Code. You can help by reporting issues here.

Getting started

You can install this awesome theme through the Visual Studio Code Marketplace.

Installation

Launch Quick Open:

Paste the following command and press Enter:

ext install material theme

And pick the one by Mattia Astorino (Equinusocio) as author.

Activate theme

Launch Quick Open:

Type theme, choose Preferences: Color Theme, and select one of the Material Theme variants from the list. After activation, the theme will set the correct icon theme based on your active theme variant.

Set the accent color

Launch Quick Open:

Type material theme, choose Material Theme: Set accent color, and pick one color from the list.

Override theme colors

You can override the Material Theme UI and schemes colors by adding these theme-specific settings to your configuration. For advanced customisation please check the relative section on the VS Code documentation.

Color Scheme override

Basic example

"editor.tokenColorCustomizations": {
    "[Material Theme]": {
        "comments": "#229977"
    }
},

Advanced example

"editor.tokenColorCustomizations": {
    "[Material Theme*]": {
        "textMateRules": [
            {
                "scope": [
                    "comment",
                    "comment punctuation.definition.comment"
                ],
                "settings": {
                    "foreground": "#FF0000"
                }
            }
        ]
    },
},

"workbench.colorCustomizations": {
	"[Material Theme*]": {
		"sideBar.background": "#ff0000",
	}
},

Recommended settings for a better experience

{
    // Controls the font family.
    "editor.fontFamily": "Operator Mono",
    // Controls the line height. Use 0 to compute the lineHeight from the fontSize.
    "editor.lineHeight": 24,
    // Enables font ligatures
    "editor.fontLigatures": true,
    // Controls if file decorations should use badges.
    "explorer.decorations.badges": false
}

Official Portings

Thanks to the Material Theme community you can use it with other software, here are the official portings:

Other resources

  • Vscode Dock Icon: Download the official Material Theme app icon for Visual Studio code

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! πŸ™ [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]


Copyright Β© 2019 Mattia Astorino & Alessio Occhipinti

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].