All Projects β†’ CharlieEtienne β†’ Material Github

CharlieEtienne / Material Github

Licence: mit
A Material Dark Theme for GitHub

Programming Languages

stylus
462 projects

Projects that are alternatives of or similar to Material Github

Night Owl Jetbrains
Night owl theme / colour scheme for IntelliJ and Webstorm (or other Jetbrains IDEs). Includes dark and light mode πŸŒ“
Stars: ✭ 276 (+140%)
Mutual labels:  material-theme
Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+20148.7%)
Mutual labels:  material-theme
Vuetify Material Dashboard
Vuetify Material Dashboard - Open Source Material Design Admin
Stars: ✭ 1,023 (+789.57%)
Mutual labels:  material-theme
Quasar
Quasar Framework - Build high-performance VueJS user interfaces in record time
Stars: ✭ 20,090 (+17369.57%)
Mutual labels:  material-theme
Vue Material Dashboard
Vue Material Dashboard - Open Source Material Design Admin
Stars: ✭ 403 (+250.43%)
Mutual labels:  material-theme
Wi Pwn
ESP8266 Deauther ​with a material design WebUI πŸ“Ά
Stars: ✭ 839 (+629.57%)
Mutual labels:  material-theme
base16-materialtheme-scheme
Material Themes for Base16
Stars: ✭ 70 (-39.13%)
Mutual labels:  material-theme
Skywalker
A material design theme for ghost blog πŸ™ˆπŸŒˆπŸ‡
Stars: ✭ 80 (-30.43%)
Mutual labels:  material-theme
Alertdialogpro
[Deprecated] This project can make it easy to theme and custom Android's dialog. Also provides Holo and Material themes for old devices.
Stars: ✭ 466 (+305.22%)
Mutual labels:  material-theme
Material Theme For Xcode
Material design color schemes for Xcode
Stars: ✭ 43 (-62.61%)
Mutual labels:  material-theme
Cdk Admin
Angular 6 admin panel using angular material & angular flex.
Stars: ✭ 344 (+199.13%)
Mutual labels:  material-theme
Svelte Materialify
A Material UI Design Component library for Svelte heavily inspired by vuetify.
Stars: ✭ 351 (+205.22%)
Mutual labels:  material-theme
Vuetify
πŸ‰ Material Component Framework for Vue
Stars: ✭ 33,085 (+28669.57%)
Mutual labels:  material-theme
Hyper Material Theme
The Hyper official porting of the original Material Theme.
Stars: ✭ 298 (+159.13%)
Mutual labels:  material-theme
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 (+859.13%)
Mutual labels:  material-theme
Material Kit React
React Dashboard made with Material UI’s components. Our pro template contains features like TypeScript version, authentication system with Firebase and Auth0 plus many other
Stars: ✭ 3,465 (+2913.04%)
Mutual labels:  material-theme
Material Awesome
Material and Mouse driven config for AwesomeWM 4.3
Stars: ✭ 588 (+411.3%)
Mutual labels:  material-theme
Material Dashboard
Material Dashboard - Open Source Bootstrap 5 Material Design Admin
Stars: ✭ 9,987 (+8584.35%)
Mutual labels:  material-theme
Npp Material Theme
Material Theme, the most epic theme for Notepad++ | Dark Theme
Stars: ✭ 60 (-47.83%)
Mutual labels:  material-theme
Vue Clock Picker
A vue-based time picker Component
Stars: ✭ 39 (-66.09%)
Mutual labels:  material-theme

Install directly with Stylus Donate

Material Theme for GitHub

A Material Dark Theme for GitHub

Based on awesome VSCode Material Theme by Mattia Astorino

Material Theme GitHub

How to use it

  1. Install Stylus Extension for Chrome, for Firefox or for Opera

  2. Install theme: Click to install with Stylus


IMPORTANT NOTICE - 29/05/2020

The theme moved from userstyles.org to GitHub since userstyles.org is completely broken and unmaintened. For those who already installed this theme, you will need to reinstall it by clicking this link if you want to get next updates and to enjoy the new configurator.

It is a breaking change so you may lose some of your previous customization. Since it's a completely different theme, you will have to copy and paste your custom code into the new theme after having installed it.

From 29/05/2020, the theme on https://userstyles.org/styles/174317/material-dark-github won't receive new updates.


Settings

Find settings Options

3 themes are available : Oceanic, Darker, Palenight

Or you can choose Custom theme and play with hue, saturation, and lightness cursors to have your own variations.

You can also choose from 23 accents colors, or make your own.

Disclaimer

Keeping the theme up to date is very difficult because of changes github could bring to css at any moment. If the theme is broken, don't hesitate to fill an issue here.

Contributions

Contributions are very welcome! Feel free to suggest changes in a new issue or make a PR.

Contributions Guidelines

  • Please make one separate Pull Request per feat/fix.

  • Please don't change something else than colors. Don't suggest changes for things like font-size, width, height, border-radius... We want to be as close as possible to GitHub in terms of design/UI.

  • Please use CSS vars provided by Material GitHub when it's possible (ie. var(--bg2)):

    Background Color (from darkest to lightest)

    --bg1
    --bg2
    --bg3
    --bg4
    --bg5
    --bg6
    --bg7
    --bg8
    --bg9
    --bg10
    --bg11
    

    Text Color (from darkest to lightest)

    --text0
    --text1
    --text2
    --text3
    --text4
    --text5
    --text6
    --text7
    --text8
    --text9
    --text10
    --text11
    

    Accent Color (from lightest to darkest)

    --selected
    --selected2
    --btn
    --btn2
    --btn3
    --btn4
    
  • If GitHub uses a var (ie. --color-bg-primary), just redeclare it in :root like so:

    --color-bg-primary: var(--bg2);
    
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].