13 lines
135 B
Bash
13 lines
135 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# colors
|
||
|
|
||
|
black=#060606
|
||
|
green=#7eca9c
|
||
|
white=#DBDBDB
|
||
|
grey=#9C8B8C
|
||
|
blue=#7aa2f7
|
||
|
red=#4D1111
|
||
|
lightred=#BD2D2D
|
||
|
darkblue=#668ee3
|