Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: use whiskers #33

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
209 changes: 0 additions & 209 deletions build/colors/colors.go

This file was deleted.

3 changes: 0 additions & 3 deletions go.mod

This file was deleted.

8 changes: 8 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
_default:
@just --list

build:
whiskers templates/android.tera
whiskers templates/desktop.tera
whiskers templates/ios.tera
whiskers templates/macos.tera
27 changes: 0 additions & 27 deletions main.go

This file was deleted.

10 changes: 5 additions & 5 deletions src/frappe/android
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Catppuccin Frappe
name: Catppuccin Frappé
shortname: ctp_frappe
dark: true
actionBarActionModeDefault: #303446
Expand All @@ -14,8 +14,8 @@ actionBarDefaultArchivedSelector: #949cbb
actionBarDefaultArchivedTitle: #c6d0f5
actionBarDefaultIcon: #a5adce
actionBarDefaultSearch: #a5adce
actionBarDefaultSearchArchivedPlaceholder: #23263488
actionBarDefaultSearchPlaceholder: #23263488
actionBarDefaultSearchArchivedPlaceholder: #23263480
actionBarDefaultSearchPlaceholder: #23263480
actionBarDefaultSelector: #949cbb
actionBarDefaultSubmenuBackground: #303446
actionBarDefaultSubmenuItem: #c6d0f5
Expand Down Expand Up @@ -116,7 +116,7 @@ chat_goDownButtonCounter: #303446
chat_goDownButtonCounterBackground: #a6d189
chat_goDownButtonIcon: #a5adce
chat_goDownButtonShadow: #000000
chat_inAudioCacheSeekbar: #3034463F
chat_inAudioCacheSeekbar: #30344640
chat_inAudioDurationSelectedText: #c6d0f5
chat_inAudioDurationText: #a5adce
chat_inAudioPerfomerSelectedText: #c6d0f5
Expand Down Expand Up @@ -218,7 +218,7 @@ chat_messagePanelVoiceShadow: #0000000D
chat_messageTextIn: #c6d0f5
chat_messageTextOut: #c6d0f5
chat_muteIcon: #737994
chat_outAudioCacheSeekbar: #3034463F
chat_outAudioCacheSeekbar: #30344640
chat_outAudioDurationSelectedText: #c6d0f5
chat_outAudioDurationText: #a5adce
chat_outAudioPerfomerSelectedText: #c6d0f5
Expand Down
2 changes: 1 addition & 1 deletion src/frappe/desktop
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Catppuccin Frappe
name: Catppuccin Frappé
shortname: ctp_frappe
dark: true
wallpaper: t.me/bg/psvRMp-j_VACAAAA6D6zUK3aWhs // link to cloud wallpaper
Expand Down
Loading