Skip to content

Instantly share code, notes, and snippets.

View augustinbegue's full-sized avatar
📸

Augustin augustinbegue

📸
  • Paris, FR
View GitHub Profile
@augustinbegue
augustinbegue / tailwind.config.js
Last active December 23, 2021 16:52
tailwind.config onedark color scheme
const colors = require('tailwindcss/colors');
module.exports = {
content: [],
darkMode: "media", // or 'media' or 'class'
theme: {
colors: {
transparent: 'transparent',
current: 'currentColor',
black: colors.black,