mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-16 05:40:23 +08:00
7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
|
#!/bin/bash -e
|
||
|
|
||
|
cat << EOF
|
||
|
set menu_color_normal=light-blue/black
|
||
|
set menu_color_highlight=light-cyan/blue
|
||
|
EOF
|