12 lines
171 B
Bash
12 lines
171 B
Bash
#Colors for status bar, allows for various theme Colors
|
|
|
|
## Default Colors
|
|
|
|
black="#000000"
|
|
white="#ffffff"
|
|
grey="#555555"
|
|
green="#00ff00"
|
|
yellow="#ffff00"
|
|
red="#ff0000"
|
|
|