diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-22 18:44:10 +0100 | 
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-22 18:44:10 +0100 | 
| commit | decc826a2fb93b6793b0db1e915b5c27ff01708a (patch) | |
| tree | 3c811b27ea80aace5885da4dfce42edbdd68f14c /lua/no-clown-fiesta/Telescope.lua | |
| parent | 54408d7ecfd76505da345b31688f755b1baf3423 (diff) | |
chore(format): format all files with stylua
Diffstat (limited to 'lua/no-clown-fiesta/Telescope.lua')
| -rw-r--r-- | lua/no-clown-fiesta/Telescope.lua | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/no-clown-fiesta/Telescope.lua b/lua/no-clown-fiesta/Telescope.lua index 10d2fb6..97e2925 100644 --- a/lua/no-clown-fiesta/Telescope.lua +++ b/lua/no-clown-fiesta/Telescope.lua @@ -1,8 +1,8 @@  local Telescope = { -	TelescopeNormal = { fg = C.fg, bg = C.bg }, -	TelescopeSelection = { fg = C.fg, bg = C.accent }, -	TelescopeMatching = { fg = C.info_yellow, style = "bold" }, -	TelescopeBorder = { fg = C.medium_gray, bg = C.bg }, +  TelescopeNormal = { fg = C.fg, bg = C.bg }, +  TelescopeSelection = { fg = C.fg, bg = C.accent }, +  TelescopeMatching = { fg = C.info_yellow, style = "bold" }, +  TelescopeBorder = { fg = C.medium_gray, bg = C.bg },  }  return Telescope  |