🎨 style(style): improve heading style

Use fancier box style for headings
This commit is contained in:
2024-08-06 05:15:24 -04:00
parent 844b571bff
commit d125eefdf4
23 changed files with 74 additions and 82 deletions
+3 -4
View File
@@ -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])