Skip to content

Commit 74bc21b

Browse files
committed
Implement Omni Template.
1 parent 845befd commit 74bc21b

File tree

8 files changed

+667
-643
lines changed

8 files changed

+667
-643
lines changed

.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false

.github/CODEOWNERS

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Learn how to add code owners here:
2+
# https://help.github.com/en/articles/about-code-owners
3+
4+
* @jpedroschmitz

INSTALL.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
### [JetBrains](https://www.jetbrains.com)
2+
3+
#### Install using Git
4+
5+
If you are a git user, you can install the theme by cloning the repo:
6+
7+
$ git clone https://github.com/getomni/template.git
8+
9+
#### Install manually
10+
11+
Download using the [GitHub .zip download](https://github.com/getomni/template/archive/main.zip) option and unzip them.
12+
13+
#### Activating theme
14+
15+
1. Step 1
16+
2. Step 2
17+
3. Step 3

LICENSE.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
MIT License
2+
3+
Copyright (c) 2021 Omni Theme
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

+32-29
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,43 @@
1-
# jetbrains
1+
<h1 align="center">
2+
<br>
3+
<img src="https://storage.googleapis.com/golden-wind/github/omni/omni.png" alt="Omni Logo" width="100">
4+
<br>
5+
Omni for <a href="https://www.jetbrains.com">JetBrains</a>
6+
<br>
7+
</h1>
28

3-
![Build](https://github.com/Mayconsgs/jetbrains/workflows/Build/badge.svg)
4-
[![Version](https://img.shields.io/jetbrains/plugin/v/PLUGIN_ID.svg)](https://plugins.jetbrains.com/plugin/PLUGIN_ID)
5-
[![Downloads](https://img.shields.io/jetbrains/plugin/d/PLUGIN_ID.svg)](https://plugins.jetbrains.com/plugin/PLUGIN_ID)
9+
<p align="center">
10+
<strong>Dark theme for <a href="https://www.jetbrains.com">JetBrains</a></strong>
11+
</p>
612

7-
## Template ToDo list
8-
- [x] Create a new [IntelliJ Platform Plugin Template][template] project.
9-
- [ ] Verify the [pluginGroup](/gradle.properties), [plugin ID](/src/main/resources/META-INF/plugin.xml) and [sources package](/src/main/kotlin).
10-
- [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html).
11-
- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time.
12-
- [ ] Set the Plugin ID in the above README badges.
13-
- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html).
14-
- [ ] Click the <kbd>Watch</kbd> button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.
13+
<p align="center">
14+
<img src="https://img.shields.io/badge/PRs-welcome-%235FCC6F.svg" alt="PRs welcome!" />
1515

16-
<!-- Plugin description -->
17-
This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have.
16+
<img alt="License" src="https://img.shields.io/badge/license-MIT-%235FCC6F">
17+
</p>
1818

19-
This specific section is a source for the [plugin.xml](/src/main/resources/META-INF/plugin.xml) file which will be extracted by the [Gradle](/build.gradle.kts) during the build process.
19+
<p align="center">
20+
<a href="#install">Install</a> •
21+
<a href="#team">Team</a> •
22+
<a href="#license">License</a>
23+
</p>
2024

21-
To keep everything working, do not remove `<!-- ... -->` sections.
22-
<!-- Plugin description end -->
25+
<p align="center">
26+
<img alt="Omni screnshoot for JetBrains" src="./screenshot.png">
27+
</p>
2328

24-
## Installation
29+
## Install
2530

26-
- Using IDE built-in plugin system:
27-
28-
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > <kbd>Search for "jetbrains"</kbd> >
29-
<kbd>Install Plugin</kbd>
30-
31-
- Manually:
31+
All instructions can be found at [INSTALL.md](./INSTALL.md).
3232

33-
Download the [latest release](https://github.com/Mayconsgs/jetbrains/releases/latest) and install it manually using
34-
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
33+
## Team
3534

35+
This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/getomni/template/graphs/contributors).
3636

37-
---
38-
Plugin based on the [IntelliJ Platform Plugin Template][template].
37+
| [![João Pedro](https://github.com/jpedroschmitz.png?size=100)](https://github.com/jpedroschmitz) | [![Maycon Santos](https://github.com/mayconsgs.png?size=100)](https://github.com/mayconsgs) |
38+
| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------- |
39+
| [João Pedro](https://github.com/jpedroschmitz) | [Maycon Santos](https://github.com/mayconsgs) |
3940

40-
[template]: https://github.com/JetBrains/intellij-platform-plugin-template
41+
## License
42+
43+
[MIT License](./LICENSE.md)

screenshot.png

979 KB
Loading

src/main/resources/Omni.theme.json

+29-52
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,20 @@
44
"author": "Mayconsgs",
55
"editorScheme": "/Omni.xml",
66
"colors": {
7-
"COLOR0": "#201B2D",
8-
"COLOR1": "#FF79C6",
9-
"COLOR3": "#e7de79",
10-
"COLOR2": "#67e480",
11-
"COLOR4": "#78D1E1",
12-
"COLOR5": "#988bc7",
13-
"COLOR6": "#A1EFE4",
14-
"COLOR7": "#E1E1E6",
15-
"COLOR8": "#626483",
16-
"COLOR9": "#ed4556",
17-
"COLOR11": "#e7de79",
18-
"COLOR10": "#00F769",
19-
"COLOR12": "#78D1E1",
20-
"COLOR13": "#988bc7",
21-
"COLOR14": "#A4FFFF",
22-
"COLOR15": "#F7F7FB",
7+
238
"BG": "#191622",
249
"FG": "#E1E1E6",
2510
"SELECTION": "#41414D",
26-
"COMMENT": "#5A4B81",
11+
"COMMENT": "#483C67",
2712
"CYAN": "#78D1E1",
28-
"GREEN": "#67e480",
13+
"GREEN": "#67E480",
2914
"ORANGE": "#E89E64",
3015
"PINK": "#FF79C6",
31-
"PURPLE": "#988bc7",
16+
"PURPLE": "#988BC7",
3217
"RED": "#E96379",
33-
"YELLOW": "#e7de79",
18+
"YELLOW": "#E7DE79",
19+
3420
"WHITE": "#E1E1E6",
35-
"TEMP_QUOTES": "#e7de79",
36-
"TEMP_PROPERTY_QUOTES": "#7159C1",
3721
"LineHighlight": "#44475A75",
3822
"NonText": "#FFFFFF1A",
3923
"TAB_DROP_BG": "#44475A70",
@@ -120,12 +104,12 @@
120104
"shortcutForeground": "PURPLE"
121105
},
122106
"FileColor": {
123-
"Yellow": "#45410C",
124-
"Green": "#0D4A19",
125-
"Blue": "#11464F",
126-
"Violet": "#463875",
127-
"Orange": "#66350F",
128-
"Rose": "#811225"
107+
"Yellow": "#E7DE7910",
108+
"Green": "#67E48010",
109+
"Blue": "#78D1E110",
110+
"Violet": "#988BC710",
111+
"Orange": "#E89E6410",
112+
"Rose": "#E9637910"
129113
},
130114
"Link": {
131115
"activeForeground": "PINK",
@@ -183,14 +167,6 @@
183167
"DragAndDrop": {
184168
"areaBorderColor": "SELECTION"
185169
},
186-
"ScrollBar": {
187-
"Mac": {
188-
"hoverThumbColor": "COMMENT",
189-
"Transparent": {
190-
"hoverThumbColor": "COMMENT"
191-
}
192-
}
193-
},
194170
"ToolWindow": {
195171
"Button": {
196172
"hoverBackground": "BGLighter",
@@ -206,16 +182,15 @@
206182
"warningBorderColor": "ORANGE"
207183
},
208184
"VersionControl": {
209-
210185
"FileHistory": {
211186
"Commit": {
212187
"selectedBranchBackground": "SELECTION"
213188
}
214189
},
215190
"GitLog": {
216-
"headIconColor": "YELLOW",
191+
"headIconColor": "PURPLE",
217192
"localBranchIconColor": "GREEN",
218-
"remoteBranchIconColor": "COMMENT",
193+
"remoteBranchIconColor": "RED",
219194
"tagIconColor": "PINK",
220195
"otherIconColor": "CYAN"
221196
},
@@ -232,23 +207,25 @@
232207
},
233208
"icons": {
234209
"ColorPalette": {
235-
"Actions.Grey": "#a0a0a0",
210+
"Actions.Grey": "#a0a0a0D0",
236211
"Actions.Red": "#E96379",
237212
"Actions.Yellow": "#e7de79",
238213
"Actions.Green": "#67e480",
239214
"Actions.Blue": "#78D1E1",
240-
"Actions.GreyInline.Dark": "#808080FF",
241-
"Objects.Grey": "#a0a0a0FF",
242-
"Objects.RedStatus": "#ed4556FF",
243-
"Objects.Red": "#ed4556FF",
244-
"Objects.Pink": "#FF79C6FF",
245-
"Objects.Yellow": "#e7de79ff",
246-
"Objects.Green": "#00F769FF",
247-
"Objects.Blue": "#78D1E1FF",
248-
"Objects.Purple": "#988bc7FF",
249-
"Objects.BlackText": "#201B2DFF",
250-
"Objects.YellowDark": "#e7de79ff",
251-
"Objects.GreenAndroid": "#3DDC84FF",
215+
"Actions.GreyInline.Dark": "#808080D0",
216+
217+
"Objects.Grey": "#a0a0a0D0",
218+
"Objects.RedStatus": "#ed4556D0",
219+
"Objects.Red": "#ed4556D0",
220+
"Objects.Pink": "#FF79C6D0",
221+
"Objects.Yellow": "#e7de79D0",
222+
"Objects.Green": "#00F769D0",
223+
"Objects.Blue": "#78D1E1D0",
224+
"Objects.Purple": "#988bc7D0",
225+
"Objects.BlackText": "#201B2DD0",
226+
"Objects.YellowDark": "#e7de79D0",
227+
"Objects.GreenAndroid": "#00F769D0",
228+
252229
"Checkbox.Background.Default.Dark": "#252131",
253230
"Checkbox.Border.Default.Dark": "#988bc7",
254231
"Checkbox.Foreground.Selected.Dark": "#988bc7",

0 commit comments

Comments
 (0)