Skip to content

Commit

Permalink
basic theme
Browse files Browse the repository at this point in the history
  • Loading branch information
kropp committed Mar 14, 2019
1 parent 010c72b commit efc6c98
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
21 changes: 21 additions & 0 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<idea-plugin>
<id>com.github.kropp.intellij.theme.ubuntu</id>
<name>Ubuntu Theme</name>
<version>0.0.1</version>
<vendor email="victor.kropp@gmail.com" url="https://victor.kropp.name/">Victor Kropp</vendor>

<description><![CDATA[
IntelliJ Theme in Ubuntu Yaru colors.
]]></description>

<change-notes><![CDATA[
Initial release.
]]>
</change-notes>

<idea-version since-build="191.0"/>

<extensions defaultExtensionNs="com.intellij">
<themeProvider id="6aab2d2f-f020-451d-bf1e-5c49bd587442" path="/Ubuntu_Theme.theme.json"/>
</extensions>
</idea-plugin>
52 changes: 52 additions & 0 deletions resources/Ubuntu_Theme.theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"name": "Ubuntu Theme",
"dark": true,
"author": "Victor Kropp",
"editorScheme": "/Ubuntu_Theme.xml",
"ui": {
"*": {
"background": "#2b2929",
"foreground": "#ffffff",
"selectionBackground": "#e95420",
"selectionForeground": "#fdfdfd"
},
"Panel": {
"background": "#2b2929",
"foreground": "#ffffff"
},
"StatusBar.borderColor": "#2b2929",
"ToolWindow": {
"Header": {
"background": "#2b2929",
"inactiveBackground": "#2b2929",
"borderColor":"#343333"
}
},

"FileColor": {
"Blue": "#19b6ee",
"Green": "#3eb34f",
"Orange": "#e95420",
"Rose": "#ed3146",
"Violet": "#762572",
"Yellow": "#f89b0f"
}
},

"icons": {
"ColorPalette": {
"Objects.Blue": "#19b6ee",
"Objects.GreenAndroid": "#3eb34f",
"Objects.YellowDark": "#e95420",
"Objects.Red": "#ed3146",
"Objects.Purple": "#762572",
"Objects.Yellow": "#f89b0f",

"Actions.Blue": "#19b6ee",
"Actions.Green": "#3eb34f",
"Actions.Orange": "#e95420",
"Actions.Red": "#ed3146",
"Actions.Yellow": "#f89b0f"
}
}
}
2 changes: 2 additions & 0 deletions resources/Ubuntu_Theme.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<scheme name="Ubuntu Theme" version="142" parent_scheme="Darcula">
</scheme>

0 comments on commit efc6c98

Please sign in to comment.