20 lines
615 B
CSS
20 lines
615 B
CSS
|
/* base16-atelier-forest.css */
|
||
|
:root {
|
||
|
--black: #1b1918; /* base00*/
|
||
|
--red: #f22c40; /* base08 */
|
||
|
--green: #7b9726; /* base0B */
|
||
|
--yellow: #c38418; /* base0A */
|
||
|
--blue: #407ee7; /* base0D */
|
||
|
--magenta: #6666ea; /* base0E */
|
||
|
--cyan: #3d97b8; /* base0C */
|
||
|
--white: #a8a19f; /* base05 */
|
||
|
--brblack: #766e6b; /* base03 */
|
||
|
--brred: #f22c40; /* base08 */
|
||
|
--brgreen: #7b9726; /* base0B */
|
||
|
--bryellow: #c38418; /* base0A */
|
||
|
--brblue: #407ee7; /* base0D */
|
||
|
--brmagenta: #6666ea; /* base0E */
|
||
|
--brcyan: #3d97b8; /* base0C */
|
||
|
--brwhite: #f1efee; /* base07 */
|
||
|
}
|