Skip to content

Commit

Permalink
chore: bump project
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmaialva33 committed Jul 24, 2022
1 parent 27b4566 commit cf5f53b
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 300 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<extensions defaultExtensionNs="com.intellij">
<applicationService serviceImplementation="com.github.gabrielmaialva33.jetbrains.services.MyApplicationService"/>
<projectService serviceImplementation="com.github.gabrielmaialva33.jetbrains.services.MyProjectService"/>
<themeProvider id="58dcc886-cce7-4764-a4c6-349a47006b8b" path="/OmniOwl.theme.json"/>
<themeProvider id="c05a6f01-e36b-4ddc-bbc2-1fa67f74cedf" path="/OmniOwl.theme.json"/>
</extensions>

<applicationListeners>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/OmniOwl.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
},
"CompletionPopup": {
"matchForeground": "PURPLE",
"selectionInactiveBackground": "SELECTION",
"selectionBackground": "SELECTION"
"selectionInactiveBackground": "BG",
"selectionBackground": "BG"
},
"Component": {
"errorFocusColor": "RED",
Expand Down
Loading

0 comments on commit cf5f53b

Please sign in to comment.