Skip to content

Commit abedc28

Browse files
committed
refactor: rename project to catppuccin-palette
1 parent e1a46a9 commit abedc28

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
<a href="https://github.com/catppuccin/java/stargazers"><img src="https://img.shields.io/github/stars/catppuccin/java?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
1010
<a href="https://github.com/catppuccin/java/issues"><img src="https://img.shields.io/github/issues/catppuccin/java?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
1111
<a href="https://github.com/catppuccin/java/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/java?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
12-
<a href="https://mvnrepository.com/artifact/com.catppuccin/java"><img src="https://img.shields.io/maven-central/v/com.catppuccin/java?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
12+
<a href="https://mvnrepository.com/artifact/com.catppuccin/catppuccin-palette"><img src="https://img.shields.io/maven-central/v/com.catppuccin/catppuccin-palette?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
1313
</p>
1414

1515
## Installation
1616

1717
Latest
18-
Version: <a href="https://mvnrepository.com/artifact/com.catppuccin/java"><img src="https://img.shields.io/maven-central/v/com.catppuccin/java?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
18+
Version: <a href="https://mvnrepository.com/artifact/com.catppuccin/catppuccin-palette"><img src="https://img.shields.io/maven-central/v/com.catppuccin/catppuccin-palette?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
1919

2020
Be sure to replace the **VERSION** key below with the version shown above!
2121

2222
### Maven
2323

2424
```xml
25-
<!-- https://mvnrepository.com/artifact/com.catppuccin/java -->
25+
<!-- https://mvnrepository.com/artifact/com.catppuccin/catppuccin-palette -->
2626

2727
<dependency>
2828
<groupId>com.catppuccin</groupId>
29-
<artifactId>java</artifactId>
29+
<artifactId>catppuccin-palette</artifactId>
3030
<version>VERSION</version>
3131
</dependency>
3232
```
@@ -39,8 +39,8 @@ repositories {
3939
}
4040
4141
dependencies {
42-
// https://mvnrepository.com/artifact/com.catppuccin/java
43-
implementation group: 'com.catppuccin', name: 'java', version: 'VERSION'
42+
// https://mvnrepository.com/artifact/com.catppuccin/catppuccin-palette
43+
implementation group: 'com.catppuccin', name: 'catppuccin-palette', version: 'VERSION'
4444
}
4545
```
4646

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.catppuccin</groupId>
8-
<artifactId>java</artifactId>
8+
<artifactId>catppuccin-palette</artifactId>
99
<version>1.0.0</version>
1010
<packaging>${packaging}</packaging>
1111

@@ -16,7 +16,7 @@
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
</properties>
1818

19-
<name>java</name>
19+
<name>catppuccin-palette</name>
2020
<description>Soothing pastel theme for Catppuccin</description>
2121
<url>https://github.com/catppuccin/java</url>
2222

0 commit comments

Comments
 (0)