12 lines
135 B
Bash
Executable file
12 lines
135 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# colors
|
|
|
|
black=#060606
|
|
green=#114d1b
|
|
white=#DBDBDB
|
|
grey=#3e4045
|
|
blue=#11144d
|
|
red=#4D1111
|
|
lightred=#BD2D2D
|
|
darkblue=#0a0a2e
|