vars 356 B

123456789
  1. let color-bg = 202020
  2. let color-bg-light0.5 = !colorman ^color-bg^ \* 1.2
  3. let color-bg-light = !colorman ^color-bg^ \* 1.5
  4. let color-bg-light2 = !colorman ^color-bg^ \* 2
  5. let color-bg-light3 = !colorman ^color-bg^ \* 3
  6. let color-bg-dark = !colorman ^color-bg^ / 1.5
  7. let color-bg-dark2 = !colorman ^color-bg^ / 2
  8. let color-fg = FFFFFF
  9. let color-red = FF9E9E