20 lines
612 B
CSS
20 lines
612 B
CSS
|
/* base16-google-dark.css */
|
||
|
:root {
|
||
|
--black: #1d1f21; /* base00*/
|
||
|
--red: #CC342B; /* base08 */
|
||
|
--green: #198844; /* base0B */
|
||
|
--yellow: #FBA922; /* base0A */
|
||
|
--blue: #3971ED; /* base0D */
|
||
|
--magenta: #A36AC7; /* base0E */
|
||
|
--cyan: #3971ED; /* base0C */
|
||
|
--white: #c5c8c6; /* base05 */
|
||
|
--brblack: #969896; /* base03 */
|
||
|
--brred: #CC342B; /* base08 */
|
||
|
--brgreen: #198844; /* base0B */
|
||
|
--bryellow: #FBA922; /* base0A */
|
||
|
--brblue: #3971ED; /* base0D */
|
||
|
--brmagenta: #A36AC7; /* base0E */
|
||
|
--brcyan: #3971ED; /* base0C */
|
||
|
--brwhite: #ffffff; /* base07 */
|
||
|
}
|