20 lines
613 B
CSS
20 lines
613 B
CSS
|
/* base16-atelier-dune.css */
|
||
|
:root {
|
||
|
--black: #20201d; /* base00*/
|
||
|
--red: #d73737; /* base08 */
|
||
|
--green: #60ac39; /* base0B */
|
||
|
--yellow: #ae9513; /* base0A */
|
||
|
--blue: #6684e1; /* base0D */
|
||
|
--magenta: #b854d4; /* base0E */
|
||
|
--cyan: #1fad83; /* base0C */
|
||
|
--white: #a6a28c; /* base05 */
|
||
|
--brblack: #7d7a68; /* base03 */
|
||
|
--brred: #d73737; /* base08 */
|
||
|
--brgreen: #60ac39; /* base0B */
|
||
|
--bryellow: #ae9513; /* base0A */
|
||
|
--brblue: #6684e1; /* base0D */
|
||
|
--brmagenta: #b854d4; /* base0E */
|
||
|
--brcyan: #1fad83; /* base0C */
|
||
|
--brwhite: #fefbec; /* base07 */
|
||
|
}
|