|
|
@ -3,7 +3,7 @@ local M = {}
|
|
|
|
local cp = require("catppuccin.core.palettes.init").get_palette()
|
|
|
|
local cp = require("catppuccin.core.palettes.init").get_palette()
|
|
|
|
local cnf = require("catppuccin.config").options
|
|
|
|
local cnf = require("catppuccin.config").options
|
|
|
|
local dim_percentage = cnf.dim_inactive.percentage
|
|
|
|
local dim_percentage = cnf.dim_inactive.percentage
|
|
|
|
local ucolors = require("catppuccin.ucolors.ucolors")
|
|
|
|
local ucolors = require("catppuccin.utils.ucolors")
|
|
|
|
|
|
|
|
|
|
|
|
function M.dim()
|
|
|
|
function M.dim()
|
|
|
|
if cnf.dim_inactive.shade == "dark" then
|
|
|
|
if cnf.dim_inactive.shade == "dark" then
|
|
|
|