mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Fix incorrect ramp preset values in color.ts
- Regenerate themes and tokens as well
This commit is contained in:
parent
60295af00a
commit
d029a5c376
@ -18,7 +18,7 @@
|
||||
},
|
||||
"highlight_text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#1684b6",
|
||||
"color": "#2db4f3",
|
||||
"weight": "bold",
|
||||
"size": 14
|
||||
}
|
||||
@ -38,7 +38,7 @@
|
||||
},
|
||||
"highlight_text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#1684b6",
|
||||
"color": "#2db4f3",
|
||||
"weight": "bold",
|
||||
"size": 14
|
||||
},
|
||||
@ -70,8 +70,8 @@
|
||||
"size": 14
|
||||
},
|
||||
"selection": {
|
||||
"cursor": "#195cc8",
|
||||
"selection": "#307af3"
|
||||
"cursor": "#4287f6",
|
||||
"selection": "#d0e2fd"
|
||||
},
|
||||
"text": {
|
||||
"family": "Zed Mono",
|
||||
@ -111,8 +111,8 @@
|
||||
"background": "#1c1c1c",
|
||||
"icon_close": "#555555",
|
||||
"icon_close_active": "#ffffff",
|
||||
"icon_conflict": "#c38214",
|
||||
"icon_dirty": "#195cc8",
|
||||
"icon_conflict": "#f7b241",
|
||||
"icon_dirty": "#4287f6",
|
||||
"icon_width": 8,
|
||||
"spacing": 10,
|
||||
"text": {
|
||||
@ -137,8 +137,8 @@
|
||||
"background": "#000000",
|
||||
"icon_close": "#555555",
|
||||
"icon_close_active": "#ffffff",
|
||||
"icon_conflict": "#c38214",
|
||||
"icon_dirty": "#195cc8",
|
||||
"icon_conflict": "#f7b241",
|
||||
"icon_dirty": "#4287f6",
|
||||
"icon_width": 8,
|
||||
"spacing": 10,
|
||||
"text": {
|
||||
@ -289,7 +289,7 @@
|
||||
},
|
||||
"outdated_warning": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#cc8712",
|
||||
"color": "#f8c570",
|
||||
"size": 13
|
||||
}
|
||||
},
|
||||
@ -329,11 +329,11 @@
|
||||
"background": "#000000",
|
||||
"active_line_background": "#0e0e0e",
|
||||
"code_actions_indicator": "#9c9c9c",
|
||||
"diff_background_deleted": "#d71c1c",
|
||||
"diff_background_inserted": "#1ea34f",
|
||||
"document_highlight_read_background": "#1e22db",
|
||||
"document_highlight_write_background": "#1e22db",
|
||||
"error_color": "#d71c1c",
|
||||
"diff_background_deleted": "#f78c8c",
|
||||
"diff_background_inserted": "#22c55e",
|
||||
"document_highlight_read_background": "#777af4",
|
||||
"document_highlight_write_background": "#777af4",
|
||||
"error_color": "#f78c8c",
|
||||
"gutter_background": "#000000",
|
||||
"gutter_padding_factor": 2.5,
|
||||
"highlighted_line_background": "#070707",
|
||||
@ -342,37 +342,37 @@
|
||||
"rename_fade": 0.6,
|
||||
"unnecessary_code_fade": 0.5,
|
||||
"selection": {
|
||||
"cursor": "#195cc8",
|
||||
"selection": "#307af3"
|
||||
"cursor": "#4287f6",
|
||||
"selection": "#d0e2fd"
|
||||
},
|
||||
"guest_selections": [
|
||||
{
|
||||
"cursor": "#70a919",
|
||||
"selection": "#80c517"
|
||||
"cursor": "#87d116",
|
||||
"selection": "#dbf9ac"
|
||||
},
|
||||
{
|
||||
"cursor": "#1e22db",
|
||||
"selection": "#5558ee"
|
||||
"cursor": "#777af4",
|
||||
"selection": "#d4d5fd"
|
||||
},
|
||||
{
|
||||
"cursor": "#c45c14",
|
||||
"selection": "#f66e0f"
|
||||
"cursor": "#f98a3d",
|
||||
"selection": "#fde0cd"
|
||||
},
|
||||
{
|
||||
"cursor": "#7d19dc",
|
||||
"selection": "#a048f4"
|
||||
"cursor": "#b671f8",
|
||||
"selection": "#e9d4fd"
|
||||
},
|
||||
{
|
||||
"cursor": "#17a293",
|
||||
"selection": "#15b3a2"
|
||||
"cursor": "#16ddc7",
|
||||
"selection": "#b4faf2"
|
||||
},
|
||||
{
|
||||
"cursor": "#d51e79",
|
||||
"selection": "#e93d92"
|
||||
"cursor": "#f58ac0",
|
||||
"selection": "#fcd4e8"
|
||||
},
|
||||
{
|
||||
"cursor": "#bc9212",
|
||||
"selection": "#e0ac0b"
|
||||
"cursor": "#f6bc09",
|
||||
"selection": "#fceabc"
|
||||
}
|
||||
],
|
||||
"autocomplete": {
|
||||
@ -406,7 +406,7 @@
|
||||
"left": -14
|
||||
},
|
||||
"match_highlight": {
|
||||
"color": "#1588bc",
|
||||
"color": "#59c3f5",
|
||||
"weight": "normal"
|
||||
},
|
||||
"selected_item": {
|
||||
@ -481,12 +481,12 @@
|
||||
"message": {
|
||||
"text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#d71c1c",
|
||||
"color": "#f78c8c",
|
||||
"size": 14
|
||||
},
|
||||
"highlight_text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#d71c1c",
|
||||
"color": "#f78c8c",
|
||||
"size": 14,
|
||||
"weight": "bold"
|
||||
}
|
||||
@ -504,12 +504,12 @@
|
||||
"message": {
|
||||
"text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#cc8712",
|
||||
"color": "#f8c570",
|
||||
"size": 14
|
||||
},
|
||||
"highlight_text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#cc8712",
|
||||
"color": "#f8c570",
|
||||
"size": 14,
|
||||
"weight": "bold"
|
||||
}
|
||||
@ -527,12 +527,12 @@
|
||||
"message": {
|
||||
"text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#185fd0",
|
||||
"color": "#6099f7",
|
||||
"size": 14
|
||||
},
|
||||
"highlight_text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#185fd0",
|
||||
"color": "#6099f7",
|
||||
"size": 14,
|
||||
"weight": "bold"
|
||||
}
|
||||
@ -550,12 +550,12 @@
|
||||
"message": {
|
||||
"text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#185fd0",
|
||||
"color": "#6099f7",
|
||||
"size": 14
|
||||
},
|
||||
"highlight_text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#185fd0",
|
||||
"color": "#6099f7",
|
||||
"size": 14,
|
||||
"weight": "bold"
|
||||
}
|
||||
@ -929,8 +929,8 @@
|
||||
"size": 14
|
||||
},
|
||||
"selection": {
|
||||
"cursor": "#195cc8",
|
||||
"selection": "#307af3"
|
||||
"cursor": "#4287f6",
|
||||
"selection": "#d0e2fd"
|
||||
},
|
||||
"border": {
|
||||
"color": "#151515",
|
||||
@ -1067,7 +1067,7 @@
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"match_background": "#70a919",
|
||||
"match_background": "#87d116",
|
||||
"tab_icon_spacing": 4,
|
||||
"tab_icon_width": 14,
|
||||
"active_hovered_option_button": {
|
||||
@ -1123,8 +1123,8 @@
|
||||
"size": 16
|
||||
},
|
||||
"selection": {
|
||||
"cursor": "#195cc8",
|
||||
"selection": "#307af3"
|
||||
"cursor": "#4287f6",
|
||||
"selection": "#d0e2fd"
|
||||
},
|
||||
"text": {
|
||||
"family": "Zed Mono",
|
||||
@ -1177,8 +1177,8 @@
|
||||
"size": 16
|
||||
},
|
||||
"selection": {
|
||||
"cursor": "#195cc8",
|
||||
"selection": "#307af3"
|
||||
"cursor": "#4287f6",
|
||||
"selection": "#d0e2fd"
|
||||
},
|
||||
"text": {
|
||||
"family": "Zed Mono",
|
||||
@ -1186,7 +1186,7 @@
|
||||
"size": 16
|
||||
},
|
||||
"border": {
|
||||
"color": "#cd1c1c",
|
||||
"color": "#f47171",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
|
@ -18,7 +18,7 @@
|
||||
},
|
||||
"highlight_text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#185fd0",
|
||||
"color": "#6099f7",
|
||||
"weight": "bold",
|
||||
"size": 14
|
||||
}
|
||||
@ -38,7 +38,7 @@
|
||||
},
|
||||
"highlight_text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#185fd0",
|
||||
"color": "#6099f7",
|
||||
"weight": "bold",
|
||||
"size": 14
|
||||
},
|
||||
@ -70,8 +70,8 @@
|
||||
"size": 14
|
||||
},
|
||||
"selection": {
|
||||
"cursor": "#185fd0",
|
||||
"selection": "#307af3"
|
||||
"cursor": "#6099f7",
|
||||
"selection": "#d0e2fd"
|
||||
},
|
||||
"text": {
|
||||
"family": "Zed Mono",
|
||||
@ -111,8 +111,8 @@
|
||||
"background": "#f1f1f1",
|
||||
"icon_close": "#555555",
|
||||
"icon_close_active": "#000000",
|
||||
"icon_conflict": "#bc9212",
|
||||
"icon_dirty": "#195cc8",
|
||||
"icon_conflict": "#f6bc09",
|
||||
"icon_dirty": "#4287f6",
|
||||
"icon_width": 8,
|
||||
"spacing": 10,
|
||||
"text": {
|
||||
@ -137,8 +137,8 @@
|
||||
"background": "#ffffff",
|
||||
"icon_close": "#555555",
|
||||
"icon_close_active": "#000000",
|
||||
"icon_conflict": "#bc9212",
|
||||
"icon_dirty": "#195cc8",
|
||||
"icon_conflict": "#f6bc09",
|
||||
"icon_dirty": "#4287f6",
|
||||
"icon_width": 8,
|
||||
"spacing": 10,
|
||||
"text": {
|
||||
@ -289,7 +289,7 @@
|
||||
},
|
||||
"outdated_warning": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#b68e14",
|
||||
"color": "#e5af09",
|
||||
"size": 13
|
||||
}
|
||||
},
|
||||
@ -329,11 +329,11 @@
|
||||
"background": "#ffffff",
|
||||
"active_line_background": "#e3e3e3",
|
||||
"code_actions_indicator": "#717171",
|
||||
"diff_background_deleted": "#ec3939",
|
||||
"diff_background_inserted": "#21bf5b",
|
||||
"diff_background_deleted": "#fdd4d4",
|
||||
"diff_background_inserted": "#befad2",
|
||||
"document_highlight_read_background": "#e3e3e3",
|
||||
"document_highlight_write_background": "#e3e3e3",
|
||||
"error_color": "#cd1c1c",
|
||||
"error_color": "#f47171",
|
||||
"gutter_background": "#ffffff",
|
||||
"gutter_padding_factor": 2.5,
|
||||
"highlighted_line_background": "#e3e3e3",
|
||||
@ -342,37 +342,37 @@
|
||||
"rename_fade": 0.6,
|
||||
"unnecessary_code_fade": 0.5,
|
||||
"selection": {
|
||||
"cursor": "#185fd0",
|
||||
"selection": "#307af3"
|
||||
"cursor": "#6099f7",
|
||||
"selection": "#d0e2fd"
|
||||
},
|
||||
"guest_selections": [
|
||||
{
|
||||
"cursor": "#70a919",
|
||||
"selection": "#80c517"
|
||||
"cursor": "#87d116",
|
||||
"selection": "#dbf9ac"
|
||||
},
|
||||
{
|
||||
"cursor": "#1e22db",
|
||||
"selection": "#5558ee"
|
||||
"cursor": "#777af4",
|
||||
"selection": "#d4d5fd"
|
||||
},
|
||||
{
|
||||
"cursor": "#c45c14",
|
||||
"selection": "#f66e0f"
|
||||
"cursor": "#f98a3d",
|
||||
"selection": "#fde0cd"
|
||||
},
|
||||
{
|
||||
"cursor": "#7d19dc",
|
||||
"selection": "#a048f4"
|
||||
"cursor": "#b671f8",
|
||||
"selection": "#e9d4fd"
|
||||
},
|
||||
{
|
||||
"cursor": "#17a293",
|
||||
"selection": "#15b3a2"
|
||||
"cursor": "#16ddc7",
|
||||
"selection": "#b4faf2"
|
||||
},
|
||||
{
|
||||
"cursor": "#d51e79",
|
||||
"selection": "#e93d92"
|
||||
"cursor": "#f58ac0",
|
||||
"selection": "#fcd4e8"
|
||||
},
|
||||
{
|
||||
"cursor": "#bc9212",
|
||||
"selection": "#e0ac0b"
|
||||
"cursor": "#f6bc09",
|
||||
"selection": "#fceabc"
|
||||
}
|
||||
],
|
||||
"autocomplete": {
|
||||
@ -406,7 +406,7 @@
|
||||
"left": -14
|
||||
},
|
||||
"match_highlight": {
|
||||
"color": "#1588bc",
|
||||
"color": "#59c3f5",
|
||||
"weight": "normal"
|
||||
},
|
||||
"selected_item": {
|
||||
@ -481,12 +481,12 @@
|
||||
"message": {
|
||||
"text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#cd1c1c",
|
||||
"color": "#f47171",
|
||||
"size": 14
|
||||
},
|
||||
"highlight_text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#cd1c1c",
|
||||
"color": "#f47171",
|
||||
"size": 14,
|
||||
"weight": "bold"
|
||||
}
|
||||
@ -504,12 +504,12 @@
|
||||
"message": {
|
||||
"text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#b68e14",
|
||||
"color": "#e5af09",
|
||||
"size": 14
|
||||
},
|
||||
"highlight_text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#b68e14",
|
||||
"color": "#e5af09",
|
||||
"size": 14,
|
||||
"weight": "bold"
|
||||
}
|
||||
@ -527,12 +527,12 @@
|
||||
"message": {
|
||||
"text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#185fd0",
|
||||
"color": "#6099f7",
|
||||
"size": 14
|
||||
},
|
||||
"highlight_text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#185fd0",
|
||||
"color": "#6099f7",
|
||||
"size": 14,
|
||||
"weight": "bold"
|
||||
}
|
||||
@ -550,12 +550,12 @@
|
||||
"message": {
|
||||
"text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#185fd0",
|
||||
"color": "#6099f7",
|
||||
"size": 14
|
||||
},
|
||||
"highlight_text": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#185fd0",
|
||||
"color": "#6099f7",
|
||||
"size": 14,
|
||||
"weight": "bold"
|
||||
}
|
||||
@ -929,8 +929,8 @@
|
||||
"size": 14
|
||||
},
|
||||
"selection": {
|
||||
"cursor": "#185fd0",
|
||||
"selection": "#307af3"
|
||||
"cursor": "#6099f7",
|
||||
"selection": "#d0e2fd"
|
||||
},
|
||||
"border": {
|
||||
"color": "#e3e3e3",
|
||||
@ -1123,8 +1123,8 @@
|
||||
"size": 16
|
||||
},
|
||||
"selection": {
|
||||
"cursor": "#185fd0",
|
||||
"selection": "#307af3"
|
||||
"cursor": "#6099f7",
|
||||
"selection": "#d0e2fd"
|
||||
},
|
||||
"text": {
|
||||
"family": "Zed Mono",
|
||||
@ -1177,8 +1177,8 @@
|
||||
"size": 16
|
||||
},
|
||||
"selection": {
|
||||
"cursor": "#185fd0",
|
||||
"selection": "#307af3"
|
||||
"cursor": "#6099f7",
|
||||
"selection": "#d0e2fd"
|
||||
},
|
||||
"text": {
|
||||
"family": "Zed Mono",
|
||||
@ -1186,7 +1186,7 @@
|
||||
"size": 16
|
||||
},
|
||||
"border": {
|
||||
"color": "#e72727",
|
||||
"color": "#fbbdbd",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
|
@ -194,42 +194,42 @@
|
||||
"type": "color"
|
||||
},
|
||||
"100": {
|
||||
"value": "#f13455",
|
||||
"value": "#fdd5db",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"200": {
|
||||
"value": "#eb2245",
|
||||
"value": "#fbbdc8",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"300": {
|
||||
"value": "#e7183b",
|
||||
"value": "#faa4b3",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"400": {
|
||||
"value": "#da193a",
|
||||
"value": "#f98a9d",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"500": {
|
||||
"value": "#d01939",
|
||||
"value": "#f76e86",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"600": {
|
||||
"value": "#c81a37",
|
||||
"value": "#f54c69",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"700": {
|
||||
"value": "#c01a36",
|
||||
"value": "#ec2548",
|
||||
"step": 700,
|
||||
"type": "color"
|
||||
},
|
||||
"800": {
|
||||
"value": "#ba1a36",
|
||||
"value": "#d21939",
|
||||
"step": 800,
|
||||
"type": "color"
|
||||
},
|
||||
@ -246,42 +246,42 @@
|
||||
"type": "color"
|
||||
},
|
||||
"100": {
|
||||
"value": "#ec3939",
|
||||
"value": "#fdd4d4",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"200": {
|
||||
"value": "#e72727",
|
||||
"value": "#fbbdbd",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"300": {
|
||||
"value": "#e31c1c",
|
||||
"value": "#f9a5a5",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"400": {
|
||||
"value": "#d71c1c",
|
||||
"value": "#f78c8c",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"500": {
|
||||
"value": "#cd1c1c",
|
||||
"value": "#f47171",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"600": {
|
||||
"value": "#c51c1c",
|
||||
"value": "#f15252",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"700": {
|
||||
"value": "#be1c1c",
|
||||
"value": "#e82c2c",
|
||||
"step": 700,
|
||||
"type": "color"
|
||||
},
|
||||
"800": {
|
||||
"value": "#b81c1c",
|
||||
"value": "#d11c1c",
|
||||
"step": 800,
|
||||
"type": "color"
|
||||
},
|
||||
@ -298,42 +298,42 @@
|
||||
"type": "color"
|
||||
},
|
||||
"100": {
|
||||
"value": "#f66e0f",
|
||||
"value": "#fde0cd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"200": {
|
||||
"value": "#e5660f",
|
||||
"value": "#fbccac",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"300": {
|
||||
"value": "#d66211",
|
||||
"value": "#fab78b",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"400": {
|
||||
"value": "#cc5f13",
|
||||
"value": "#faa266",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"500": {
|
||||
"value": "#c45c14",
|
||||
"value": "#f98a3d",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"600": {
|
||||
"value": "#bc5a15",
|
||||
"value": "#f77113",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"700": {
|
||||
"value": "#b65816",
|
||||
"value": "#e0650f",
|
||||
"step": 700,
|
||||
"type": "color"
|
||||
},
|
||||
"800": {
|
||||
"value": "#b15617",
|
||||
"value": "#c65d14",
|
||||
"step": 800,
|
||||
"type": "color"
|
||||
},
|
||||
@ -350,42 +350,42 @@
|
||||
"type": "color"
|
||||
},
|
||||
"100": {
|
||||
"value": "#eb980d",
|
||||
"value": "#fce7c4",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"200": {
|
||||
"value": "#d88e10",
|
||||
"value": "#fad69d",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"300": {
|
||||
"value": "#cc8712",
|
||||
"value": "#f8c570",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"400": {
|
||||
"value": "#c38214",
|
||||
"value": "#f7b241",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"500": {
|
||||
"value": "#bb7e15",
|
||||
"value": "#f59f0c",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"600": {
|
||||
"value": "#b57a16",
|
||||
"value": "#e1930e",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"700": {
|
||||
"value": "#b07717",
|
||||
"value": "#cd8812",
|
||||
"step": 700,
|
||||
"type": "color"
|
||||
},
|
||||
"800": {
|
||||
"value": "#ab7517",
|
||||
"value": "#ba7d15",
|
||||
"step": 800,
|
||||
"type": "color"
|
||||
},
|
||||
@ -402,42 +402,42 @@
|
||||
"type": "color"
|
||||
},
|
||||
"100": {
|
||||
"value": "#e0ac0b",
|
||||
"value": "#fceabc",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"200": {
|
||||
"value": "#cfa00f",
|
||||
"value": "#fadc89",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"300": {
|
||||
"value": "#c49811",
|
||||
"value": "#f8cc4e",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"400": {
|
||||
"value": "#bc9212",
|
||||
"value": "#f6bc09",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"500": {
|
||||
"value": "#b68e14",
|
||||
"value": "#e5af09",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"600": {
|
||||
"value": "#b08a15",
|
||||
"value": "#d4a30d",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"700": {
|
||||
"value": "#ac8615",
|
||||
"value": "#c49811",
|
||||
"step": 700,
|
||||
"type": "color"
|
||||
},
|
||||
"800": {
|
||||
"value": "#a88316",
|
||||
"value": "#b48d14",
|
||||
"step": 800,
|
||||
"type": "color"
|
||||
},
|
||||
@ -454,42 +454,42 @@
|
||||
"type": "color"
|
||||
},
|
||||
"100": {
|
||||
"value": "#80c517",
|
||||
"value": "#dbf9ac",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"200": {
|
||||
"value": "#7aba18",
|
||||
"value": "#bdf36b",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"300": {
|
||||
"value": "#76b318",
|
||||
"value": "#9feb2b",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"400": {
|
||||
"value": "#72ad19",
|
||||
"value": "#90df17",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"500": {
|
||||
"value": "#70a919",
|
||||
"value": "#87d116",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"600": {
|
||||
"value": "#6ea519",
|
||||
"value": "#7fc417",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"700": {
|
||||
"value": "#6ca219",
|
||||
"value": "#78b618",
|
||||
"step": 700,
|
||||
"type": "color"
|
||||
},
|
||||
"800": {
|
||||
"value": "#6a9f1a",
|
||||
"value": "#70aa19",
|
||||
"step": 800,
|
||||
"type": "color"
|
||||
},
|
||||
@ -506,42 +506,42 @@
|
||||
"type": "color"
|
||||
},
|
||||
"100": {
|
||||
"value": "#21bf5b",
|
||||
"value": "#befad2",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"200": {
|
||||
"value": "#20b557",
|
||||
"value": "#8ff4b2",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"300": {
|
||||
"value": "#1faf54",
|
||||
"value": "#60ec92",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"400": {
|
||||
"value": "#1faa52",
|
||||
"value": "#34e173",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"500": {
|
||||
"value": "#1ea650",
|
||||
"value": "#23d464",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"600": {
|
||||
"value": "#1ea34f",
|
||||
"value": "#22c55e",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"700": {
|
||||
"value": "#1da04d",
|
||||
"value": "#20b658",
|
||||
"step": 700,
|
||||
"type": "color"
|
||||
},
|
||||
"800": {
|
||||
"value": "#1d9d4c",
|
||||
"value": "#1ea851",
|
||||
"step": 800,
|
||||
"type": "color"
|
||||
},
|
||||
@ -558,42 +558,42 @@
|
||||
"type": "color"
|
||||
},
|
||||
"100": {
|
||||
"value": "#11b47e",
|
||||
"value": "#b3fbe3",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"200": {
|
||||
"value": "#13ac79",
|
||||
"value": "#72f6ca",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"300": {
|
||||
"value": "#14a776",
|
||||
"value": "#1feda9",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"400": {
|
||||
"value": "#15a374",
|
||||
"value": "#12e09b",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"500": {
|
||||
"value": "#16a072",
|
||||
"value": "#11d091",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"600": {
|
||||
"value": "#169d70",
|
||||
"value": "#11c287",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"700": {
|
||||
"value": "#179b6f",
|
||||
"value": "#11b37e",
|
||||
"step": 700,
|
||||
"type": "color"
|
||||
},
|
||||
"800": {
|
||||
"value": "#17996e",
|
||||
"value": "#15a575",
|
||||
"step": 800,
|
||||
"type": "color"
|
||||
},
|
||||
@ -610,42 +610,42 @@
|
||||
"type": "color"
|
||||
},
|
||||
"100": {
|
||||
"value": "#15b3a2",
|
||||
"value": "#b4faf2",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"200": {
|
||||
"value": "#16ab9b",
|
||||
"value": "#73f4e6",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"300": {
|
||||
"value": "#17a696",
|
||||
"value": "#26ebd5",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"400": {
|
||||
"value": "#17a293",
|
||||
"value": "#16ddc7",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"500": {
|
||||
"value": "#189f90",
|
||||
"value": "#15cfba",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"600": {
|
||||
"value": "#189d8e",
|
||||
"value": "#15c1ae",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"700": {
|
||||
"value": "#189a8c",
|
||||
"value": "#15b2a1",
|
||||
"step": 700,
|
||||
"type": "color"
|
||||
},
|
||||
"800": {
|
||||
"value": "#19988a",
|
||||
"value": "#17a495",
|
||||
"step": 800,
|
||||
"type": "color"
|
||||
},
|
||||
@ -662,42 +662,42 @@
|
||||
"type": "color"
|
||||
},
|
||||
"100": {
|
||||
"value": "#09b5cc",
|
||||
"value": "#bcf5fc",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"200": {
|
||||
"value": "#0daabf",
|
||||
"value": "#86edfa",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"300": {
|
||||
"value": "#0fa3b7",
|
||||
"value": "#41e3f8",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"400": {
|
||||
"value": "#119eb1",
|
||||
"value": "#07d5f1",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"500": {
|
||||
"value": "#1299ac",
|
||||
"value": "#07c7e1",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"600": {
|
||||
"value": "#1396a8",
|
||||
"value": "#07b8d0",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"700": {
|
||||
"value": "#1493a4",
|
||||
"value": "#0daabf",
|
||||
"step": 700,
|
||||
"type": "color"
|
||||
},
|
||||
"800": {
|
||||
"value": "#1590a1",
|
||||
"value": "#119bae",
|
||||
"step": 800,
|
||||
"type": "color"
|
||||
},
|
||||
@ -714,42 +714,42 @@
|
||||
"type": "color"
|
||||
},
|
||||
"100": {
|
||||
"value": "#109fdf",
|
||||
"value": "#caecfc",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"200": {
|
||||
"value": "#1394cf",
|
||||
"value": "#a6defa",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"300": {
|
||||
"value": "#148dc4",
|
||||
"value": "#81d2f8",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"400": {
|
||||
"value": "#1588bc",
|
||||
"value": "#59c3f5",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"500": {
|
||||
"value": "#1684b6",
|
||||
"value": "#2db4f3",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"600": {
|
||||
"value": "#1780b0",
|
||||
"value": "#0ea5e8",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"700": {
|
||||
"value": "#177dac",
|
||||
"value": "#1296d1",
|
||||
"step": 700,
|
||||
"type": "color"
|
||||
},
|
||||
"800": {
|
||||
"value": "#187ba8",
|
||||
"value": "#1686ba",
|
||||
"step": 800,
|
||||
"type": "color"
|
||||
},
|
||||
@ -766,42 +766,42 @@
|
||||
"type": "color"
|
||||
},
|
||||
"100": {
|
||||
"value": "#307af3",
|
||||
"value": "#d0e2fd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"200": {
|
||||
"value": "#1f6eed",
|
||||
"value": "#b4cffb",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"300": {
|
||||
"value": "#1666e7",
|
||||
"value": "#99befa",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"400": {
|
||||
"value": "#1762db",
|
||||
"value": "#7cacf9",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"500": {
|
||||
"value": "#185fd0",
|
||||
"value": "#6099f7",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"600": {
|
||||
"value": "#195cc8",
|
||||
"value": "#4287f6",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"700": {
|
||||
"value": "#1959c0",
|
||||
"value": "#2774f0",
|
||||
"step": 700,
|
||||
"type": "color"
|
||||
},
|
||||
"800": {
|
||||
"value": "#1957ba",
|
||||
"value": "#1762db",
|
||||
"step": 800,
|
||||
"type": "color"
|
||||
},
|
||||
@ -818,42 +818,42 @@
|
||||
"type": "color"
|
||||
},
|
||||
"100": {
|
||||
"value": "#5558ee",
|
||||
"value": "#d4d5fd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"200": {
|
||||
"value": "#3d41e9",
|
||||
"value": "#bebefb",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"300": {
|
||||
"value": "#2e32e5",
|
||||
"value": "#a7a8f9",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"400": {
|
||||
"value": "#2327e2",
|
||||
"value": "#8f90f6",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"500": {
|
||||
"value": "#1e22db",
|
||||
"value": "#777af4",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"600": {
|
||||
"value": "#1e22d1",
|
||||
"value": "#5f62f0",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"700": {
|
||||
"value": "#1e21c9",
|
||||
"value": "#464aeb",
|
||||
"step": 700,
|
||||
"type": "color"
|
||||
},
|
||||
"800": {
|
||||
"value": "#1e21c1",
|
||||
"value": "#292de4",
|
||||
"step": 800,
|
||||
"type": "color"
|
||||
},
|
||||
@ -870,42 +870,42 @@
|
||||
"type": "color"
|
||||
},
|
||||
"100": {
|
||||
"value": "#804ef3",
|
||||
"value": "#e0d5fd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"200": {
|
||||
"value": "#6e37ee",
|
||||
"value": "#cfbcfb",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"300": {
|
||||
"value": "#6329e9",
|
||||
"value": "#bda4fa",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"400": {
|
||||
"value": "#5a1ee6",
|
||||
"value": "#ad8cf9",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"500": {
|
||||
"value": "#551bde",
|
||||
"value": "#9b73f7",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"600": {
|
||||
"value": "#531bd4",
|
||||
"value": "#8959f6",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"700": {
|
||||
"value": "#501bcb",
|
||||
"value": "#7540f0",
|
||||
"step": 700,
|
||||
"type": "color"
|
||||
},
|
||||
"800": {
|
||||
"value": "#4e1bc3",
|
||||
"value": "#5e22e7",
|
||||
"step": 800,
|
||||
"type": "color"
|
||||
},
|
||||
@ -922,42 +922,42 @@
|
||||
"type": "color"
|
||||
},
|
||||
"100": {
|
||||
"value": "#a048f4",
|
||||
"value": "#e9d4fd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"200": {
|
||||
"value": "#9332ee",
|
||||
"value": "#dcbcfc",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"300": {
|
||||
"value": "#8a24ea",
|
||||
"value": "#d0a4fa",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"400": {
|
||||
"value": "#831ae7",
|
||||
"value": "#c38bf9",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"500": {
|
||||
"value": "#7d19dc",
|
||||
"value": "#b671f8",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"600": {
|
||||
"value": "#781ad2",
|
||||
"value": "#a856f7",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"700": {
|
||||
"value": "#741ac9",
|
||||
"value": "#9739f1",
|
||||
"step": 700,
|
||||
"type": "color"
|
||||
},
|
||||
"800": {
|
||||
"value": "#701bc2",
|
||||
"value": "#831ae6",
|
||||
"step": 800,
|
||||
"type": "color"
|
||||
},
|
||||
@ -974,42 +974,42 @@
|
||||
"type": "color"
|
||||
},
|
||||
"100": {
|
||||
"value": "#d63be2",
|
||||
"value": "#fad4fc",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"200": {
|
||||
"value": "#d12ade",
|
||||
"value": "#f6bbfa",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"300": {
|
||||
"value": "#ca23d6",
|
||||
"value": "#f1a2f7",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"400": {
|
||||
"value": "#c122cc",
|
||||
"value": "#ec8af3",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"500": {
|
||||
"value": "#b921c4",
|
||||
"value": "#e56fee",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"600": {
|
||||
"value": "#b320bd",
|
||||
"value": "#dd51e7",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"700": {
|
||||
"value": "#ad20b7",
|
||||
"value": "#d32edf",
|
||||
"step": 700,
|
||||
"type": "color"
|
||||
},
|
||||
"800": {
|
||||
"value": "#a81fb2",
|
||||
"value": "#bc21c8",
|
||||
"step": 800,
|
||||
"type": "color"
|
||||
},
|
||||
@ -1026,42 +1026,42 @@
|
||||
"type": "color"
|
||||
},
|
||||
"100": {
|
||||
"value": "#e93d92",
|
||||
"value": "#fcd4e8",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"200": {
|
||||
"value": "#e42a87",
|
||||
"value": "#fbbcdb",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"300": {
|
||||
"value": "#e11e7f",
|
||||
"value": "#f8a5ce",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"400": {
|
||||
"value": "#d51e79",
|
||||
"value": "#f58ac0",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"500": {
|
||||
"value": "#cc1e75",
|
||||
"value": "#f26fb0",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"600": {
|
||||
"value": "#c41e71",
|
||||
"value": "#ee519e",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"700": {
|
||||
"value": "#bd1d6d",
|
||||
"value": "#e52e89",
|
||||
"step": 700,
|
||||
"type": "color"
|
||||
},
|
||||
"800": {
|
||||
"value": "#b71d6a",
|
||||
"value": "#ce1e76",
|
||||
"step": 800,
|
||||
"type": "color"
|
||||
},
|
||||
|
@ -29,27 +29,27 @@
|
||||
"type": "color"
|
||||
},
|
||||
"feature": {
|
||||
"value": "#1684b6",
|
||||
"value": "#2db4f3",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"ok": {
|
||||
"value": "#1ea34f",
|
||||
"value": "#22c55e",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"error": {
|
||||
"value": "#d71c1c",
|
||||
"value": "#f78c8c",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"warning": {
|
||||
"value": "#cc8712",
|
||||
"value": "#f8c570",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"info": {
|
||||
"value": "#185fd0",
|
||||
"value": "#6099f7",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
}
|
||||
@ -81,27 +81,27 @@
|
||||
"type": "color"
|
||||
},
|
||||
"feature": {
|
||||
"value": "#1684b6",
|
||||
"value": "#2db4f3",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"ok": {
|
||||
"value": "#1ea34f",
|
||||
"value": "#22c55e",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"error": {
|
||||
"value": "#cd1c1c",
|
||||
"value": "#f47171",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"warning": {
|
||||
"value": "#c38214",
|
||||
"value": "#f7b241",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"info": {
|
||||
"value": "#195cc8",
|
||||
"value": "#4287f6",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
}
|
||||
@ -175,88 +175,88 @@
|
||||
},
|
||||
"ok": {
|
||||
"base": {
|
||||
"value": "#1ea34f",
|
||||
"value": "#22c55e",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"hovered": {
|
||||
"value": "#1ea34f",
|
||||
"value": "#22c55e",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"active": {
|
||||
"value": "#1ea34f",
|
||||
"value": "#22c55e",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"focused": {
|
||||
"value": "#1ea34f",
|
||||
"value": "#22c55e",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"base": {
|
||||
"value": "#d71c1c",
|
||||
"value": "#f78c8c",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"hovered": {
|
||||
"value": "#d71c1c",
|
||||
"value": "#f78c8c",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"active": {
|
||||
"value": "#d71c1c",
|
||||
"value": "#f78c8c",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"focused": {
|
||||
"value": "#d71c1c",
|
||||
"value": "#f78c8c",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"warning": {
|
||||
"base": {
|
||||
"value": "#cc8712",
|
||||
"value": "#f8c570",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"hovered": {
|
||||
"value": "#cc8712",
|
||||
"value": "#f8c570",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"active": {
|
||||
"value": "#cc8712",
|
||||
"value": "#f8c570",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
},
|
||||
"focused": {
|
||||
"value": "#cc8712",
|
||||
"value": "#f8c570",
|
||||
"step": 300,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"info": {
|
||||
"base": {
|
||||
"value": "#185fd0",
|
||||
"value": "#6099f7",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"hovered": {
|
||||
"value": "#185fd0",
|
||||
"value": "#6099f7",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"active": {
|
||||
"value": "#185fd0",
|
||||
"value": "#6099f7",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"focused": {
|
||||
"value": "#185fd0",
|
||||
"value": "#6099f7",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
}
|
||||
@ -289,22 +289,22 @@
|
||||
"type": "color"
|
||||
},
|
||||
"ok": {
|
||||
"value": "#1ea650",
|
||||
"value": "#23d464",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"error": {
|
||||
"value": "#cd1c1c",
|
||||
"value": "#f47171",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"warning": {
|
||||
"value": "#bb7e15",
|
||||
"value": "#f59f0c",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"info": {
|
||||
"value": "#185fd0",
|
||||
"value": "#6099f7",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
}
|
||||
@ -337,34 +337,34 @@
|
||||
"type": "color"
|
||||
},
|
||||
"inserted": {
|
||||
"value": "#1ea34f",
|
||||
"value": "#22c55e",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"deleted": {
|
||||
"value": "#d71c1c",
|
||||
"value": "#f78c8c",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"modified": {
|
||||
"value": "#185fd0",
|
||||
"value": "#6099f7",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"highlight": {
|
||||
"selection": {
|
||||
"value": "#307af3",
|
||||
"value": "#d0e2fd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"occurrence": {
|
||||
"value": "#1e22db",
|
||||
"value": "#777af4",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"activeOccurrence": {
|
||||
"value": "#2327e2",
|
||||
"value": "#8f90f6",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
@ -374,12 +374,12 @@
|
||||
"type": "color"
|
||||
},
|
||||
"match": {
|
||||
"value": "#70a919",
|
||||
"value": "#87d116",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"activeMatch": {
|
||||
"value": "#72ad19",
|
||||
"value": "#90df17",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
@ -408,39 +408,39 @@
|
||||
"type": "color"
|
||||
},
|
||||
"comment": {
|
||||
"value": "#7aba18",
|
||||
"value": "#bdf36b",
|
||||
"type": "color"
|
||||
},
|
||||
"keyword": {
|
||||
"value": "#1588bc",
|
||||
"value": "#59c3f5",
|
||||
"type": "color"
|
||||
},
|
||||
"function": {
|
||||
"value": "#cfa00f",
|
||||
"value": "#fadc89",
|
||||
"type": "color"
|
||||
},
|
||||
"type": {
|
||||
"value": "#17a696",
|
||||
"value": "#26ebd5",
|
||||
"type": "color"
|
||||
},
|
||||
"variant": {
|
||||
"value": "#17a696",
|
||||
"value": "#26ebd5",
|
||||
"type": "color"
|
||||
},
|
||||
"property": {
|
||||
"value": "#148dc4",
|
||||
"value": "#81d2f8",
|
||||
"type": "color"
|
||||
},
|
||||
"enum": {
|
||||
"value": "#1588bc",
|
||||
"value": "#59c3f5",
|
||||
"type": "color"
|
||||
},
|
||||
"operator": {
|
||||
"value": "#1588bc",
|
||||
"value": "#59c3f5",
|
||||
"type": "color"
|
||||
},
|
||||
"string": {
|
||||
"value": "#d66211",
|
||||
"value": "#fab78b",
|
||||
"type": "color"
|
||||
},
|
||||
"number": {
|
||||
@ -455,176 +455,176 @@
|
||||
"player": {
|
||||
"1": {
|
||||
"baseColor": {
|
||||
"value": "#195cc8",
|
||||
"value": "#4287f6",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"cursorColor": {
|
||||
"value": "#195cc8",
|
||||
"value": "#4287f6",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"selectionColor": {
|
||||
"value": "#307af3",
|
||||
"value": "#d0e2fd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"borderColor": {
|
||||
"value": "#195cc8",
|
||||
"value": "#4287f6",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"baseColor": {
|
||||
"value": "#70a919",
|
||||
"value": "#87d116",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"cursorColor": {
|
||||
"value": "#70a919",
|
||||
"value": "#87d116",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"selectionColor": {
|
||||
"value": "#80c517",
|
||||
"value": "#dbf9ac",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"borderColor": {
|
||||
"value": "#70a919",
|
||||
"value": "#87d116",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"baseColor": {
|
||||
"value": "#1e22db",
|
||||
"value": "#777af4",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"cursorColor": {
|
||||
"value": "#1e22db",
|
||||
"value": "#777af4",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"selectionColor": {
|
||||
"value": "#5558ee",
|
||||
"value": "#d4d5fd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"borderColor": {
|
||||
"value": "#1e22db",
|
||||
"value": "#777af4",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"baseColor": {
|
||||
"value": "#c45c14",
|
||||
"value": "#f98a3d",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"cursorColor": {
|
||||
"value": "#c45c14",
|
||||
"value": "#f98a3d",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"selectionColor": {
|
||||
"value": "#f66e0f",
|
||||
"value": "#fde0cd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"borderColor": {
|
||||
"value": "#c45c14",
|
||||
"value": "#f98a3d",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"baseColor": {
|
||||
"value": "#7d19dc",
|
||||
"value": "#b671f8",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"cursorColor": {
|
||||
"value": "#7d19dc",
|
||||
"value": "#b671f8",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"selectionColor": {
|
||||
"value": "#a048f4",
|
||||
"value": "#e9d4fd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"borderColor": {
|
||||
"value": "#7d19dc",
|
||||
"value": "#b671f8",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"baseColor": {
|
||||
"value": "#17a293",
|
||||
"value": "#16ddc7",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"cursorColor": {
|
||||
"value": "#17a293",
|
||||
"value": "#16ddc7",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"selectionColor": {
|
||||
"value": "#15b3a2",
|
||||
"value": "#b4faf2",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"borderColor": {
|
||||
"value": "#17a293",
|
||||
"value": "#16ddc7",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"baseColor": {
|
||||
"value": "#d51e79",
|
||||
"value": "#f58ac0",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"cursorColor": {
|
||||
"value": "#d51e79",
|
||||
"value": "#f58ac0",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"selectionColor": {
|
||||
"value": "#e93d92",
|
||||
"value": "#fcd4e8",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"borderColor": {
|
||||
"value": "#d51e79",
|
||||
"value": "#f58ac0",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"8": {
|
||||
"baseColor": {
|
||||
"value": "#bc9212",
|
||||
"value": "#f6bc09",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"cursorColor": {
|
||||
"value": "#bc9212",
|
||||
"value": "#f6bc09",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"selectionColor": {
|
||||
"value": "#e0ac0b",
|
||||
"value": "#fceabc",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"borderColor": {
|
||||
"value": "#bc9212",
|
||||
"value": "#f6bc09",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
}
|
||||
|
@ -29,27 +29,27 @@
|
||||
"type": "color"
|
||||
},
|
||||
"feature": {
|
||||
"value": "#185fd0",
|
||||
"value": "#6099f7",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"ok": {
|
||||
"value": "#1ea650",
|
||||
"value": "#23d464",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"error": {
|
||||
"value": "#cd1c1c",
|
||||
"value": "#f47171",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"warning": {
|
||||
"value": "#b68e14",
|
||||
"value": "#e5af09",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"info": {
|
||||
"value": "#185fd0",
|
||||
"value": "#6099f7",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
}
|
||||
@ -81,27 +81,27 @@
|
||||
"type": "color"
|
||||
},
|
||||
"feature": {
|
||||
"value": "#1780b0",
|
||||
"value": "#0ea5e8",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"ok": {
|
||||
"value": "#1ea34f",
|
||||
"value": "#22c55e",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"error": {
|
||||
"value": "#c51c1c",
|
||||
"value": "#f15252",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"warning": {
|
||||
"value": "#bc9212",
|
||||
"value": "#f6bc09",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"info": {
|
||||
"value": "#195cc8",
|
||||
"value": "#4287f6",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
}
|
||||
@ -175,88 +175,88 @@
|
||||
},
|
||||
"ok": {
|
||||
"base": {
|
||||
"value": "#21bf5b",
|
||||
"value": "#befad2",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"hovered": {
|
||||
"value": "#21bf5b",
|
||||
"value": "#befad2",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"active": {
|
||||
"value": "#21bf5b",
|
||||
"value": "#befad2",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"focused": {
|
||||
"value": "#21bf5b",
|
||||
"value": "#befad2",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"base": {
|
||||
"value": "#ec3939",
|
||||
"value": "#fdd4d4",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"hovered": {
|
||||
"value": "#ec3939",
|
||||
"value": "#fdd4d4",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"active": {
|
||||
"value": "#ec3939",
|
||||
"value": "#fdd4d4",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"focused": {
|
||||
"value": "#ec3939",
|
||||
"value": "#fdd4d4",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"warning": {
|
||||
"base": {
|
||||
"value": "#e0ac0b",
|
||||
"value": "#fceabc",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"hovered": {
|
||||
"value": "#e0ac0b",
|
||||
"value": "#fceabc",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"active": {
|
||||
"value": "#e0ac0b",
|
||||
"value": "#fceabc",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"focused": {
|
||||
"value": "#e0ac0b",
|
||||
"value": "#fceabc",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"info": {
|
||||
"base": {
|
||||
"value": "#307af3",
|
||||
"value": "#d0e2fd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"hovered": {
|
||||
"value": "#307af3",
|
||||
"value": "#d0e2fd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"active": {
|
||||
"value": "#307af3",
|
||||
"value": "#d0e2fd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"focused": {
|
||||
"value": "#307af3",
|
||||
"value": "#d0e2fd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
}
|
||||
@ -289,22 +289,22 @@
|
||||
"type": "color"
|
||||
},
|
||||
"ok": {
|
||||
"value": "#20b557",
|
||||
"value": "#8ff4b2",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"error": {
|
||||
"value": "#e72727",
|
||||
"value": "#fbbdbd",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"warning": {
|
||||
"value": "#cfa00f",
|
||||
"value": "#fadc89",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
},
|
||||
"info": {
|
||||
"value": "#1f6eed",
|
||||
"value": "#b4cffb",
|
||||
"step": 200,
|
||||
"type": "color"
|
||||
}
|
||||
@ -337,24 +337,24 @@
|
||||
"type": "color"
|
||||
},
|
||||
"inserted": {
|
||||
"value": "#21bf5b",
|
||||
"value": "#befad2",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"deleted": {
|
||||
"value": "#ec3939",
|
||||
"value": "#fdd4d4",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"modified": {
|
||||
"value": "#307af3",
|
||||
"value": "#d0e2fd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"highlight": {
|
||||
"selection": {
|
||||
"value": "#307af3",
|
||||
"value": "#d0e2fd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
@ -408,39 +408,39 @@
|
||||
"type": "color"
|
||||
},
|
||||
"comment": {
|
||||
"value": "#7aba18",
|
||||
"value": "#bdf36b",
|
||||
"type": "color"
|
||||
},
|
||||
"keyword": {
|
||||
"value": "#1588bc",
|
||||
"value": "#59c3f5",
|
||||
"type": "color"
|
||||
},
|
||||
"function": {
|
||||
"value": "#cfa00f",
|
||||
"value": "#fadc89",
|
||||
"type": "color"
|
||||
},
|
||||
"type": {
|
||||
"value": "#17a696",
|
||||
"value": "#26ebd5",
|
||||
"type": "color"
|
||||
},
|
||||
"variant": {
|
||||
"value": "#17a696",
|
||||
"value": "#26ebd5",
|
||||
"type": "color"
|
||||
},
|
||||
"property": {
|
||||
"value": "#148dc4",
|
||||
"value": "#81d2f8",
|
||||
"type": "color"
|
||||
},
|
||||
"enum": {
|
||||
"value": "#1588bc",
|
||||
"value": "#59c3f5",
|
||||
"type": "color"
|
||||
},
|
||||
"operator": {
|
||||
"value": "#1588bc",
|
||||
"value": "#59c3f5",
|
||||
"type": "color"
|
||||
},
|
||||
"string": {
|
||||
"value": "#d66211",
|
||||
"value": "#fab78b",
|
||||
"type": "color"
|
||||
},
|
||||
"number": {
|
||||
@ -455,176 +455,176 @@
|
||||
"player": {
|
||||
"1": {
|
||||
"baseColor": {
|
||||
"value": "#195cc8",
|
||||
"value": "#4287f6",
|
||||
"step": 600,
|
||||
"type": "color"
|
||||
},
|
||||
"cursorColor": {
|
||||
"value": "#185fd0",
|
||||
"value": "#6099f7",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"selectionColor": {
|
||||
"value": "#307af3",
|
||||
"value": "#d0e2fd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"borderColor": {
|
||||
"value": "#185fd0",
|
||||
"value": "#6099f7",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"baseColor": {
|
||||
"value": "#70a919",
|
||||
"value": "#87d116",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"cursorColor": {
|
||||
"value": "#70a919",
|
||||
"value": "#87d116",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"selectionColor": {
|
||||
"value": "#80c517",
|
||||
"value": "#dbf9ac",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"borderColor": {
|
||||
"value": "#70a919",
|
||||
"value": "#87d116",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"baseColor": {
|
||||
"value": "#1e22db",
|
||||
"value": "#777af4",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"cursorColor": {
|
||||
"value": "#1e22db",
|
||||
"value": "#777af4",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"selectionColor": {
|
||||
"value": "#5558ee",
|
||||
"value": "#d4d5fd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"borderColor": {
|
||||
"value": "#1e22db",
|
||||
"value": "#777af4",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"baseColor": {
|
||||
"value": "#c45c14",
|
||||
"value": "#f98a3d",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"cursorColor": {
|
||||
"value": "#c45c14",
|
||||
"value": "#f98a3d",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"selectionColor": {
|
||||
"value": "#f66e0f",
|
||||
"value": "#fde0cd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"borderColor": {
|
||||
"value": "#c45c14",
|
||||
"value": "#f98a3d",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"baseColor": {
|
||||
"value": "#7d19dc",
|
||||
"value": "#b671f8",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"cursorColor": {
|
||||
"value": "#7d19dc",
|
||||
"value": "#b671f8",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
},
|
||||
"selectionColor": {
|
||||
"value": "#a048f4",
|
||||
"value": "#e9d4fd",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"borderColor": {
|
||||
"value": "#7d19dc",
|
||||
"value": "#b671f8",
|
||||
"step": 500,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"baseColor": {
|
||||
"value": "#17a293",
|
||||
"value": "#16ddc7",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"cursorColor": {
|
||||
"value": "#17a293",
|
||||
"value": "#16ddc7",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"selectionColor": {
|
||||
"value": "#15b3a2",
|
||||
"value": "#b4faf2",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"borderColor": {
|
||||
"value": "#17a293",
|
||||
"value": "#16ddc7",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"baseColor": {
|
||||
"value": "#d51e79",
|
||||
"value": "#f58ac0",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"cursorColor": {
|
||||
"value": "#d51e79",
|
||||
"value": "#f58ac0",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"selectionColor": {
|
||||
"value": "#e93d92",
|
||||
"value": "#fcd4e8",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"borderColor": {
|
||||
"value": "#d51e79",
|
||||
"value": "#f58ac0",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
}
|
||||
},
|
||||
"8": {
|
||||
"baseColor": {
|
||||
"value": "#bc9212",
|
||||
"value": "#f6bc09",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"cursorColor": {
|
||||
"value": "#bc9212",
|
||||
"value": "#f6bc09",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
},
|
||||
"selectionColor": {
|
||||
"value": "#e0ac0b",
|
||||
"value": "#fceabc",
|
||||
"step": 100,
|
||||
"type": "color"
|
||||
},
|
||||
"borderColor": {
|
||||
"value": "#bc9212",
|
||||
"value": "#f6bc09",
|
||||
"step": 400,
|
||||
"type": "color"
|
||||
}
|
||||
|
@ -22,8 +22,8 @@ export function colorRamp(
|
||||
.scale([startColor, color, endColor])
|
||||
.domain([0, 0.5, 1])
|
||||
.mode("hsl")
|
||||
.gamma(0.2)
|
||||
// .correctLightness(true)
|
||||
.gamma(1)
|
||||
.correctLightness(true)
|
||||
.padding([0, 0.15]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user