blob: 9cba828983fba98f3b8361f562cd469bd2646f3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Let's assume you've put your theme-related files inside a directory name `resources` that has the following layout:
....
resources
├── fonts
│ ├── roboto-bold_italic.ttf
│ ├── roboto-bold.ttf
│ ├── roboto-italic.ttf
│ └── roboto-normal.ttf
└── themes
└── basic-theme.yml
....
Let's make a box.
....
┌─┐
└─┘
....
|