12 lines
118 B
Bash
12 lines
118 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# colors
|
||
|
|
||
|
black=#060606
|
||
|
green=#7eca9c
|
||
|
white=#DBDBDB
|
||
|
grey=#9C8B8C
|
||
|
blue=#7aa2f7
|
||
|
red=#8B4444
|
||
|
darkblue=#668ee3
|