mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2025-02-26 14:19:52 -05:00
12 lines
120 B
Bash
Executable File
12 lines
120 B
Bash
Executable File
#!/bin/dash
|
|
|
|
# colors
|
|
|
|
black=#21222c
|
|
green=#50fa7b
|
|
white=#f8f8f2
|
|
grey=#282a36
|
|
blue=#d6acff
|
|
red=#ff5555
|
|
darkblue=#bd93f9
|