From ad86cb41f84cb9b69bca9fd6c2954ab825895cf3 Mon Sep 17 00:00:00 2001 From: MathieuG-P <40181755+Zagrios@users.noreply.github.com> Date: Tue, 17 May 2022 23:49:19 +0200 Subject: [PATCH] ajout couleurs custom --- tailwind.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tailwind.config.js b/tailwind.config.js index 0b83a7fb..afdefefa 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,3 +1,5 @@ +const colors = require('tailwindcss/colors') + module.exports = { content: ['./src/renderer/**/*.tsx'], mode: 'jit', @@ -6,6 +8,14 @@ module.exports = { scrollbar: ['rounded'] }, theme:{ + colors:{ + ...colors, + 'main-color': { + 1: '#202225', + 2: '#2C2F33', + 3: '#40444b', + }, + }, extend:{ keyframes:{ zoominimg: {