update
This commit is contained in:
parent
c0546d77bd
commit
8cdef01d65
|
@ -1046,7 +1046,7 @@ local highlight_groups = {
|
||||||
]]
|
]]
|
||||||
|
|
||||||
local terminal_colors = {
|
local terminal_colors = {
|
||||||
[1] = c_bg,
|
[1] = c_fg_stronger,
|
||||||
[2] = c_alert_strong,
|
[2] = c_alert_strong,
|
||||||
[3] = c_2_strong,
|
[3] = c_2_strong,
|
||||||
[4] = c_alert,
|
[4] = c_alert,
|
||||||
|
@ -1061,7 +1061,7 @@ local terminal_colors = {
|
||||||
[13] = c_3,
|
[13] = c_3,
|
||||||
[14] = c_5,
|
[14] = c_5,
|
||||||
[15] = c_bg_hl_special_strong,
|
[15] = c_bg_hl_special_strong,
|
||||||
[16] = c_bg
|
[16] = c_bg_darkest
|
||||||
}
|
}
|
||||||
|
|
||||||
--[[ Step 5: Sourcing
|
--[[ Step 5: Sourcing
|
||||||
|
|
Loading…
Reference in New Issue