mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-25 05:49:36 +02:00
Added user themes section to Theme settings
This commit is contained in:
parent
89bd921875
commit
48e28b9abd
10 changed files with 136 additions and 44 deletions
|
@ -46,7 +46,8 @@
|
|||
"background": "#1a1a1a",
|
||||
"primary": "#FFFDEA",
|
||||
"accent": "#5c5c5c"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "gazette",
|
||||
|
@ -54,7 +55,8 @@
|
|||
"background": "#F2F7FF",
|
||||
"primary": "#000000",
|
||||
"accent": "#5c5c5c"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "espresso",
|
||||
|
@ -62,7 +64,8 @@
|
|||
"background": "#21211F",
|
||||
"primary": "#D1B59A",
|
||||
"accent": "#4E4E4E"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "cab",
|
||||
|
@ -70,7 +73,8 @@
|
|||
"background": "#F6D305",
|
||||
"primary": "#1F1F1F",
|
||||
"accent": "#424242"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "cloud",
|
||||
|
@ -78,7 +82,8 @@
|
|||
"background": "#f1f2f0",
|
||||
"primary": "#35342f",
|
||||
"accent": "#37bbe4"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "lime",
|
||||
|
@ -86,7 +91,8 @@
|
|||
"background": "#263238",
|
||||
"primary": "#AABBC3",
|
||||
"accent": "#aeea00"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "white",
|
||||
|
@ -94,7 +100,8 @@
|
|||
"background": "#ffffff",
|
||||
"primary": "#222222",
|
||||
"accent": "#dddddd"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "tron",
|
||||
|
@ -102,7 +109,8 @@
|
|||
"background": "#242B33",
|
||||
"primary": "#EFFBFF",
|
||||
"accent": "#6EE2FF"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "blues",
|
||||
|
@ -110,7 +118,8 @@
|
|||
"background": "#2B2C56",
|
||||
"primary": "#EFF1FC",
|
||||
"accent": "#6677EB"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "passion",
|
||||
|
@ -118,7 +127,8 @@
|
|||
"background": "#f5f5f5",
|
||||
"primary": "#12005e",
|
||||
"accent": "#8e24aa"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "chalk",
|
||||
|
@ -126,7 +136,8 @@
|
|||
"background": "#263238",
|
||||
"primary": "#AABBC3",
|
||||
"accent": "#FF869A"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "paper",
|
||||
|
@ -134,7 +145,8 @@
|
|||
"background": "#F8F6F1",
|
||||
"primary": "#4C432E",
|
||||
"accent": "#AA9A73"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "neon",
|
||||
|
@ -142,7 +154,8 @@
|
|||
"background": "#091833",
|
||||
"primary": "#EFFBFF",
|
||||
"accent": "#ea00d9"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "pumpkin",
|
||||
|
@ -150,7 +163,8 @@
|
|||
"background": "#2d3436",
|
||||
"primary": "#EFFBFF",
|
||||
"accent": "#ffa500"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "onedark",
|
||||
|
@ -158,7 +172,8 @@
|
|||
"background": "#282c34",
|
||||
"primary": "#dfd9d6",
|
||||
"accent": "#98c379"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"background": "#1a1a1a",
|
||||
"primary": "#FFFDEA",
|
||||
"accent": "#5c5c5c"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "gazette",
|
||||
|
@ -14,7 +15,8 @@
|
|||
"background": "#F2F7FF",
|
||||
"primary": "#000000",
|
||||
"accent": "#5c5c5c"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "espresso",
|
||||
|
@ -22,7 +24,8 @@
|
|||
"background": "#21211F",
|
||||
"primary": "#D1B59A",
|
||||
"accent": "#4E4E4E"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "cab",
|
||||
|
@ -30,7 +33,8 @@
|
|||
"background": "#F6D305",
|
||||
"primary": "#1F1F1F",
|
||||
"accent": "#424242"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "cloud",
|
||||
|
@ -38,7 +42,8 @@
|
|||
"background": "#f1f2f0",
|
||||
"primary": "#35342f",
|
||||
"accent": "#37bbe4"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "lime",
|
||||
|
@ -46,7 +51,8 @@
|
|||
"background": "#263238",
|
||||
"primary": "#AABBC3",
|
||||
"accent": "#aeea00"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "white",
|
||||
|
@ -54,7 +60,8 @@
|
|||
"background": "#ffffff",
|
||||
"primary": "#222222",
|
||||
"accent": "#dddddd"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "tron",
|
||||
|
@ -62,7 +69,8 @@
|
|||
"background": "#242B33",
|
||||
"primary": "#EFFBFF",
|
||||
"accent": "#6EE2FF"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "blues",
|
||||
|
@ -70,7 +78,8 @@
|
|||
"background": "#2B2C56",
|
||||
"primary": "#EFF1FC",
|
||||
"accent": "#6677EB"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "passion",
|
||||
|
@ -78,7 +87,8 @@
|
|||
"background": "#f5f5f5",
|
||||
"primary": "#12005e",
|
||||
"accent": "#8e24aa"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "chalk",
|
||||
|
@ -86,7 +96,8 @@
|
|||
"background": "#263238",
|
||||
"primary": "#AABBC3",
|
||||
"accent": "#FF869A"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "paper",
|
||||
|
@ -94,7 +105,8 @@
|
|||
"background": "#F8F6F1",
|
||||
"primary": "#4C432E",
|
||||
"accent": "#AA9A73"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "neon",
|
||||
|
@ -102,7 +114,8 @@
|
|||
"background": "#091833",
|
||||
"primary": "#EFFBFF",
|
||||
"accent": "#ea00d9"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "pumpkin",
|
||||
|
@ -110,7 +123,8 @@
|
|||
"background": "#2d3436",
|
||||
"primary": "#EFFBFF",
|
||||
"accent": "#ffa500"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
},
|
||||
{
|
||||
"name": "onedark",
|
||||
|
@ -118,7 +132,8 @@
|
|||
"background": "#282c34",
|
||||
"primary": "#dfd9d6",
|
||||
"accent": "#98c379"
|
||||
}
|
||||
},
|
||||
"isCustom": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue