mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-22 21:09:36 +02:00
Added new themes
This commit is contained in:
parent
4ed29fe276
commit
4e20527834
1 changed files with 25 additions and 1 deletions
|
@ -95,6 +95,30 @@
|
||||||
"primary": "#4C432E",
|
"primary": "#4C432E",
|
||||||
"accent": "#AA9A73"
|
"accent": "#AA9A73"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "neon",
|
||||||
|
"colors": {
|
||||||
|
"background": "#091833",
|
||||||
|
"primary": "#EFFBFF",
|
||||||
|
"accent": "#ea00d9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "pumpkin",
|
||||||
|
"colors": {
|
||||||
|
"background": "#2d3436",
|
||||||
|
"primary": "#EFFBFF",
|
||||||
|
"accent": "#ffa500"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "onedark",
|
||||||
|
"colors": {
|
||||||
|
"background": "#282c34",
|
||||||
|
"primary": "#dfd9d6",
|
||||||
|
"accent": "#98c379"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue