Skip to content

Commit

Permalink
Merge pull request #18 from nagueva/next
Browse files Browse the repository at this point in the history
Design improvement: Header and Footer
  • Loading branch information
nagueva authored Jan 1, 2025
2 parents be584ab + 052c2a3 commit 51ec79a
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cd ${{ github.workspace }}/dist
for dir in */ ; do
cd $dir
echo -e "\n\nVersion: ${{ github.event.release.tag_name }}" >> ./credits.txt
echo -e "\n\n${{ github.event.release.tag_name }}" >> ./credits.txt
zip -r "../${dir%/}.zip" ./
cd ..
done
Expand Down
Binary file added assets/fonts/OpenSansCondensed-Bold.ttf
Binary file not shown.
Binary file added assets/fonts/OpenSansSemiCondensed-Bold.ttf
Binary file not shown.
8 changes: 4 additions & 4 deletions theme/Aura/default/scheme/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ BACKGROUND=342D58
BACKGROUND_ALPHA=255

[font]
FONT_HEADER_PAD_TOP=2
FONT_HEADER_PAD_TOP=1
FONT_HEADER_PAD_BOTTOM=0
FONT_HEADER_ICON_PAD_TOP=0
FONT_HEADER_ICON_PAD_BOTTOM=0
FONT_FOOTER_PAD_TOP=0
FONT_FOOTER_PAD_TOP=1
FONT_FOOTER_PAD_BOTTOM=0
FONT_FOOTER_ICON_PAD_TOP=0
FONT_FOOTER_ICON_PAD_BOTTOM=0
Expand All @@ -25,7 +25,7 @@ FONT_LIST_ICON_PAD_BOTTOM=0
[status]
ALIGN=1
PADDING_LEFT=0
PADDING_RIGHT=68
PADDING_RIGHT=60

[battery]
BATTERY_NORMAL=FFFFFF
Expand Down Expand Up @@ -59,7 +59,7 @@ FOOTER_HEIGHT=40
FOOTER_BACKGROUND=000000
FOOTER_BACKGROUND_ALPHA=100
FOOTER_TEXT=FFFFFF
FOOTER_TEXT_ALPHA=200
FOOTER_TEXT_ALPHA=255

[header]
HEADER_HEIGHT=40
Expand Down
Binary file modified theme/Aura/font/footer/default.bin
Binary file not shown.
Binary file modified theme/Aura/font/header/default.bin
Binary file not shown.
Binary file modified theme/Aura/glyph/footer/menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified theme/Aura/glyph/muxplore/rom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 51ec79a

Please sign in to comment.