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