retro-react
Version:
A React component library for building retro-style websites
2 lines (1 loc) • 572 B
JavaScript
import{PRIMARY as a,SECONDARY as r,SUCCESS as e,ERROR as s,WARN as o,VGA_BLACK as t,WIN31_BUTTON_FACE as n,WIN31_BUTTON_SHADOW as d,VGA_WHITE as c,VGA_LIGHT_GRAY as h,VGA_DARK_GRAY as u,WIN31_BUTTON_HIGHLIGHT as g,CRT_GREEN as i}from"../constants/colors.js";var l={colors:{primary:a,secondary:r,success:e,error:s,warn:o,text:t,greyscale:n,"greyscale-dark":d,none:"transparent"},shades:{shade1:c,shade2:h,shade3:n,shade4:d,shade5:u,shade6:t},gui:{buttonFace:n,buttonShadow:d,buttonHighlight:g,windowBackground:n},terminal:{background:t,foreground:i}};export{l as default};