//
// Skin file for Vintage
// Copyright 2022 by reFX Audio Software Inc.
//
// Do NOT modify this file directly as every time you
// open the reFX cloud-app, it will detect that is has been changed
// and download it again, overwriting your changes.
//
// If you want to make a skin based on this one, copy it under a different
// name and make changes to the copy.
//
{
	// Palette of your own colors that can then be used for the skin
	"palette": {

		"--main": "hsb(45, 20, 30)",
		"--medium": "#aaa",
		"--dark": "hsb(45, 100, 95)",
		"--group": "hsb(45, 100, 12)",
		"--header-dark": "hsb(45, 100, 5)"
	},

	// Front panel properties
	"panel": {

		"gradients": [
			"radial-gradient(circle at 46% 10%, #fff2, #0004 30%)",
			"linear-gradient(175deg, #0000 50%, #0003)",
			"linear-gradient(180deg, #0008, #0000 1.5% 98.5%, #0006)"
		],

		// Here we define all colors for the panel
		"colors": {

			// General
			"background": "--main",
			"label": "--medium",
			"accent": "gold",
			"modulated": "deeppink",
			"shadows": "black",
			"noise": "#f801",

			// Groups
			"groups": {

				"background": "--group",
				"label": "--dark",

				"browser": {

					"selected": {

						"background": "--dark",
						"text": "--group",
						"icon": "--group",
						"number": "--group"
					}
				}
			},

			// Dials
			"dials": {
				"line": "#fffa"
			},

			"dial-group": {
				"background": "#111118"
			},

			"menus": {
				"background": "hsb(45, 100, 25)",
				"label": "--dark",
				"outline": "black"
			}
		},

		"dial-style": {
			"shape-body": "oblong-square"
		}
	},

	"header": {

		"gradients": [
			"linear-gradient(179deg, #aaa, #bbb, #888, #aaa 90%, #777)"
		],

		"colors": {
			"background": "transparent",
			"noise": "#6672",
			"label": "#0008",
			"shadows": "#000a",
			"avatar-outline": "#0002",

			"dials": {
				"ring": "#0006"
			}
		}
	},

	"midi": {
		"gradients": [
			"linear-gradient(178deg, #777, #999, #666 50%, #888 90%, #555)"
		]
	}
}
