feat: test new color system

This commit is contained in:
sxyazi 2024-03-06 21:44:38 +08:00
parent 4e873e62f1
commit 42307ee037
No known key found for this signature in database

View File

@ -31,14 +31,14 @@ marker_marked = { fg = "lightyellow", bg = "lightyellow" }
marker_selected = { fg = "lightblue", bg = "lightblue" }
# Tab
tab_active = { fg = "black", bg = "white" }
tab_inactive = { fg = "white", bg = "darkgray" }
tab_active = { reversed = true }
tab_inactive = {}
tab_width = 1
# Count
count_copied = { fg = "black", bg = "lightgreen" }
count_cut = { fg = "black", bg = "lightred" }
count_selected = { fg = "black", bg = "lightblue" }
count_copied = { fg = "white", bg = "green" }
count_cut = { fg = "white", bg = "red" }
count_selected = { fg = "white", bg = "blue" }
# Border
border_symbol = "│"
@ -55,12 +55,12 @@ syntect_theme = ""
[status]
separator_open = ""
separator_close = ""
separator_style = { fg = "darkgray", bg = "darkgray" }
separator_style = { fg = "gray", bg = "gray" }
# Mode
mode_normal = { fg = "black", bg = "lightblue", bold = true }
mode_select = { fg = "black", bg = "lightgreen", bold = true }
mode_unset = { fg = "black", bg = "lightmagenta", bold = true }
mode_normal = { bg = "blue", bold = true }
mode_select = { bg = "red", bold = true }
mode_unset = { bg = "red", bold = true }
# Progress
progress_label = { bold = true }
@ -68,10 +68,10 @@ progress_normal = { fg = "blue", bg = "black" }
progress_error = { fg = "red", bg = "black" }
# Permissions
permissions_t = { fg = "lightgreen" }
permissions_r = { fg = "lightyellow" }
permissions_w = { fg = "lightred" }
permissions_x = { fg = "lightcyan" }
permissions_t = { fg = "green" }
permissions_r = { fg = "yellow" }
permissions_w = { fg = "red" }
permissions_x = { fg = "cyan" }
permissions_s = { fg = "darkgray" }
# : }}}
@ -81,7 +81,7 @@ permissions_s = { fg = "darkgray" }
[select]
border = { fg = "blue" }
active = { fg = "magenta" }
active = { fg = "magenta", bold = true }
inactive = {}
# : }}}
@ -102,7 +102,7 @@ selected = { reversed = true }
[completion]
border = { fg = "blue" }
active = { bg = "darkgray" }
active = { reversed = true }
inactive = {}
# Icons
@ -118,7 +118,7 @@ icon_command = ""
[tasks]
border = { fg = "blue" }
title = {}
hovered = { underline = true }
hovered = { fg = "magenta", underline = true }
# : }}}
@ -130,7 +130,7 @@ cols = 3
mask = { bg = "black" }
cand = { fg = "lightcyan" }
rest = { fg = "darkgray" }
desc = { fg = "magenta" }
desc = { fg = "lightmagenta" }
separator = "  "
separator_style = { fg = "darkgray" }
@ -140,10 +140,10 @@ separator_style = { fg = "darkgray" }
# : Help {{{
[help]
on = { fg = "magenta" }
run = { fg = "cyan" }
desc = { fg = "gray" }
hovered = { bg = "darkgray", bold = true }
on = { fg = "cyan" }
run = { fg = "magenta" }
desc = {}
hovered = { reversed = true, bold = true }
footer = { fg = "black", bg = "white" }
# : }}}
@ -172,7 +172,7 @@ rules = [
# Images
{ mime = "image/*", fg = "cyan" },
# Videos
# Media
{ mime = "video/*", fg = "yellow" },
{ mime = "audio/*", fg = "yellow" },