Skip to content

Commit 608695f

Browse files
authoredMay 21, 2022
Update README.md
1 parent 81cbcc6 commit 608695f

File tree

1 file changed

+55
-32
lines changed

1 file changed

+55
-32
lines changed
 

‎README.md

+55-32
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,41 @@
1+
# Material Theme UI Lite for JetBrains
2+
13
<div align="center">
24
<a href="https://www.material-theme.com">
35
<img src="logo.svg" width="320" height="320" alt="logo"></img>
46
</a>
57
</div>
68

7-
# Material Theme UI Lite
8-
99
This is a lite version of the famous [Material Theme UI Plugin](https://plugins.jetbrains.com/plugin/8006-material-theme-ui) which contains only the themes and the color schemes.
1010

1111
If you want to use the icons as well, I invite you to install the [Atom Material Icons](https://plugins.jetbrains.com/plugin/10044-atom-material-icons) plugin.
1212

13+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
14+
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
15+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
16+
17+
[![GitHub issues](https://img.shields.io/github/issues/mallowigi/material-theme-ui-lite.svg)](https://github.com/mallowigi/material-theme-ui-lite/issues)
18+
[![GitHub stars](https://img.shields.io/github/stars/mallowigi/material-theme-ui-lite.svg)](https://github.com/mallowigi/material-theme-ui-lite/stargazers)
19+
[![Twitter](https://img.shields.io/twitter/url/https/github.com/mallowigi/material-theme-ui-lite.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fmallowigi%2Fmaterial-theme-ui-lite)
20+
21+
![GitHub tag](https://img.shields.io/github/tag/mallowigi/material-theme-ui-lite.svg)
22+
![JetBrains IntelliJ Plugins](https://img.shields.io/jetbrains/plugin/v/12124-material-theme-ui-lite.svg)
23+
24+
![Github All Releases](https://img.shields.io/github/downloads/mallowigi/material-theme-ui-lite/total.svg)
25+
![JetBrains IntelliJ plugins](https://img.shields.io/jetbrains/plugin/d/12124-material-theme-ui-lite.svg?label=plugin%20downloads)
26+
27+
1328
Plugin page:
14-
https://plugins.jetbrains.com/plugin/12124-material-theme-ui-lite
29+
<https://plugins.jetbrains.com/plugin/12124-material-theme-ui-lite>
1530

1631
## Documentation:
17-
https://www.material-theme.com
32+
<https://www.material-theme.com>
1833

1934
![laptop-full](laptop-full.png)
2035

21-
#### Donate via Paypal:
2236

23-
_@ChrisRM_:
24-
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LSF7K29JBPMWU&lc=US&item_name=Material%20Theme%20JetBrains%20Development&item_number=m1&currency_code=NOK&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
37+
38+
#### Donate via Paypal:
2539

2640
_@Mallowigi_:
2741
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/mallowigi)
@@ -35,43 +49,28 @@ _@Mallowigi_:
3549
[![Sponsors on Open Collective](https://opencollective.com/atom-material-themes-and-plugins/sponsors/badge.svg)](#sponsors)
3650

3751

38-
## Development
39-
40-
### Requirements
41-
42-
* JDK 1.8
43-
* IntelliJ IDEA with Gradle
44-
45-
### Developing using IntelliJ Gradle
46-
47-
You can simplify development process thanks to Intellij's **Gradle plugin**. Install the plugin, restart the IDE and you will be prompted with a window asking if you want to import the project as a Gradle project. After that IntelliJ will download the Gradle Wrapper and the tasks will appear in the Gradle Tool Panel on the right.
48-
49-
Import the project from the `build.gradle` file and develop as normal. Make sure you select JDK 8 in the import wizard. The other defaults are fine. You can run the above mentioned CLI Gradle tasks directly in the "Gradle" Tool Window, which expands from the right side of the screen. To debug, find "runIde" in the list, right-click it, and choose Run/Debug.
50-
5152
--------------------
5253

5354
# Authors:
5455

5556
Twitter: [@crmag](https://twitter.com/crmag)
5657
[@mallowigi](https://twitter.com/mallowigi)
5758

58-
Official page: [@MJetbrains](https://twitter.com/MJetbrains)
59+
Official page: [@AtomMaterialUI](https://twitter.com/AtomMaterialUI)
5960

6061
Github: [@ChrisRM](https://github.com/chrisrm) [@Mallowigi](https://github.com/mallowigi)
6162

62-
Blog: https://www.material-theme.com/docs/blog/
63-
6463
**Thanks to [@equinusocio](https://github.com/equinusocio) and his original [Material Theme](https://github.com/equinusocio/vsc-material-theme) for the inspiration.**
6564

6665
# Contact
67-
You can contact us or ask questions via [Gitter](https://gitter.im/Material-Theme-Jetbrains/Lobby#) or our brand new
68-
[Slack community!](https://join.slack.com/t/material-theme-ui/shared_invite/enQtMzgzNTUxMjQ2MTQ1LWU3Y2ZlYTBlNDEyZmU5YTMzNjAxZjc0NmVkMTk1NzdmNDI1NDAwMzI4NWYxZjVmYzUyYTgwZWEzNjE2YTg2NTA)
66+
You can contact us or ask questions in our [Slack community!](https://join.slack.com/t/material-theme-ui/shared_invite/enQtMzgzNTUxMjQ2MTQ1LWU3Y2ZlYTBlNDEyZmU5YTMzNjAxZjc0NmVkMTk1NzdmNDI1NDAwMzI4NWYxZjVmYzUyYTgwZWEzNjE2YTg2NTA)
6967

7068
Come say hello!
7169

7270
## Other portings
7371

7472
The Material Theme has been ported to many other editors, applications, websites and other platforms:
73+
7574
- [Visual Studio Code](https://github.com/equinusocio/vsc-material-theme/) (by [@equinusocio](https://github.com/equinusocio)
7675
- [Sublime Text](https://github.com/equinusocio/material-theme/) (also by [@equinusocio](https://github.com/equinusocio)
7776
- [Hyper](https://github.com/equinusocio/hyper-material-theme) (also by [@equinusocio](https://github.com/equinusocio).
@@ -80,25 +79,49 @@ The Material Theme has been ported to many other editors, applications, websites
8079
- [Terminal OSX](https://gist.github.com/mvaneijgen/4c56701215847dd5ddcf) (by [@mvaneijgen](https://github.com/mvaneijgen)).
8180
- [iTerm2](https://gist.github.com/Revod/3f3115f8d4b90fc986fd4b61441c2567) (by [@Revod](https://github.com/Revod)) and [iTerm2 Palenight](https://github.com/JonathanSpeek/palenight-iterm2) (by [@jonathanspeek](https://github.com/jonathanspeek)).
8281
- [ConEmu](https://gist.github.com/rajadain/b306b2ba71bd58a1df41) (by [@rajadain](https://github.com/rajadain)).
83-
- [Slack](https://slack.com/) (`#263238`, `#2E3A40`, `#80CBC4`, `#FFFFFF`, `#13191C`, `#FFFFFF`, `#50FA7B`, `#FF5555`)
82+
- [Slack Sidebar](https://slack.com/) (`#263238`, `#2E3A40`, `#80CBC4`, `#FFFFFF`, `#13191C`, `#FFFFFF`, `#50FA7B`, `#FF5555`)
8483
- [Nylas N1](https://github.com/jackiehluo/n1-material) (thanks to [@jackiehluo](https://github.com/jackiehluo))
8584
- [Base16](https://github.com/ntpeters/base16-materialtheme-scheme) (by [@ntpeters](https://github.com/ntpeters))
8685
- [Notepad++](https://github.com/Codextor/npp-material-theme) (by [@Codextor](https://github.com/Codextor))
87-
- [Chrome Devtools](https://chrome.google.com/webstore/detail/material-devtools-theme/pmlofkkoaahmkmmebdkkcljmflocijlo) (by [@jaysuz](https://github.com/jaysuz/material-dev-tools))
86+
- [Chrome Devtools](https://chrome.google.com/webstore/detail/material-devtools-theme-c/jmefikbdhgocdjeejjnnepgnfkkbpgjo)
8887
- [Bear](https://github.com/r3volution11/material-theme-bear-notes) (by [Doug C. Hardester](https://github.com/r3volution11))
88+
- [Slack Themes](https://github.com/mallowigi/slack-themes) - Porting of the Material Theme to Slack
89+
- [Gmail](https://userstyles.org/styles/174257/material-dark-gmail) (by [@Charlie Etienne](https://github.com/CharlieEtienne))
90+
- [Google Calendar](https://userstyles.org/styles/174228/material-dark-google-calendar) (by [@Charlie Etienne](https://github.com/CharlieEtienne))
91+
- [Google Keep](https://userstyles.org/styles/174291/material-dark-google-keep) (by [@Charlie Etienne](https://github.com/CharlieEtienne))
92+
- [Trello](https://userstyles.org/styles/167605/material-dark-trello) (by [@Charlie Etienne](https://github.com/CharlieEtienne))
93+
- [GitHub](https://github.com/CharlieEtienne/material-github) (by [@Charlie Etienne](https://github.com/CharlieEtienne))
94+
- [Google](https://github.com/CharlieEtienne/material-google) (by [@Charlie Etienne](https://github.com/CharlieEtienne))
8995

9096
## Other Projects
9197

9298
Check out my other projects:
9399
- [Material Theme UI](https://plugins.jetbrains.com/plugin/8006-material-theme-ui) - A lot of features to completely customize the IDE! With theme switching, custom themes, icons, layout settings and more.
94-
- [Image Icon Plugin](https://plugins.jetbrains.com/plugin/11096-image-icon-viewer) - A previewer for small images and svgs directly in the Project View
95-
- [Atom Material Icons](https://plugins.jetbrains.com/plugin/10044-atom-material-icons) - A mix of the Atom File Icons and the Material Icons, or if you prefer, the Icons component of this plugin :)
96-
- [Slack One Dark Theme](https://github.com/mallowigi/slack-one-dark-theme) - A One Dark theme for Slack
97-
- [Custom Syntax Highlighter](https://github.com/mallowigi/Custom-Syntax-Highlighter) - Proof of concept for defining custom keywords highlighting.
100+
- [Image Icon Plugin](https://plugins.jetbrains.com/plugin/11096-image-icon-viewer) — A previewer for small images and svg directly in the Project View
101+
- [Atom Material Icons](https://plugins.jetbrains.com/plugin/10044-atom-material-icons) — A mix of the Atom File Icons and the Material Icons, or if you prefer, the Icons component of this plugin :)
102+
- [Custom Syntax Highlighter](https://github.com/mallowigi/Custom-Syntax-Highlighter) — Proof of concept for defining custom keywords highlighting.
103+
- [Material Theme UI for Chrome](https://chrome.google.com/webstore/detail/material-devtools-theme-c/jmefikbdhgocdjeejjnnepgnfkkbpgjo) — Porting of the Material Theme for Chrome
104+
- [Slack Themes](https://github.com/mallowigi/slack-themes) — Porting of the Material Theme to Slack
105+
98106

99107
## Contributors
100108

101109
This project exists thanks to all the people who contribute.
110+
<!-- ALL-CONTRIBUTORS-LIST:START — Do not remove or modify this section -->
111+
<!-- prettier-ignore-start -->
112+
<!-- markdownlint-disable -->
113+
<table>
114+
<tr>
115+
<td align="center"><a href="https://unthrottled.io"><img src="https://avatars.githubusercontent.com/u/15972415?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Alex Simons</b></sub></a><br /><a href="https://github.com/mallowigi/material-theme-jetbrains/commits?author=Unthrottled" title="Code">💻</a> <a href="#infra-Unthrottled" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
116+
<td align="center"><a href="https://kotlin.desarrollador-android.com/"><img src="https://avatars.githubusercontent.com/u/7463564?v=4" width="100px;" alt=""/><br /><sub><b>Javier Segovia Cordoba</b></sub></a><br /><a href="https://github.com/mallowigi/material-theme-jetbrains/commits?author=JavierSegoviaCordoba" title="Code">💻</a> <a href="#infra-JavierSegoviaCordoba" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
117+
</tr>
118+
</table>
119+
120+
<!-- markdownlint-restore -->
121+
<!-- prettier-ignore-end -->
122+
123+
<!-- ALL-CONTRIBUTORS-LIST:END -->
124+
102125
<a href="graphs/contributors"><img src="https://opencollective.com/atom-material-themes-and-plugins/contributors.svg?width=890&button=false" /></a>
103126

104127

@@ -108,7 +131,7 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com
108131

109132
<a href="https://opencollective.com/atom-material-themes-and-plugins#backers" target="_blank"><img src="https://opencollective.com/atom-material-themes-and-plugins/backers.svg?width=890"></a>
110133

111-
Check also : http://www.material-theme.com/docs/support-us/
134+
Check also : <https://www.material-theme.com/docs/support-us/>
112135

113136
## Sponsors
114137

0 commit comments

Comments
 (0)
Please sign in to comment.