-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes.js
41 lines (40 loc) · 957 Bytes
/
notes.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
//CANVAS - CHILDREN: if you want to have a transparent screen on top of canvas for text, alternatively you can make canvas transparent, and keep this text container as the "background" canvas as a PARENT to canvas
// const textContainer = blessed.box({
// parent: canvas,
// top: 0,
// left: 0,
// height: '98%-1',
// width: '99%',
// keys: true,
// mouse: true,
// // transparent: true,
// alwaysScroll: true,
// scrollable: true,
// scrollbar: {
// ch: 'o',
// bg: 183
// },
// style: {
// fg: 57,
// bg: 255,
// transparent: true
// }
// })
// colors:
// onyx/black: #393B42
// grey/lavender: #A7B3CA
// our white/light grey: 231
// richer red: 160
// coral reef: 210
// orangina: 216
// mellowApricot: #FFC476
// goldenRodYellow: 227
// smintyMint: 194
// forestedMint: 115
// cyan
// cloudsBlue: 117
// turquoise: light cyan
// violetBlue: 57
// lovender: 183
// madMagenta: magenta
// light grey: 255