10 lines
332 B
Nix
10 lines
332 B
Nix
|
|
# https://github.com/AstroNvim/AstroNvim/blob/v4.7.7/lua/astronvim/plugins/_astroui_status.lua#L103-L110
|
||
|
|
{
|
||
|
|
buffer_active = { bold = true; italic = true; };
|
||
|
|
buffer_picker = { bold = true; };
|
||
|
|
git_branch = { bold = true; };
|
||
|
|
git_diff = { bold = true; };
|
||
|
|
macro_recording = { bold = true; };
|
||
|
|
virtual_env = { bold = true; };
|
||
|
|
}
|