mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-12 09:51:10 +01:00
50 lines
992 B
INI
50 lines
992 B
INI
# This config contains UTF-8-encoded elements used correctly, and a simple colored box design.
|
||
|
||
BOX designA
|
||
|
||
author "沐宸" # in a value
|
||
|
||
designer "John Doe"
|
||
|
||
𝕂𝕖𝕪𝕨𝕠𝕣𝕕 "value" # in a keyword
|
||
Mix𝕖𝕕 "value"
|
||
|
||
sample
|
||
┏━ [38;5;154m沐[0m[38;5;184m宸[0m[38;5;184m [0m[38;5;184m若[0m[38;5;214m汐[0m ━┓
|
||
┃ ⧹
|
||
┃ ╱
|
||
┗━━━━━━━━━━━━━┛
|
||
ends
|
||
|
||
# Monochrome sample (with UTF-8):
|
||
# ┏━ 沐宸 若汐 ━┓
|
||
# ┃ ⧹
|
||
# ┃ ╱
|
||
# ┗━━━━━━━━━━━━━┛
|
||
|
||
shapes {
|
||
n (" [38;5;154m沐[0m[38;5;184m宸[0m[38;5;184m [0m[38;5;184m若[0m[38;5;214m汐[0m ")
|
||
nw ("┏")
|
||
nnw ("━")
|
||
nne ("━")
|
||
ne ("┓")
|
||
e ("┃")
|
||
w ("⧹", "╱")
|
||
se ("┗")
|
||
s ("━")
|
||
sw ("┛")
|
||
}
|
||
|
||
elastic (
|
||
nnw, nne, e, w, s
|
||
)
|
||
|
||
padding {
|
||
horiz 1
|
||
}
|
||
|
||
replace "ä" with "ö"
|
||
reverse "ö" to "ä"
|
||
|
||
END designA
|