@@ -18,6 +18,7 @@ module.exports = {
1818 food : '#F4A259' ,
1919 websites : '#00FF7F' ,
2020 tools : '#e0aaff' ,
21+ feat : '#a855f7' ,
2122 'book-light' : '#4dcdff' ,
2223 'movie-light' : '#e84f6d' ,
2324 'game-light' : '#00e6bf' ,
@@ -28,6 +29,7 @@ module.exports = {
2829 'food-light' : '#FFC780' ,
2930 'websites-light' : '#4dff99' ,
3031 'tools-light' : '#F0DFFF' ,
32+ 'feat-light' : '#d8b4fe' ,
3133 'newspaper-background' : '#fdfdf5' ,
3234 'sidebar-highlight' : '#FA8072' , // Duplicated from article
3335 'sidebar-highlight-light' : '#FFB6C1' , // Duplicated from article-light
@@ -46,6 +48,8 @@ module.exports = {
4648 'dnd-card-bg-hover' : 'var(--bg-dnd-card-hover)' ,
4749 'gist-card-bg' : 'var(--bg-gist-card)' ,
4850 'gist-card-bg-hover' : 'var(--bg-gist-card-hover)' ,
51+ 'feat-card-bg' : 'var(--bg-feat-card)' ,
52+ 'feat-card-bg-hover' : 'var(--bg-feat-card-hover)' ,
4953 'book-alpha-10' : 'rgba(0, 191, 255, 0.1)' ,
5054 'book-alpha-50' : 'rgba(0, 191, 255, 0.5)' ,
5155 'movie-alpha-10' : 'rgba(220, 20, 60, 0.1)' ,
@@ -66,6 +70,8 @@ module.exports = {
6670 'websites-alpha-50' : 'rgba(0, 255, 127, 0.5)' ,
6771 'tools-alpha-10' : 'rgba(224, 170, 255, 0.1)' ,
6872 'tools-alpha-50' : 'rgba(224, 170, 255, 0.5)' ,
73+ 'feat-alpha-10' : 'rgba(168, 85, 247, 0.1)' ,
74+ 'feat-alpha-50' : 'rgba(168, 85, 247, 0.5)' ,
6975
7076 // Toast success colors
7177 'toast-background' : 'rgba(72,59,87,0.8)' ,
0 commit comments