Skip to content

Commit b11f0e8

Browse files
authored
feat: add light global theme, remove assets from repo (#102)
* feat: add light global theme This doesn't change any defaults, it will still be dark and more intended for completion as there was just this light counterpart missing. * chore: delete assets present in branding get-aurora-dev/branding@34a702e * chore: necessary buildsystem changes * docs: mention branding repo * chore: keep up with upstream changes adds the Plasma made by KDE in the bottom right corner
1 parent 5df2512 commit b11f0e8

35 files changed

Lines changed: 87 additions & 21 deletions

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
30+
with:
31+
submodules: recursive
3032

3133
- name: Generate tags
3234
id: generate-tags

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "branding"]
2+
path = branding
3+
url = https://github.com/get-aurora-dev/branding.git

Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,5 @@ FROM scratch AS ctx
7070
COPY --from=ghcr.io/projectbluefin/common:latest /system_files/shared /system_files/shared
7171
COPY --from=builder /out/wallpapers /wallpapers
7272
COPY --from=builder /out/logos /logos
73+
COPY /branding/system_files /system_files/shared
7374
COPY /system_files /system_files

Justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ just := just_executable()
44

55
# Build the aurora-common container locally
66
build:
7+
git submodule update --init --recursive
8+
git submodule update --remote
79
podman build -t localhost/aurora-common:latest -f ./Containerfile .
810

911
# Check the syntax of all Justfiles in the repository

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Shared OCI layer containing configuration files for Aurora and Aurora-DX variant
44

55
## Repository Structure
66

7-
This layer builds on top of `ghcr.io/projectbluefin/common` and includes:
7+
This layer builds on top of `ghcr.io/projectbluefin/common` and `https://github.com/get-aurora-dev/branding` which includes:
88

99
- `system_files/shared/` - Configuration shared between Aurora and Aurora-DX
1010
- `system_files/dx/` - Aurora-DX specific configuration
1111
- `wallpapers/` - Aurora wallpapers from [artwork repo](https://github.com/ublue-os/artwork)
1212
- `flatpaks/` - Flatpak definitions used for including flatpaks for the ISOs and `ujust install-system-flatpaks`
13-
- `logos/` - Aurora branding assets
13+
- `logos/` - Aurora Logos used in SDDM/Plasma Kickoff etc.
1414

1515
## Usage in Downstream Projects
1616

branding

Submodule branding added at 34a702e
-109 KB
Binary file not shown.
-136 KB
Binary file not shown.
-126 KB
Binary file not shown.
-117 KB
Binary file not shown.

0 commit comments

Comments
 (0)