File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -564,7 +564,6 @@ local highlights = {
564564 Beacon = {
565565 bg = " #5EB7FF"
566566 },
567- BlinkCmpKimdStruct = " @type" ,
568567 BlinkCmpKind = {
569568 fg = " #DFAB25"
570569 },
@@ -587,6 +586,7 @@ local highlights = {
587586 BlinkCmpKindProperty = " @property" ,
588587 BlinkCmpKindReference = " @type" ,
589588 BlinkCmpKindSnippet = " @constant" ,
589+ BlinkCmpKindStruct = " @type" ,
590590 BlinkCmpKindText = " @text" ,
591591 BlinkCmpKindTypeParameter = " @type" ,
592592 BlinkCmpKindUnit = " @constant" ,
Original file line number Diff line number Diff line change @@ -564,7 +564,6 @@ local highlights = {
564564 Beacon = {
565565 bg = " #006E89"
566566 },
567- BlinkCmpKimdStruct = " @type" ,
568567 BlinkCmpKind = {
569568 fg = " #805C00"
570569 },
@@ -587,6 +586,7 @@ local highlights = {
587586 BlinkCmpKindProperty = " @property" ,
588587 BlinkCmpKindReference = " @type" ,
589588 BlinkCmpKindSnippet = " @constant" ,
589+ BlinkCmpKindStruct = " @type" ,
590590 BlinkCmpKindText = " @text" ,
591591 BlinkCmpKindTypeParameter = " @type" ,
592592 BlinkCmpKindUnit = " @constant" ,
Original file line number Diff line number Diff line change @@ -564,7 +564,6 @@ local highlights = {
564564 Beacon = {
565565 bg = " #00508A"
566566 },
567- BlinkCmpKimdStruct = " @type" ,
568567 BlinkCmpKind = {
569568 fg = " #7300B8"
570569 },
@@ -587,6 +586,7 @@ local highlights = {
587586 BlinkCmpKindProperty = " @property" ,
588587 BlinkCmpKindReference = " @type" ,
589588 BlinkCmpKindSnippet = " @constant" ,
589+ BlinkCmpKindStruct = " @type" ,
590590 BlinkCmpKindText = " @text" ,
591591 BlinkCmpKindTypeParameter = " @type" ,
592592 BlinkCmpKindUnit = " @constant" ,
Original file line number Diff line number Diff line change @@ -564,7 +564,6 @@ local highlights = {
564564 Beacon = {
565565 bg = " #4FA9C6"
566566 },
567- BlinkCmpKimdStruct = " @type" ,
568567 BlinkCmpKind = {
569568 fg = " #C3963D"
570569 },
@@ -587,6 +586,7 @@ local highlights = {
587586 BlinkCmpKindProperty = " @property" ,
588587 BlinkCmpKindReference = " @type" ,
589588 BlinkCmpKindSnippet = " @constant" ,
589+ BlinkCmpKindStruct = " @type" ,
590590 BlinkCmpKindText = " @text" ,
591591 BlinkCmpKindTypeParameter = " @type" ,
592592 BlinkCmpKindUnit = " @constant" ,
Original file line number Diff line number Diff line change 1- "$ schema" = " https://yazi-rs.github.io/schemas/theme.json"
1+ # : schema https://yazi-rs.github.io/schemas/theme.json
22
33[app ]
44overall = { bg = " #1A1D23" }
@@ -20,9 +20,9 @@ marker_marked = { fg = "#CC83E3", bg = "#CC83E3" }
2020marker_selected = { fg = " #50A4E9" , bg = " #50A4E9" }
2121
2222# Count
23- count_copied = { fg = " #9B9FA9 " , bg = " #75AD47" }
24- count_cut = { fg = " #9B9FA9 " , bg = " #F8747E" }
25- count_selected = { fg = " #9B9FA9 " , bg = " #50A4E9" }
23+ count_copied = { fg = " #1A1D23 " , bg = " #75AD47" }
24+ count_cut = { fg = " #1A1D23 " , bg = " #F8747E" }
25+ count_selected = { fg = " #1A1D23 " , bg = " #50A4E9" }
2626
2727# Border
2828border_symbol = " │"
Original file line number Diff line number Diff line change 1- "$ schema" = " https://yazi-rs.github.io/schemas/theme.json"
1+ # : schema https://yazi-rs.github.io/schemas/theme.json
22
33[app ]
44overall = { bg = " #FEEEEE" }
@@ -20,9 +20,9 @@ marker_marked = { fg = "#BD51A4", bg = "#BD51A4" }
2020marker_selected = { fg = " #0090A2" , bg = " #0090A2" }
2121
2222# Count
23- count_copied = { fg = " #9E7876 " , bg = " #569400" }
24- count_cut = { fg = " #9E7876 " , bg = " #D04F4E" }
25- count_selected = { fg = " #9E7876 " , bg = " #D04F4E" }
23+ count_copied = { fg = " #FEEEEE " , bg = " #569400" }
24+ count_cut = { fg = " #FEEEEE " , bg = " #D04F4E" }
25+ count_selected = { fg = " #FEEEEE " , bg = " #D04F4E" }
2626
2727# Border
2828border_symbol = " │"
Original file line number Diff line number Diff line change 1- "$ schema" = " https://yazi-rs.github.io/schemas/theme.json"
1+ # : schema https://yazi-rs.github.io/schemas/theme.json
22
33[app ]
44overall = { bg = " #F7F8F8" }
@@ -20,9 +20,9 @@ marker_marked = { fg = "#671FF0", bg = "#671FF0" }
2020marker_selected = { fg = " #3F8CEA" , bg = " #3F8CEA" }
2121
2222# Count
23- count_copied = { fg = " #737474 " , bg = " #42AD17" }
24- count_cut = { fg = " #737474 " , bg = " #E72F1F" }
25- count_selected = { fg = " #737474 " , bg = " #671FF0" }
23+ count_copied = { fg = " #F7F8F8 " , bg = " #42AD17" }
24+ count_cut = { fg = " #F7F8F8 " , bg = " #E72F1F" }
25+ count_selected = { fg = " #F7F8F8 " , bg = " #671FF0" }
2626
2727# Border
2828border_symbol = " │"
Original file line number Diff line number Diff line change 1- "$ schema" = " https://yazi-rs.github.io/schemas/theme.json"
1+ # : schema https://yazi-rs.github.io/schemas/theme.json
22
33[app ]
44overall = { bg = " #1E1517" }
@@ -20,9 +20,9 @@ marker_marked = { fg = "#E8A1D7", bg = "#E8A1D7" }
2020marker_selected = { fg = " #9CBDC9" , bg = " #9CBDC9" }
2121
2222# Count
23- count_copied = { fg = " #8B7079 " , bg = " #9AC374" }
24- count_cut = { fg = " #8B7079 " , bg = " #E77777" }
25- count_selected = { fg = " #8B7079 " , bg = " #9CBDC9" }
23+ count_copied = { fg = " #1E1517 " , bg = " #9AC374" }
24+ count_cut = { fg = " #1E1517 " , bg = " #E77777" }
25+ count_selected = { fg = " #1E1517 " , bg = " #9CBDC9" }
2626
2727# Border
2828border_symbol = " │"
You can’t perform that action at this time.
0 commit comments