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 = "#222222"
colors.red = "#cc241d"
colors.green = "#98971a"
colors.yellow = "#d79921"
colors.blue = "#458588"
colors.magenta = "#b16286"
colors.cyan = "#689d6a"
colors.white = "#acacac"
-- Bright colors
colors.brightblack = "#333333"
colors.brightred = "#fb4934"
colors.brightgreen = "#b8bb26"
colors.brightyellow = "#fabd2f"
colors.brightblue = "#83a598"
colors.brightmagenta = "#d3869b"
colors.brightcyan = "#8ec07c"
colors.brightwhite = "#dfdfdf"
-- Other
colors.transparent = "#00000000"
colors.container = "#303030"
colors.main_scheme = "#458588"
colors.main_transparent = "#262626CC"
return colors