Skip to content

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
43 changes: 43 additions & 0 deletions boxes-config
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
tags "simple, box"
tags ("unicode")

I think unicode is the only fitting tag in this case. Also, the tag syntax has slightly changed since last time. 🙂


sample
┌────────────── ∘°∘♡∘°∘ ──────────────┐
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please indent the sample by exactly 4 spaces.



Copy link
Member

Choose a reason for hiding this comment

The 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 ("┌─")
Copy link
Member

Choose a reason for hiding this comment

The 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 ("─┐")
Copy link
Member

Choose a reason for hiding this comment

The 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
vertical 3
vertical 1

A little less padding seems right, wdyt?

horiz 3
}

END heart


# ============================================================================


BOX xes

author "Thomas Jensen"
Expand Down