12 lines
120 B
Bash
Executable File
12 lines
120 B
Bash
Executable File
#!/bin/dash
|
|
|
|
# colors
|
|
|
|
black=#1E1D2D
|
|
green=#ABE9B3
|
|
white=#D9E0EE
|
|
grey=#282737
|
|
blue=#96CDFB
|
|
red=#F28FAD
|
|
darkblue=#83bae8
|