Skip to content

Commit 5760de4

Browse files
committed
Rename plugin to CodelyTV Theme
1 parent f7250bc commit 5760de4

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
## 🚀 Build the Theme
1717

1818
1. Run the command `make` in the root of the project
19-
2. You'll have the theme located in `./build/libs`
19+
2. You'll have the theme located in `./build/distributions`
2020

2121

2222
## 🌅 Screenshots

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ plugins {
33
id 'org.jetbrains.intellij' version '0.4.8'
44
}
55

6-
group 'com.rgomezcasas'
7-
version '0.0.2'
6+
group 'tv.codely'
7+
version '1.0.0'
88

99
sourceCompatibility = 1.8
1010

@@ -24,7 +24,7 @@ intellij {
2424
patchPluginXml {
2525
changeNotes """
2626
<ul>
27-
<li>0.0.1 First version.</li>
27+
<li>1.0.0 First version.</li>
2828
</ul>
2929
"""
3030
}

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
rootProject.name = 'gruvbox-ui'
1+
rootProject.name = 'codelytv-theme'
22

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<idea-plugin>
2-
<id>com.rgomezcasas.gruvbox-ui</id>
3-
<name>Gruvbox UI</name>
4-
<version>0.0.2</version>
5-
<vendor email="[email protected]" url="https://github.com/rgomezcasas">Rafa Gómez</vendor>
2+
<id>tv.codely.codelytv-theme</id>
3+
<name>CodelyTV Theme</name>
4+
<version>1.0.0</version>
5+
<vendor email="[email protected]" url="https://codely.tv">CodelyTV</vendor>
66

77
<description><![CDATA[
8-
Gruvbox UI theme.
8+
CodelyTV Theme.
99
10-
Designed as a bright theme with pastel 'retro groove' colors and light/dark mode switching in the way of solarized. The main focus when developing gruvbox is to keep colors easily distinguishable, contrast enough and still pleasant for the eyes.
10+
A modern, good-looking, productivity-increaser theme for all JetBrains IDEs
1111
]]></description>
1212

1313
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
@@ -17,7 +17,7 @@
1717

1818
<extensions defaultExtensionNs="com.intellij">
1919
<!-- Add your extensions here -->
20-
<themeProvider id="21e54412-e514-4787-83b8-7f63ccc90eb1" path="/gruvbox_ui.theme.json"/>
20+
<themeProvider id="21e54412-e514-4787-83b8-7f63ccc90eb1" path="/codelytv_gruvbox.theme.json"/>
2121
</extensions>
2222

2323
<actions>

src/main/resources/gruvbox_ui.theme.json renamed to src/main/resources/codelytv_gruvbox.theme.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "gruvbox-ui",
2+
"name": "CodelyTV - Gruvbox",
33
"dark": true,
4-
"author": "Rafa Gómez",
4+
"author": "CodelyTV",
55
"ui": {
66
"*": {
77
"background": "#282828",

0 commit comments

Comments
 (0)