scolte/view/example.tui.dtsod
2023-05-24 08:01:26 +06:00

33 lines
478 B
Plaintext

parser_version: 1;
namespace: "example";
$ui: {
name: "textblock",
type: "TextBlock",
min_width: 4,
max_width: 4,
width_scaling: 0,
height_scaling: 0,
bg_color: "black",
fg_color: "white",
border: {
top: "hidden",
bottom: "no",
left: "thick",
right: "double",
fg_color: "dark_cyan",
bg_color: "gray";
},
text: "UwU",
};
$ui: {
name: "Grid",
type: "Grid",
content: [
# column
[ "example_textblock" ], # row
[ "example_textblock" ], # row
];
};