https://github.com/nukusaba/catppuccin-urn
Themes for the Urn-Gtk speedrun timer using the Catppuccin color pallete.
https://github.com/nukusaba/catppuccin-urn
catppuccin catppuccin-theme css-theming gtk-css gtk3 speedrunning
Last synced: 2 months ago
JSON representation
Themes for the Urn-Gtk speedrun timer using the Catppuccin color pallete.
- Host: GitHub
- URL: https://github.com/nukusaba/catppuccin-urn
- Owner: nukusaba
- License: gpl-3.0
- Created: 2025-02-05T17:13:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-21T10:40:49.000Z (over 1 year ago)
- Last Synced: 2025-07-02T13:57:45.010Z (12 months ago)
- Topics: catppuccin, catppuccin-theme, css-theming, gtk-css, gtk3, speedrunning
- Language: CSS
- Homepage:
- Size: 140 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Catppuccin Urn
[Catppuccin](https://github.com/catppuccin) Line of themes for [Urn.](https://github.com/paoloose/urn)
| Mocha | Macchiato | Frappé | Latte |
|---------|---------|---------|---------|
|  |  |  |  |
---
## Installation
For a GUI installation you can use [urn-settings](https://github.com/mellowawa/urn-settings)
- **Clone Git repo**
```
git clone https://gitlab.com/AsahiNyan/Catppuccin-Urn-Gtk
cd Catppuccin-Urn-Gtk
```
- **Make install script executable**
```
chmod +x install.sh
```
- **Clean Urn default CSS**
cleaning the CSS means to remove all contents from the default `urn-gtk.css` theme in Urn's source code and recompile the app. The step is **Mandatory** for the themes to display properly.
You can either do this manually or by using the `--clean-css` argument with the install script.
```
./install.sh --clean-css
```
- **Install theme/s (`-h` for help)**
```
./install.sh --[variant/all]
```
## -wr?
Each theme has a normal variant and a WR variant. The WR variants only diffrence is that it will display the WR element if its specified in the split file, however if this is not specified using a WR variant will lead to potentionally having a undesired look. If you use the normal variant with a theme that has the WR element specified it will simply not display and behave as usual.
---
### Note
This is **NOT** a official Catppuccin theme, and is simply a thing i enjoyed making.