11 lines
131 B
Bash
Executable file
11 lines
131 B
Bash
Executable file
#!/bin/sh
|
|
# colors
|
|
|
|
black=#1D1F21
|
|
red=#a54242
|
|
green=#8c9440
|
|
yellow=#de935f
|
|
blue=#5f819d
|
|
magenta=#85678f
|
|
cyan=#5e8d87
|
|
white=#707880
|