summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-30 18:25:19 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-30 18:25:19 +0200
commit5c4a7a4f4cc229e0c1e8538440aa01e196f92169 (patch)
treeb41aa633fab8cc628efa061aefe6e44e0fd1e2c5
parent86b3e54af086264cc08575166fb390e721607f9c (diff)
Remove unused colors for lualine
-rw-r--r--lua/lualine/themes/no-clown-fiesta.lua13
1 files changed, 0 insertions, 13 deletions
diff --git a/lua/lualine/themes/no-clown-fiesta.lua b/lua/lualine/themes/no-clown-fiesta.lua
index 46679f3..b3694ec 100644
--- a/lua/lualine/themes/no-clown-fiesta.lua
+++ b/lua/lualine/themes/no-clown-fiesta.lua
@@ -3,19 +3,6 @@
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",
}
return {