12 lines
120 B
Bash
Executable File
12 lines
120 B
Bash
Executable File
#!/bin/dash
|
|
|
|
# colors
|
|
|
|
black=#282828
|
|
green=#98971a
|
|
white=#a89984
|
|
grey=#2b2e2f
|
|
blue=#6f8faf
|
|
red=#cc241d
|
|
darkblue=#458588
|