mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2025-02-14 08:23:25 -05:00
12 lines
120 B
Bash
Executable File
12 lines
120 B
Bash
Executable File
#!/bin/dash
|
|
|
|
# colors
|
|
|
|
black=#181f21
|
|
green=#8ccf7e
|
|
white=#dadada
|
|
grey=#22292b
|
|
blue=#6da4cd
|
|
red=#ef7d7d
|
|
darkblue=#578eb7
|