Skip to content

Commit

Permalink
build: use whiskers (#29)
Browse files Browse the repository at this point in the history
* build: use whiskers

* fix: add trailing newlines

* fix: the return of the "custom fork changes"

* fix: latte diff
  • Loading branch information
uncenter authored Jun 6, 2024
1 parent 5462931 commit 356b12e
Show file tree
Hide file tree
Showing 6 changed files with 1,874 additions and 0 deletions.
5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
_default:
@just --list

build:
whiskers youtubemusic.tera
8 changes: 8 additions & 0 deletions src/frappe.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ html:not(.style-scope)
--ctp-blue: #8caaee;
--ctp-lavender: #babbf1;
--ctp-text: #c6d0f5;
--ctp-subtext1: #b5bfe2;
--ctp-subtext0: #a5adce;
--ctp-overlay2: #949cbb;
--ctp-overlay1: #838ba7;
--ctp-overlay0: #737994;
--ctp-surface2: #626880;
--ctp-surface1: #51576d;
--ctp-surface0: #414559;
--ctp-base: #303446;
--ctp-mantle: #292c3c;
--ctp-crust: #232634;
Expand Down
8 changes: 8 additions & 0 deletions src/latte.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ html:not(.style-scope)
--ctp-blue: #1e66f5;
--ctp-lavender: #7287fd;
--ctp-text: #4c4f69;
--ctp-subtext1: #5c5f77;
--ctp-subtext0: #6c6f85;
--ctp-overlay2: #7c7f93;
--ctp-overlay1: #8c8fa1;
--ctp-overlay0: #9ca0b0;
--ctp-surface2: #acb0be;
--ctp-surface1: #bcc0cc;
--ctp-surface0: #ccd0da;
--ctp-base: #eff1f5;
--ctp-mantle: #e6e9ef;
--ctp-crust: #dce0e8;
Expand Down
8 changes: 8 additions & 0 deletions src/macchiato.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ html:not(.style-scope)
--ctp-blue: #8aadf4;
--ctp-lavender: #b7bdf8;
--ctp-text: #cad3f5;
--ctp-subtext1: #b8c0e0;
--ctp-subtext0: #a5adcb;
--ctp-overlay2: #939ab7;
--ctp-overlay1: #8087a2;
--ctp-overlay0: #6e738d;
--ctp-surface2: #5b6078;
--ctp-surface1: #494d64;
--ctp-surface0: #363a4f;
--ctp-base: #24273a;
--ctp-mantle: #1e2030;
--ctp-crust: #181926;
Expand Down
8 changes: 8 additions & 0 deletions src/mocha.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ html:not(.style-scope)
--ctp-blue: #89b4fa;
--ctp-lavender: #b4befe;
--ctp-text: #cdd6f4;
--ctp-subtext1: #bac2de;
--ctp-subtext0: #a6adc8;
--ctp-overlay2: #9399b2;
--ctp-overlay1: #7f849c;
--ctp-overlay0: #6c7086;
--ctp-surface2: #585b70;
--ctp-surface1: #45475a;
--ctp-surface0: #313244;
--ctp-base: #1e1e2e;
--ctp-mantle: #181825;
--ctp-crust: #11111b;
Expand Down
Loading

0 comments on commit 356b12e

Please sign in to comment.