startseite/style.lua
mcmrcs@proton.me 91419a2044
All checks were successful
Deploy Blog / build (push) Successful in 19s
change to crimson theme
2024-07-02 22:23:19 +01:00

16 lines
413 B
Lua

local style = {}
style.dark_background = '#202020'
style.white_background = '#FFFFFF'
style.dark_sub_background = '#292929'
style.white_sub_background = '#EEEEEE'
style.dark_menu_background = '#181818'
style.white_menu_background = '#D1D1D1'
style.white_text = '#F1F1F1'
style.dark_text = '#303030'
style.sub_text = '#DC143C'
style.blue = '#8888FF'
style.green = '#21EA55'
style.orange = '#FF894C'
return style