radio: files: kak: Add missing backslash in kakrc

main
Luis Guilherme Coelho 2024-11-13 09:15:06 -03:00
parent ca1507c014
commit a00d8cfbc0
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ hook global WinCreate .* %{
# add coloring to matching parenthesis # add coloring to matching parenthesis
set-option global rainbow_opening "[[(]" set-option global rainbow_opening "[[(]"
declare-option str-list rainbow_faces declare-option str-list rainbow_faces \
"rgb:a790d3" "rgb:6cdae0" "rgb:ff7f50" \ "rgb:a790d3" "rgb:6cdae0" "rgb:ff7f50" \
"rgb:ffea8c" "rgb:83dcaf" "rgb:eba4d4" \ "rgb:ffea8c" "rgb:83dcaf" "rgb:eba4d4" \
"rgb:8b5be7" "rgb:8b5be7"