aboutsummaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
authorIndrajith K L2022-09-30 18:19:17 +0530
committerIndrajith K L2022-09-30 18:19:17 +0530
commitaaa2da4e22be420891a00bb1b33bdfc431db80bd (patch)
tree11ce3f8da6d0307ee3be8c41a3579a60a0c608d5 /tailwind.config.js
parent0664c2c30cb90da2156e83cf18526438e2e5ff57 (diff)
downloadindrajith-dev-aaa2da4e22be420891a00bb1b33bdfc431db80bd.tar.gz
indrajith-dev-aaa2da4e22be420891a00bb1b33bdfc431db80bd.tar.bz2
indrajith-dev-aaa2da4e22be420891a00bb1b33bdfc431db80bd.zip
Theming: IN-PROGRESS
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js22
1 files changed, 22 insertions, 0 deletions
diff --git a/tailwind.config.js b/tailwind.config.js
index cbcfb75..bacfb5c 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -12,6 +12,28 @@ module.exports = {
"supply-regular": ["supplyRegular", "sans-serif"],
"supply-light": ["supplyLight", "sans-serif"],
},
+ colors: {
+ darkish: {
+ 50: '#8d697a',
+ 100: '#544e68',
+ 200: '#203c56',
+ 300: '#0d2b45'
+ },
+ lightish: {
+ 50: '#ffecd6',
+ 100: '#ffd4a3',
+ 200: '#ffaa5e',
+ 300: '#d08159'
+ },
+ main: {
+ background: "#fffffe",
+ hadline: "#33272a",
+ subheadline: "#594a4e",
+ cardbackground: "#faeee7",
+ cardheading: "#33272a",
+ cardparagraph: "#594a4e",
+ }
+ }
},
},
plugins: [