Skip to content

Commit beaf41a

Browse files
authored
chore: fix formatting (#967)
1 parent 4420f0a commit beaf41a

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

lua/catppuccin/groups/editor.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ function M.get()
4949
bg = C.lavender,
5050
} or { fg = C.subtext0, bg = (O.float.transparent and vim.o.winblend == 0) and C.none or C.mantle }, -- Title of floating windows
5151
FloatShadow = { bg = (O.float.transparent and vim.o.winblend == 0) and C.none or C.overlay0, blend = 80 },
52-
FloatShadowThrough = { bg = (O.float.transparent and vim.o.winblend == 0) and C.none or C.overlay0, blend = 100 },
52+
FloatShadowThrough = {
53+
bg = (O.float.transparent and vim.o.winblend == 0) and C.none or C.overlay0,
54+
blend = 100,
55+
},
5356
Pmenu = {
5457
bg = (O.transparent_background and vim.o.pumblend == 0) and C.none or C.mantle,
5558
fg = C.overlay2,

lua/catppuccin/types.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@
295295
---@alias CtpIntegrationLualine CtpFlavors<CtpIntegrationLualineOverride | CtpIntegrationLualineOverrideFn>
296296
---@alias CtpIntegrationLualineOverride CtpIntegrationLualineModes<CtpIntegrationLualineSectionOverrides>
297297
---@alias CtpIntegrationLualineOverrideFn fun(colors: CtpColors<string>): CtpIntegrationLualineOverride
298-
---@alias CtpIntegrationLualineMode "normal" | "insert" | "visual" | "replace" | "command" | "terminal" | "inactive"
299-
---@class CtpIntegrationLualineModes<T>: { all: T, normal: T, insert: T, visual: T, replace: T, command: T, terminal: T, inactive: T }
298+
---@alias CtpIntegrationLualineMode "normal" | "insert" | "visual" | "replace" | "command" | "terminal" | "inactive"
299+
---@class CtpIntegrationLualineModes<T>: { all: T, normal: T, insert: T, visual: T, replace: T, command: T, terminal: T, inactive: T }
300300
---@alias CtpIntegrationLualineSectionOverrides CtpIntegrationLualineSections<CtpIntegrationLualineSectionOverride>
301301
---@alias CtpIntegrationLualineSection "a" | "b" | "c"
302302
---@class CtpIntegrationLualineSections<T>: { a: T, b: T, c: T }

0 commit comments

Comments
 (0)