-
Notifications
You must be signed in to change notification settings - Fork 77
Add heart box design #99
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -862,6 +862,49 @@ END girl | |||||
# ============================================================================ | ||||||
|
||||||
|
||||||
BOX heart | ||||||
|
||||||
author "Amy Churchwell" | ||||||
designer "Sunny Sempai <https://cutekaomoji.com>" | ||||||
revision "1.0" | ||||||
revdate "April 19, 2022" | ||||||
created "April 19, 2022" | ||||||
tags "simple, box" | ||||||
|
||||||
sample | ||||||
┌────────────── ∘°∘♡∘°∘ ──────────────┐ | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please indent the sample by exactly 4 spaces. |
||||||
|
||||||
|
||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you add some sample box content here, like in your PR description? |
||||||
|
||||||
└────────────── °∘∘♡∘∘° ──────────────┘ | ||||||
ends | ||||||
|
||||||
shapes { | ||||||
nw ("┌─") | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please make this narrower, without the horizontal line, which will be added by the NNW shape. |
||||||
nnw ("─") | ||||||
n (" ", "∘°∘♡∘°∘", " ") | ||||||
nne ("─") | ||||||
ne ("─┐") | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please make this narrower, without the horizontal line, which will be added by the NNE shape. |
||||||
sw ("└─") | ||||||
ssw ("─") | ||||||
s (" ", "∘°∘♡∘°∘", " ") | ||||||
sse ("─") | ||||||
se ("─┘") | ||||||
} | ||||||
|
||||||
elastic (nnw,nne,ssw,sse) | ||||||
|
||||||
padding { | ||||||
vertical 3 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
A little less padding seems right, wdyt? |
||||||
horiz 3 | ||||||
} | ||||||
|
||||||
END heart | ||||||
|
||||||
|
||||||
# ============================================================================ | ||||||
|
||||||
|
||||||
BOX xes | ||||||
|
||||||
author "Thomas Jensen" | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think
unicode
is the only fitting tag in this case. Also, thetag
syntax has slightly changed since last time. 🙂