change unfocused colors
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-01-29 23:14:26 +01:00
parent fc3d400a7d
commit 41a8c93d33
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 2 additions and 2 deletions

View File

@ -154,8 +154,8 @@ static const char *colorname[] = {
"#1a1b26", /* 257 -> default inverted cursor colour */
"#c0caf5", /* 258 -> default foreground colour */
"#1a1b26", /* 259 -> default background colour */
"#abb7ed", /* 260 -> unfocused foreground colour */
"#14141a", /* 261 -> unfocused background colour */
"#c0caf5", /* 260 -> unfocused foreground colour */
"#1a1b26", /* 261 -> unfocused background colour */
"#c0caf5", /* 262 -> default selection foreground colour */
"#33467C", /* 263 -> default selection background colour */
};