Skip to content

Commit 34de2a3

Browse files
committed
[UI] Theme fix for the Time Of the Day transparency
1 parent 0830b73 commit 34de2a3

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

aarch64/corefreq-cli-rsc-theme-usr2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
#define RSC_THEME_USR2_CODE /* 72 chars */ \
8-
" Transparent theme by leaty. Updated by CyrIng - March 2026 "
8+
" Transparent theme by leaty. Updated by CyrIng - April 2026 "
99

1010
#define RSC_UI_THM_USR2_ATTR \
1111
{ \
@@ -277,7 +277,7 @@
277277
.fg = MAGENTA, .un = 0, .bg = BLACK, .bf = 0 \
278278
}, \
279279
[UI_WIN_MENU_TITLE_UNFOCUS] = { \
280-
.fg = BLACK, .un = 0, .bg = WHITE, .bf = 0 \
280+
.fg = MAGENTA, .un = 0, .bg = BLACK, .bf = 0 \
281281
}, \
282282
[UI_WIN_MENU_TITLE_FOCUS] = { \
283283
.fg = BLACK, .un = 0, .bg = WHITE, .bf = 1 \

ppc64le/corefreq-cli-rsc-theme-usr2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
#define RSC_THEME_USR2_CODE /* 72 chars */ \
8-
" Transparent theme by leaty. Updated by CyrIng - March 2026 "
8+
" Transparent theme by leaty. Updated by CyrIng - April 2026 "
99

1010
#define RSC_UI_THM_USR2_ATTR \
1111
{ \
@@ -277,7 +277,7 @@
277277
.fg = MAGENTA, .un = 0, .bg = BLACK, .bf = 0 \
278278
}, \
279279
[UI_WIN_MENU_TITLE_UNFOCUS] = { \
280-
.fg = BLACK, .un = 0, .bg = WHITE, .bf = 0 \
280+
.fg = MAGENTA, .un = 0, .bg = BLACK, .bf = 0 \
281281
}, \
282282
[UI_WIN_MENU_TITLE_FOCUS] = { \
283283
.fg = BLACK, .un = 0, .bg = WHITE, .bf = 1 \

riscv64/corefreq-cli-rsc-theme-usr2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
#define RSC_THEME_USR2_CODE /* 72 chars */ \
8-
" Transparent theme by leaty. Updated by CyrIng - March 2026 "
8+
" Transparent theme by leaty. Updated by CyrIng - April 2026 "
99

1010
#define RSC_UI_THM_USR2_ATTR \
1111
{ \
@@ -277,7 +277,7 @@
277277
.fg = MAGENTA, .un = 0, .bg = BLACK, .bf = 0 \
278278
}, \
279279
[UI_WIN_MENU_TITLE_UNFOCUS] = { \
280-
.fg = BLACK, .un = 0, .bg = WHITE, .bf = 0 \
280+
.fg = MAGENTA, .un = 0, .bg = BLACK, .bf = 0 \
281281
}, \
282282
[UI_WIN_MENU_TITLE_FOCUS] = { \
283283
.fg = BLACK, .un = 0, .bg = WHITE, .bf = 1 \

x86_64/corefreq-cli-rsc-theme-usr2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
#define RSC_THEME_USR2_CODE /* 72 chars */ \
8-
" Transparent theme by leaty. Updated by CyrIng - May 2025 "
8+
" Transparent theme by leaty. Updated by CyrIng - April 2026 "
99

1010
#define RSC_UI_THM_USR2_ATTR \
1111
{ \
@@ -277,7 +277,7 @@
277277
.fg = MAGENTA, .un = 0, .bg = BLACK, .bf = 0 \
278278
}, \
279279
[UI_WIN_MENU_TITLE_UNFOCUS] = { \
280-
.fg = BLACK, .un = 0, .bg = WHITE, .bf = 0 \
280+
.fg = MAGENTA, .un = 0, .bg = BLACK, .bf = 0 \
281281
}, \
282282
[UI_WIN_MENU_TITLE_FOCUS] = { \
283283
.fg = BLACK, .un = 0, .bg = WHITE, .bf = 1 \

0 commit comments

Comments
 (0)