New Setup 📦

This commit is contained in:
Luca 2023-02-05 05:02:49 +01:00
parent d16174b447
commit 415dbd08a1
10194 changed files with 1368647 additions and 4 deletions

View file

@ -0,0 +1,27 @@
-- Colors :
colors = {}
-- Dark colors
colors.black = "#1c1f24"
colors.red = "#ff6c6b"
colors.green = "#98be65"
colors.yellow = "#da8548"
colors.blue = "#4390c4"
colors.magenta = "#c678dd"
colors.cyan = "#5699af"
colors.white = "#acacac"
-- Bright colors
colors.brightblack = "#262A30"
colors.brightred = "#da8548"
colors.brightgreen = "#4db5bd"
colors.brightyellow = "#ecbe7b"
colors.brightblue = "#51afef"
colors.brightmagenta = "#a9a1e1"
colors.brightcyan = "#46d9ff"
colors.brightwhite = "#dfdfdf"
-- Other
colors.transparent = "#00000000"
colors.container = "#24272E"
colors.main_scheme = "#4390c4"
colors.main_transparent = "#1D2025CC"
return colors