12 lines
132 B
Bash
Executable file
12 lines
132 B
Bash
Executable file
#!/bin/sh
|
|
# colors
|
|
|
|
black=#1a1e21
|
|
red=#ff6c6b
|
|
green=#50fa7b
|
|
yellow=#f1fa8c
|
|
blue=#bd93f9
|
|
magenta=#ff6c6b
|
|
cyan=#8be9fd
|
|
white=#f8f8f2
|
|
|