Skip to content

Commit

Permalink
Merge branch 'release/v0.1.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mayconsgs committed Mar 20, 2021
2 parents 4b7c6af + 698e84b commit ae105ab
Show file tree
Hide file tree
Showing 10 changed files with 77 additions and 81 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

# Omni Theme Changelog

## v0.1.0
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1] - 2021-03-20

### Added

Expand Down
22 changes: 12 additions & 10 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
### [JetBrains](https://www.jetbrains.com)

#### Install using Git

If you are a git user, you can install the theme by cloning the repo:

$ git clone https://github.com/getomni/template.git

#### Install manually

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

#### Activating theme

1. Step 1
2. Step 2
3. Step 3
1. Open your IntelliJ IDEA or based IDE in IntelliJ
2. Go to **Settings** > **Plugins**
3. On the plugins screen, go to install manually
![Intall Manually](./images/install.png)

4. Chose yor .zip download file.
![Choose Plugin File](./images/chose.png)

5. Apply Theme.
![Apply Theme](./images/apply.png)
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,18 @@
<a href="#license">License</a>
</p>

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

## Install

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

## Team

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

<!-- Plugin description end -->

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

[MIT License](./LICENSE.md)

<!-- Plugin description end -->
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup=com.github.mayconsgs.jetbrains
pluginName=Omni Theme
pluginVersion=0.1.0
pluginVersion=0.1.1
pluginSinceBuild=202
pluginUntilBuild=203.*
pluginVerifierIdeVersions=2020.2.4, 2020.3.2, 2021.1
Expand Down
Binary file added images/apply.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/chose.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<id>com.github.getomni.jetbrains</id>
<name>Omni Theme</name>
<vendor url="https://github.com/getomni" email="maycon.s.santos44@gmail.com">Omni Theme</vendor>

<depends>com.intellij.modules.platform</depends>

<extensions defaultExtensionNs="com.intellij">
Expand Down
70 changes: 8 additions & 62 deletions src/main/resources/META-INF/pluginIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 42 additions & 4 deletions src/main/resources/Omni.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"dark": true,
"author": "Mayconsgs",
"editorScheme": "/Omni.xml",

"colors": {
"BG": "#191622",
"FG": "#E1E1E6",
Expand All @@ -24,6 +25,7 @@
"BGDark": "#13111B",
"BGDarker": "#15121E"
},

"ui": {
"*": {
"background": "BG",
Expand All @@ -48,19 +50,23 @@
"separatorColor": "BGDarker",
"lineSeparatorColor": "BGDarker"
},

"ToolBar": {
"background": "BGLighter"
},

"ActionButton": {
"hoverBackground": "SELECTION",
"pressedBackground": "SELECTION"
},

"Button": {
"background": "#00000000",
"startBackground": "BGLighter",
"endBackground": "BGLighter",
"startBorderColor": "PURPLE",
"endBorderColor": "PURPLE",

"default": {
"foreground": "FG",
"startBackground": "PURPLE",
Expand All @@ -70,24 +76,29 @@
"focusedBorderColor": "COMMENT"
}
},

"Borders": {
"color": "COMMENT",
"ContrastBorderColor": "BGLight"
},

"ComboBox": {
"nonEditableBackground": "BGLight",
"modifiedItemForeground": "PURPLE",

"ArrowButton": {
"iconColor": "WHITE",
"disabledIconColor": "COMMENT",
"nonEditableBackground": "BGLight"
}
},

"CompletionPopup": {
"matchForeground": "PURPLE",
"selectionInactiveBackground": "SELECTION",
"selectionBackground": "SELECTION"
},

"Component": {
"errorFocusColor": "RED",
"inactiveErrorFocusColor": "RED",
Expand All @@ -96,25 +107,31 @@
"iconColor": "WHITE",
"hoverIconColor": "WHITE"
},

"EditorPane": {
"background": "BGLighter",
"inactiveBackground": "BGLighter"
},

"DefaultTabs": {
"underlineColor": "PINK",
"inactiveUnderlineColor": "PINK",
"underlineHeight": 1,
"hoverBackground": "BGLight"
},

"EditorTabs": {
"background": "BGDark"
},

"Menu": {
"background": "BGLighter"
},

"Editor": {
"shortcutForeground": "PURPLE"
},

"FileColor": {
"Yellow": "#E7DE7910",
"Green": "#67E48010",
Expand All @@ -123,18 +140,21 @@
"Orange": "#E89E6410",
"Rose": "#E9637910"
},

"Link": {
"activeForeground": "PURPLE",
"hoverForeground": "PURPLE",
"pressedForeground": "PURPLE",
"visitedForeground": "COMMENT",
"secondaryForeground": "PINK"
},

"Notification": {
"errorForeground": "RED",
"errorBackground": "BG",
"errorBorderColor": "RED",
"MoreButton.innerBorderColor": "COMMENT",

"ToolWindow": {
"informativeForeground": "FG",
"informativeBackground": "BG",
Expand All @@ -147,15 +167,18 @@
"errorBorderColor": "RED"
}
},

"Plugins": {
"SearchField.background": "BGDark",
"hoverBackground": "BGLight",
"tagBackground": "PINK",
"tagForeground": "BG",
"lightSelectionBackground": "BGLight",

"SectionHeader": {
"background": "BGLighter"
},

"Button": {
"installForeground": "GREEN",
"installBorderColor": "GREEN",
Expand All @@ -165,12 +188,14 @@
"updateBackground": "PURPLE"
}
},

"Popup": {
"Header": {
"activeBackground": "BGLight",
"inactiveBackground": "BGLight"
}
},

"ProgressBar": {
"trackColor": "BGLighter",
"progressColor": "PINK",
Expand All @@ -181,36 +206,48 @@
"passedColor": "GREEN",
"passedEndColor": "GREEN"
},

"DragAndDrop": {
"areaBorderColor": "SELECTION"
},

"WelcomeScreen": {},

"SidePanel": {
"background": "BGDark"
},

"Tree": {
"background": "BGDark",
"modifiedItemForeground": "PURPLE"
},

"ValidationTooltip": {
"errorBackground": "BG",
"errorBorderColor": "RED",
"warningBackground": "BG",
"warningBorderColor": "ORANGE"
},

"VersionControl": {
"HgLog": {
},
"RefLabel": {
},
"HgLog": {},

"RefLabel": {},

"FileHistory": {
"Commit": {
"selectedBranchBackground": "SELECTION"
}
},

"GitLog": {
"headIconColor": "PURPLE",
"localBranchIconColor": "GREEN",
"remoteBranchIconColor": "RED",
"tagIconColor": "CYAN",
"otherIconColor": "PINK"
},

"Log": {
"Commit": {
"hoveredBackground": "SELECTION",
Expand All @@ -219,6 +256,7 @@
}
}
},

"icons": {
"ColorPalette": {
"Actions.Grey": "#a0a0a0D0",
Expand Down

0 comments on commit ae105ab

Please sign in to comment.