File icons refactoring

This commit is contained in:
Čarodej
2021-10-28 07:45:55 +02:00
parent 407f2d2874
commit 9c26c764bd
7 changed files with 195 additions and 47 deletions

3
tailwind.config.js vendored
View File

@@ -19,6 +19,9 @@ module.exports = {
fontSize: {
tiny: ['11px', '16px'],
},
color: {
'dark-foreground': '#1e2024',
},
backgroundColor: theme => ({
'dark-background': '#151515',
'dark-foreground': '#1e2024',