From decc826a2fb93b6793b0db1e915b5c27ff01708a Mon Sep 17 00:00:00 2001
From: Gustaf Rydholm <gustaf.rydholm@gmail.com>
Date: Sat, 22 Jan 2022 18:44:10 +0100
Subject: chore(format): format all files with stylua

---
 lua/lualine/themes/no-clown-fiesta.lua | 58 +++++++++++++++++-----------------
 1 file changed, 29 insertions(+), 29 deletions(-)

(limited to 'lua/lualine/themes')

diff --git a/lua/lualine/themes/no-clown-fiesta.lua b/lua/lualine/themes/no-clown-fiesta.lua
index e6ef81f..46679f3 100644
--- a/lua/lualine/themes/no-clown-fiesta.lua
+++ b/lua/lualine/themes/no-clown-fiesta.lua
@@ -1,36 +1,36 @@
 -- Colorscheme for lualine
 
 local colors = {
-	bg = "#171717",
-	fg = "#D0D0D0",
-	grey = "#D0D0D0",
-	blue = "#569CD6",
-	green = "#608B4E",
-	yellow = "#DCDCAA",
-	orange = "#FF8800",
-	purple = "#C586C0",
-	magenta = "#D16D9E",
-	cyan = "#4EC9B0",
-	red = "#D16969",
-	error_red = "#F44747",
-	warning_orange = "#FF8800",
-	info_yellow = "#FFCC66",
-	hint_blue = "#9CDCFE",
+  bg = "#171717",
+  fg = "#D0D0D0",
+  grey = "#D0D0D0",
+  blue = "#569CD6",
+  green = "#608B4E",
+  yellow = "#DCDCAA",
+  orange = "#FF8800",
+  purple = "#C586C0",
+  magenta = "#D16D9E",
+  cyan = "#4EC9B0",
+  red = "#D16969",
+  error_red = "#F44747",
+  warning_orange = "#FF8800",
+  info_yellow = "#FFCC66",
+  hint_blue = "#9CDCFE",
 }
 
 return {
-	normal = {
-		a = { fg = colors.fg, bg = colors.bg, gui = "bold" },
-		b = { fg = colors.fg, bg = colors.bg },
-		c = { fg = colors.fg, bg = colors.bg },
-	},
-	insert = { a = { fg = colors.fg, bg = colors.bg, gui = "bold" } },
-	visual = { a = { fg = colors.fg, bg = colors.bg, gui = "bold" } },
-	command = { a = { fg = colors.fg, bg = colors.bg, gui = "bold" } },
-	replace = { a = { fg = colors.fg, bg = colors.bg, gui = "bold" } },
-	inactive = {
-		a = { fg = colors.fg, bg = colors.bg },
-		b = { fg = colors.fg, bg = colors.bg },
-		c = { fg = colors.fg, bg = colors.bg },
-	},
+  normal = {
+    a = { fg = colors.fg, bg = colors.bg, gui = "bold" },
+    b = { fg = colors.fg, bg = colors.bg },
+    c = { fg = colors.fg, bg = colors.bg },
+  },
+  insert = { a = { fg = colors.fg, bg = colors.bg, gui = "bold" } },
+  visual = { a = { fg = colors.fg, bg = colors.bg, gui = "bold" } },
+  command = { a = { fg = colors.fg, bg = colors.bg, gui = "bold" } },
+  replace = { a = { fg = colors.fg, bg = colors.bg, gui = "bold" } },
+  inactive = {
+    a = { fg = colors.fg, bg = colors.bg },
+    b = { fg = colors.fg, bg = colors.bg },
+    c = { fg = colors.fg, bg = colors.bg },
+  },
 }
-- 
cgit v1.2.3-70-g09d2