mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-06 20:43:13 +08:00
Fixed visual bug with custom theme editor modal. Added Mint theme
This commit is contained in:
@@ -174,6 +174,15 @@
|
||||
"accent": "#98c379"
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "mint",
|
||||
"colors": {
|
||||
"background": "#282525",
|
||||
"primary": "#d9d9d9",
|
||||
"accent": "#50fbc2"
|
||||
},
|
||||
"isCustom": false
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -134,6 +134,15 @@
|
||||
"accent": "#98c379"
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "mint",
|
||||
"colors": {
|
||||
"background": "#282525",
|
||||
"primary": "#d9d9d9",
|
||||
"accent": "#50fbc2"
|
||||
},
|
||||
"isCustom": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user