mirror of
https://github.com/gabehf/base46.git
synced 2026-03-13 09:20:31 -07:00
fix: made colors local
This commit is contained in:
parent
618cc285d9
commit
c26d833ae5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
M = {}
|
local M = {}
|
||||||
|
|
||||||
-- Convert a hex color value to RGB
|
-- Convert a hex color value to RGB
|
||||||
-- @param hex: The hex color value
|
-- @param hex: The hex color value
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue