1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-19 03:29:37 +02:00

Fixed visual bug with custom theme editor modal. Added Mint theme

This commit is contained in:
Paweł Malak 2022-03-25 14:07:53 +01:00
parent 0f6d79683e
commit 2c0491a5b0
7 changed files with 55 additions and 17 deletions

View file

@ -174,6 +174,15 @@
"accent": "#98c379"
},
"isCustom": false
},
{
"name": "mint",
"colors": {
"background": "#282525",
"primary": "#d9d9d9",
"accent": "#50fbc2"
},
"isCustom": false
}
]
},

View file

@ -134,6 +134,15 @@
"accent": "#98c379"
},
"isCustom": false
},
{
"name": "mint",
"colors": {
"background": "#282525",
"primary": "#d9d9d9",
"accent": "#50fbc2"
},
"isCustom": false
}
]
}