csol/themes/ascii
2020-02-09 16:37:37 +01:00

38 lines
494 B
Text

theme {
name ascii
title "ASCII characters only"
heart H
spade S
diamond D
club C
width 6
height 4
empty {
top ******
middle * *
bottom ******
fg white
bg black
}
back {
top +----+
middle | |
bottom +----+
fg white
bg blue
}
red {
top +----+
middle | |
bottom +----+
fg red
bg white
}
black {
top +----+
middle | |
bottom +----+
fg black
bg white
}
}