11 lines
199 B
Plaintext
11 lines
199 B
Plaintext
|
#!/bin/zsh
|
||
|
DEPENDENCIES+=()
|
||
|
REQUIRED_ENV+=()
|
||
|
|
||
|
use desktop/colorscheme --group dotwryn
|
||
|
|
||
|
CHECK_ENVIRONMENT
|
||
|
#####################################################################
|
||
|
|
||
|
GET_COLORSCHEME_HEX $@
|