mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Make the colors more recognizable
This commit is contained in:
parent
8f21c36375
commit
f703e0fb3a
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ marker_marked = { fg = "lightyellow", bg = "lightyellow" }
|
|||
marker_selected = { fg = "lightblue", bg = "lightblue" }
|
||||
|
||||
# Tab
|
||||
tab_active = { fg = "black", bg = "lightblue" }
|
||||
tab_inactive = { fg = "white", bg = "darkgray" }
|
||||
tab_active = { fg = "black", bg = "white" }
|
||||
tab_inactive = { fg = "white", bg = "black" }
|
||||
tab_width = 1
|
||||
|
||||
# Count
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue