Skip to content

Commit ae105ab

Browse files
committed
Merge branch 'release/v0.1.1' into main
2 parents 4b7c6af + 698e84b commit ae105ab

File tree

10 files changed

+77
-81
lines changed

10 files changed

+77
-81
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
# Omni Theme Changelog
44

5-
## v0.1.0
5+
All notable changes to this project will be documented in this file.
6+
7+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
8+
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9+
10+
## [Unreleased]
11+
12+
## [0.1.1] - 2021-03-20
613

714
### Added
815

INSTALL.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
### [JetBrains](https://www.jetbrains.com)
22

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-
93
#### Install manually
104

11-
Download using the [GitHub .zip download](https://github.com/getomni/template/archive/main.zip) option and unzip them.
5+
Download [Omni.Theme-0.1.0.zip](https://github.com/Mayconsgs/jetbrains/releases/download/v0.1.0-beta/Omni.Theme-0.1.0.zip)
6+
.
127

138
#### Activating theme
149

15-
1. Step 1
16-
2. Step 2
17-
3. Step 3
10+
1. Open your IntelliJ IDEA or based IDE in IntelliJ
11+
2. Go to **Settings** > **Plugins**
12+
3. On the plugins screen, go to install manually
13+
![Intall Manually](./images/install.png)
14+
15+
4. Chose yor .zip download file.
16+
![Choose Plugin File](./images/chose.png)
17+
18+
5. Apply Theme.
19+
![Apply Theme](./images/apply.png)

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,18 @@
2222
<a href="#license">License</a>
2323
</p>
2424

25-
![Omni Screenshot](./screenshot.png)
25+
![Omni Screenshot](https://github.com/Mayconsgs/jetbrains/blob/main/screenshot.png?raw=true)
2626

2727
## Install
2828

2929
All instructions can be found at [INSTALL.md](./INSTALL.md).
3030

3131
## Team
3232

33-
This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/getomni/template/graphs/contributors).
33+
This theme is maintained by the following person(s) and a bunch
34+
of [awesome contributors](https://github.com/mayconsgs/jetbrains/graphs/contributors).
35+
36+
<!-- Plugin description end -->
3437

3538
| [![Maycon Santos](https://github.com/mayconsgs.png?size=100)](https://github.com/mayconsgs) |
3639
| ------------------------------------------------------------------------------------------- |
@@ -40,4 +43,3 @@ This theme is maintained by the following person(s) and a bunch of [awesome cont
4043

4144
[MIT License](./LICENSE.md)
4245

43-
<!-- Plugin description end -->

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
33
pluginGroup=com.github.mayconsgs.jetbrains
44
pluginName=Omni Theme
5-
pluginVersion=0.1.0
5+
pluginVersion=0.1.1
66
pluginSinceBuild=202
77
pluginUntilBuild=203.*
88
pluginVerifierIdeVersions=2020.2.4, 2020.3.2, 2021.1

images/apply.png

108 KB
Loading

images/chose.png

45 KB
Loading

images/install.png

164 KB
Loading

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<id>com.github.getomni.jetbrains</id>
33
<name>Omni Theme</name>
44
<vendor url="https://github.com/getomni" email="[email protected]">Omni Theme</vendor>
5+
56
<depends>com.intellij.modules.platform</depends>
67

78
<extensions defaultExtensionNs="com.intellij">

src/main/resources/META-INF/pluginIcon.svg

Lines changed: 8 additions & 62 deletions
Loading

src/main/resources/Omni.theme.json

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"dark": true,
44
"author": "Mayconsgs",
55
"editorScheme": "/Omni.xml",
6+
67
"colors": {
78
"BG": "#191622",
89
"FG": "#E1E1E6",
@@ -24,6 +25,7 @@
2425
"BGDark": "#13111B",
2526
"BGDarker": "#15121E"
2627
},
28+
2729
"ui": {
2830
"*": {
2931
"background": "BG",
@@ -48,19 +50,23 @@
4850
"separatorColor": "BGDarker",
4951
"lineSeparatorColor": "BGDarker"
5052
},
53+
5154
"ToolBar": {
5255
"background": "BGLighter"
5356
},
57+
5458
"ActionButton": {
5559
"hoverBackground": "SELECTION",
5660
"pressedBackground": "SELECTION"
5761
},
62+
5863
"Button": {
5964
"background": "#00000000",
6065
"startBackground": "BGLighter",
6166
"endBackground": "BGLighter",
6267
"startBorderColor": "PURPLE",
6368
"endBorderColor": "PURPLE",
69+
6470
"default": {
6571
"foreground": "FG",
6672
"startBackground": "PURPLE",
@@ -70,24 +76,29 @@
7076
"focusedBorderColor": "COMMENT"
7177
}
7278
},
79+
7380
"Borders": {
7481
"color": "COMMENT",
7582
"ContrastBorderColor": "BGLight"
7683
},
84+
7785
"ComboBox": {
7886
"nonEditableBackground": "BGLight",
7987
"modifiedItemForeground": "PURPLE",
88+
8089
"ArrowButton": {
8190
"iconColor": "WHITE",
8291
"disabledIconColor": "COMMENT",
8392
"nonEditableBackground": "BGLight"
8493
}
8594
},
95+
8696
"CompletionPopup": {
8797
"matchForeground": "PURPLE",
8898
"selectionInactiveBackground": "SELECTION",
8999
"selectionBackground": "SELECTION"
90100
},
101+
91102
"Component": {
92103
"errorFocusColor": "RED",
93104
"inactiveErrorFocusColor": "RED",
@@ -96,25 +107,31 @@
96107
"iconColor": "WHITE",
97108
"hoverIconColor": "WHITE"
98109
},
110+
99111
"EditorPane": {
100112
"background": "BGLighter",
101113
"inactiveBackground": "BGLighter"
102114
},
115+
103116
"DefaultTabs": {
104117
"underlineColor": "PINK",
105118
"inactiveUnderlineColor": "PINK",
106119
"underlineHeight": 1,
107120
"hoverBackground": "BGLight"
108121
},
122+
109123
"EditorTabs": {
110124
"background": "BGDark"
111125
},
126+
112127
"Menu": {
113128
"background": "BGLighter"
114129
},
130+
115131
"Editor": {
116132
"shortcutForeground": "PURPLE"
117133
},
134+
118135
"FileColor": {
119136
"Yellow": "#E7DE7910",
120137
"Green": "#67E48010",
@@ -123,18 +140,21 @@
123140
"Orange": "#E89E6410",
124141
"Rose": "#E9637910"
125142
},
143+
126144
"Link": {
127145
"activeForeground": "PURPLE",
128146
"hoverForeground": "PURPLE",
129147
"pressedForeground": "PURPLE",
130148
"visitedForeground": "COMMENT",
131149
"secondaryForeground": "PINK"
132150
},
151+
133152
"Notification": {
134153
"errorForeground": "RED",
135154
"errorBackground": "BG",
136155
"errorBorderColor": "RED",
137156
"MoreButton.innerBorderColor": "COMMENT",
157+
138158
"ToolWindow": {
139159
"informativeForeground": "FG",
140160
"informativeBackground": "BG",
@@ -147,15 +167,18 @@
147167
"errorBorderColor": "RED"
148168
}
149169
},
170+
150171
"Plugins": {
151172
"SearchField.background": "BGDark",
152173
"hoverBackground": "BGLight",
153174
"tagBackground": "PINK",
154175
"tagForeground": "BG",
155176
"lightSelectionBackground": "BGLight",
177+
156178
"SectionHeader": {
157179
"background": "BGLighter"
158180
},
181+
159182
"Button": {
160183
"installForeground": "GREEN",
161184
"installBorderColor": "GREEN",
@@ -165,12 +188,14 @@
165188
"updateBackground": "PURPLE"
166189
}
167190
},
191+
168192
"Popup": {
169193
"Header": {
170194
"activeBackground": "BGLight",
171195
"inactiveBackground": "BGLight"
172196
}
173197
},
198+
174199
"ProgressBar": {
175200
"trackColor": "BGLighter",
176201
"progressColor": "PINK",
@@ -181,36 +206,48 @@
181206
"passedColor": "GREEN",
182207
"passedEndColor": "GREEN"
183208
},
209+
184210
"DragAndDrop": {
185211
"areaBorderColor": "SELECTION"
186212
},
213+
214+
"WelcomeScreen": {},
215+
216+
"SidePanel": {
217+
"background": "BGDark"
218+
},
219+
187220
"Tree": {
188221
"background": "BGDark",
189222
"modifiedItemForeground": "PURPLE"
190223
},
224+
191225
"ValidationTooltip": {
192226
"errorBackground": "BG",
193227
"errorBorderColor": "RED",
194228
"warningBackground": "BG",
195229
"warningBorderColor": "ORANGE"
196230
},
231+
197232
"VersionControl": {
198-
"HgLog": {
199-
},
200-
"RefLabel": {
201-
},
233+
"HgLog": {},
234+
235+
"RefLabel": {},
236+
202237
"FileHistory": {
203238
"Commit": {
204239
"selectedBranchBackground": "SELECTION"
205240
}
206241
},
242+
207243
"GitLog": {
208244
"headIconColor": "PURPLE",
209245
"localBranchIconColor": "GREEN",
210246
"remoteBranchIconColor": "RED",
211247
"tagIconColor": "CYAN",
212248
"otherIconColor": "PINK"
213249
},
250+
214251
"Log": {
215252
"Commit": {
216253
"hoveredBackground": "SELECTION",
@@ -219,6 +256,7 @@
219256
}
220257
}
221258
},
259+
222260
"icons": {
223261
"ColorPalette": {
224262
"Actions.Grey": "#a0a0a0D0",

0 commit comments

Comments
 (0)