🎨 style(style): improve heading style
Use fancier box style for headings
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- -------------------------------- UTILITIES ----------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
|
||||
-- ╭─────────────────────────────────────────────────────────╮
|
||||
-- │ Utilities │
|
||||
-- ╰─────────────────────────────────────────────────────────╯
|
||||
-- Function to convert RGB to hexadecimal
|
||||
local function rgb_to_hex(rgb)
|
||||
return string.format("#%02x%02x%02x", rgb[1], rgb[2], rgb[3])
|
||||
|
||||
Reference in New Issue
Block a user