mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
16 lines
147 B
Bash
16 lines
147 B
Bash
|
|
@namespace app. {
|
|
|
|
function :color.primary {
|
|
echo teal
|
|
}
|
|
|
|
function :color.accent {
|
|
echo cyan
|
|
}
|
|
|
|
function :header {
|
|
:
|
|
}
|
|
|
|
}
|