fix: remove hard-coded colors

This commit is contained in:
sxyazi 2023-10-21 09:40:40 +08:00
parent ddb5490551
commit d0c17ca222
No known key found for this signature in database

View file

@ -50,9 +50,9 @@ mode_select = { fg = "black", bg = "green", bold = true }
mode_unset = { fg = "black", bg = "magenta", bold = true }
# Progress
progress_label = { fg = "#FFFFFF", bold = true }
progress_normal = { fg = "#FFA577", bg = "#484D66" }
progress_error = { fg = "#FF84A9", bg = "#484D66" }
progress_label = { bold = true }
progress_normal = { fg = "red", bg = "black" }
progress_error = { fg = "blue", bg = "black" }
# Permissions
permissions_t = { fg = "lightgreen" }
@ -70,7 +70,7 @@ permissions_s = { fg = "darkgray" }
border = { fg = "blue" }
title = {}
value = {}
selected = { fg = "black", bg = "white" }
selected = { reversed = true }
# : }}}