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