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:
parent
0f6d79683e
commit
2c0491a5b0
7 changed files with 55 additions and 17 deletions
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue