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 = "#1C2026"
colors.red = "#dc6f7a"
colors.green = "#618774"
colors.yellow = "#e3786c"
colors.blue = "#4f6286"
colors.magenta = "#a97594"
colors.cyan = "#4f8896"
colors.white = "#E8E8EA"
-- Bright colors
colors.brightblack = "#2F3640"
colors.brightred = "#e38588"
colors.brightgreen = "#7eab7b"
colors.brightyellow = "#ee896e"
colors.brightblue = "#5c6b92"
colors.brightmagenta = "#b589a4"
colors.brightcyan = "#6ba5ab"
colors.brightwhite = "#E7E8EA"
-- Other
colors.transparent = "#00000000"
colors.container = "#2B313B"
colors.main_scheme = "#9D6D89"
colors.main_transparent = "#1E2329CC"
return colors

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

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

View file

@ -0,0 +1,27 @@
-- Colors :
colors = {}
-- Dark colors
colors.black = "#222222"
colors.red = "#a54242"
colors.green = "#8c9440"
colors.yellow = "#de935f"
colors.blue = "#548D91"
colors.magenta = "#85678f"
colors.cyan = "#5e8d87"
colors.white = "#acacac"
-- Bright colors
colors.brightblack = "#303030"
colors.brightred = "#cc6666"
colors.brightgreen = "#b5bd68"
colors.brightyellow = "#f0c674"
colors.brightblue = "#81a2be"
colors.brightmagenta = "#b294bb"
colors.brightcyan = "#8abeb7"
colors.brightwhite = "#c5c8c6"
-- Other
colors.transparent = "#00000000"
colors.container = "#2B2B2B"
colors.main_scheme = "#f0544c"
colors.main_transparent = "#212121CC"
return colors

View file

@ -0,0 +1,27 @@
-- Colors :
colors = {}
-- Dark colors
colors.black = "#1B1D24"
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 = "#2B2F38"
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 = "#262B33"
colors.main_scheme = "#3498DB"
colors.main_transparent = "#1A1C237F"
return colors

View file

@ -0,0 +1,27 @@
-- Colors :
colors = {}
-- Dark colors
colors.black = "#1B2224"
colors.red = "#a54242"
colors.green = "#8c9440"
colors.yellow = "#de935f"
colors.blue = "#548D91"
colors.magenta = "#85678f"
colors.cyan = "#5e8d87"
colors.white = "#acacac"
-- Bright colors
colors.brightblack = "#263033"
colors.brightred = "#cc6666"
colors.brightgreen = "#b5bd68"
colors.brightyellow = "#f0c674"
colors.brightblue = "#81a2be"
colors.brightmagenta = "#b294bb"
colors.brightcyan = "#8abeb7"
colors.brightwhite = "#c5c8c6"
-- Other
colors.transparent = "#00000000"
colors.container = "#222B2E"
colors.main_scheme = "#2F9B85"
colors.main_transparent = "#1A2123CC"
return colors

View file

@ -0,0 +1,27 @@
-- Colors :
colors = {}
-- Dark colors
colors.black = "#1A2026"
colors.red = "#a54242"
colors.green = "#8c9440"
colors.yellow = "#de935f"
colors.blue = "#548D91"
colors.magenta = "#85678f"
colors.cyan = "#5e8d87"
colors.white = "#acacac"
-- Bright colors
colors.brightblack = "#262F38"
colors.brightred = "#cc6666"
colors.brightgreen = "#b5bd68"
colors.brightyellow = "#f0c674"
colors.brightblue = "#81a2be"
colors.brightmagenta = "#b294bb"
colors.brightcyan = "#8abeb7"
colors.brightwhite = "#c5c8c6"
-- Other
colors.transparent = "#00000000"
colors.container = "#232B33"
colors.main_scheme = "#8CA1A5"
colors.main_transparent = "#1B2127CC"
return colors