Skip to content

Commit

Permalink
More readme and better asset names
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl committed Oct 7, 2020
1 parent fe87077 commit b61fe65
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
needs: create-release
strategy:
matrix:
color: ['{"name":"Indigo (Default)","selection_color":"#3f51b5","accent_color":"#7986cb","suggestion_color":"#673ab7"}']
color: ['{"name":"Indigo-default","selection_color":"#3f51b5","accent_color":"#7986cb","suggestion_color":"#673ab7"}']
steps:
- run: git clone https://gitlab.com/tista500/plata-theme.git .
- name: Prepare system
Expand Down Expand Up @@ -81,5 +81,5 @@ jobs:
with:
upload_url: ${{ steps.upload_url.outputs.url }}
asset_path: build/share/themes/release.zip
asset_name: ${{ steps.upload_url.outputs.name }}
asset_name: ${{ steps.upload_url.outputs.name }}.zip
asset_content_type: application/zip
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@
Heard about [Plata theme](https://gitlab.com/tista500/plata-theme) for as linux ui theme? Here are the colored-variants of it.


This repository is building the releases of the original plata-theme with different color variants. Those can be downloaded in the releases.
This repository is building the releases of the original plata-theme with different color variants. Those can be downloaded from the release assets.


# Install

To install the themes copy the content of the zip archive into `/usr/share/themes` and the themes will picked up by your system.

For the installation instructions of the extra themes (Telegram,...) take a look at tistas500's [Readme](https://gitlab.com/tista500/plata-theme#extra-compositor-support).

0 comments on commit b61fe65

Please sign in to comment.