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