jonnybarnes.uk/public/assets/css-orig/colours/base16-onedark.css
Jonny Barnes 5ef23376be Work so far in refactoring front-end
- Mainly getting rid of existing css/js
- No longer linking to stuff like a11y.css
- Creating a FrontPageController to better deal with the home page
2019-07-26 10:40:56 +01:00

19 lines
608 B
CSS
Vendored

/* base16-onedark.css */
:root {
--black: #282c34; /* base00*/
--red: #e06c75; /* base08 */
--green: #98c379; /* base0B */
--yellow: #e5c07b; /* base0A */
--blue: #61afef; /* base0D */
--magenta: #c678dd; /* base0E */
--cyan: #56b6c2; /* base0C */
--white: #abb2bf; /* base05 */
--brblack: #545862; /* base03 */
--brred: #e06c75; /* base08 */
--brgreen: #98c379; /* base0B */
--bryellow: #e5c07b; /* base0A */
--brblue: #61afef; /* base0D */
--brmagenta: #c678dd; /* base0E */
--brcyan: #56b6c2; /* base0C */
--brwhite: #c8ccd4; /* base07 */
}