1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
local colors = { bg = "#202328", fg = "#bbc2cf", yellow = "#ECBE7B", cyan = "#008080", darkblue = "#081633", green = "#98be65", orange = "#FF8800", violet = "#a9a1e1", magenta = "#c678dd", purple = "#c678dd", blue = "#51afef", red = "#ec5f67", } return colors