updated to include themes
This commit is contained in:
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"id": "everforest",
|
||||
"name": "Everforest",
|
||||
"version": "1.0.0",
|
||||
"author": "fontaine",
|
||||
"description": "Everforest is a green based color scheme, designed to be warm and soft",
|
||||
"dark": {
|
||||
"primary": "#a7c080",
|
||||
"primaryContainer": "#6c8446",
|
||||
"secondary": "#7fbbb3",
|
||||
"surfaceText": "#d3c6aa",
|
||||
"surfaceVariantText": "#d3c6aa",
|
||||
"backgroundText": "#d3c6aa",
|
||||
"error": "#e57e80",
|
||||
"warning": "#e59875",
|
||||
"info": "#dabc7f"
|
||||
},
|
||||
"light": {
|
||||
"primary": "#8ca101",
|
||||
"primaryContainer": "#92b259",
|
||||
"secondary": "#dea000",
|
||||
"surfaceText": "#5c6a72",
|
||||
"surfaceVariantText": "#5c6a72",
|
||||
"backgroundText": "#5c6a72",
|
||||
"outline": "#829181",
|
||||
"error": "#f75552",
|
||||
"warning": "#f47d26",
|
||||
"info": "#dea000"
|
||||
},
|
||||
"variants": {
|
||||
"default": "medium",
|
||||
"options": [
|
||||
{
|
||||
"id": "hard",
|
||||
"name": "Hard",
|
||||
"dark": {
|
||||
"primaryText": "#1e2326",
|
||||
"surface": "#1e2326",
|
||||
"surfaceVariant": "#272e33",
|
||||
"surfaceTint": "#3c4841",
|
||||
"background": "#272e33",
|
||||
"outline": "#9da9a0",
|
||||
"surfaceContainer": "#2e383c",
|
||||
"surfaceContainerHigh": "#374145",
|
||||
"surfaceContainerHighest": "#414b50"
|
||||
},
|
||||
"light": {
|
||||
"primaryText": "#f2efdf",
|
||||
"surface": "#f2efdf",
|
||||
"surfaceVariant": "#fffbef",
|
||||
"surfaceTint": "#f3f5d9",
|
||||
"background": "#fffbef",
|
||||
"surfaceContainer": "#f2efdf",
|
||||
"surfaceContainerHigh": "#edeada",
|
||||
"surfaceContainerHighest": "#e8e5d5"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "medium",
|
||||
"name": "Medium",
|
||||
"dark": {
|
||||
"primaryText": "#232a2e",
|
||||
"surface": "#232a2e",
|
||||
"surfaceVariant": "#2d353b",
|
||||
"surfaceTint": "#425047",
|
||||
"background": "#2d353b",
|
||||
"outline": "#56635f",
|
||||
"surfaceContainer": "#343f44",
|
||||
"surfaceContainerHigh": "#3d484d",
|
||||
"surfaceContainerHighest": "#475258"
|
||||
},
|
||||
"light": {
|
||||
"primaryText": "#efebd4",
|
||||
"surface": "#efebd4",
|
||||
"surfaceVariant": "#fdf6e3",
|
||||
"surfaceTint": "#f0f1d2",
|
||||
"background": "#fdf6e3",
|
||||
"surfaceContainer": "#efebd4",
|
||||
"surfaceContainerHigh": "#e6e2cc",
|
||||
"surfaceContainerHighest": "#e0dcc7"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "soft",
|
||||
"name": "Soft",
|
||||
"dark": {
|
||||
"primaryText": "#293136",
|
||||
"surface": "#293136",
|
||||
"surfaceVariant": "#333c43",
|
||||
"surfaceTint": "#48584e",
|
||||
"background": "#333c43",
|
||||
"outline": "#b9c0ab",
|
||||
"surfaceContainer": "#3a464c",
|
||||
"surfaceContainerHigh": "#434f55",
|
||||
"surfaceContainerHighest": "#4d5960"
|
||||
},
|
||||
"light": {
|
||||
"primaryText": "#e5dfc5",
|
||||
"surface": "#e5dfc5",
|
||||
"surfaceVariant": "#f3ead3",
|
||||
"surfaceTint": "#e5e6c5",
|
||||
"background": "#f3ead3",
|
||||
"surfaceContainer": "#e5dfc5",
|
||||
"surfaceContainerHigh": "#ddd8be",
|
||||
"surfaceContainerHighest": "#d8d3ba"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"sourceDir": "everforest"
|
||||
}
|
||||
Reference in New Issue
Block a user