forked from Mirrors/OmniNX
fix(Package Manager): OFF toggle color (was cyan; now red)
Add boot/exit_package.ini so table on/off footer_highlight matches theme. Made-with: Cursor
This commit is contained in:
parent
023016b850
commit
ab9aaec1b8
2 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
[boot]
|
||||
set-ini-val /config/ultrahand/theme.ini theme off_text_color '#FF4444'
|
||||
refresh theme
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[exit]
|
||||
set-ini-val /config/ultrahand/theme.ini theme off_text_color '#00E1FF'
|
||||
refresh theme
|
||||
Loading…
Reference in a new issue