263 lines
6.1 KiB
JSON
263 lines
6.1 KiB
JSON
{
|
|
"defs": {
|
|
"mocha_rosewater": "#f5e0dc",
|
|
"mocha_flamingo": "#f2cdcd",
|
|
"mocha_pink": "#f5c2e7",
|
|
"mocha_mauve": "#cba6f7",
|
|
"mocha_red": "#f38ba8",
|
|
"mocha_maroon": "#eba0ac",
|
|
"mocha_peach": "#fab387",
|
|
"mocha_yellow": "#f9e2af",
|
|
"mocha_green": "#a6e3a1",
|
|
"mocha_teal": "#94e2d5",
|
|
"mocha_sky": "#89dceb",
|
|
"mocha_sapphire": "#74c7ec",
|
|
"mocha_blue": "#89b4fa",
|
|
"mocha_lavender": "#b4befe",
|
|
"mocha_text": "#cdd6f4",
|
|
"mocha_subtext1": "#bac2de",
|
|
"mocha_subtext0": "#a6adc8",
|
|
"mocha_overlay2": "#9399b2",
|
|
"mocha_overlay1": "#7f849c",
|
|
"mocha_overlay0": "#6c7086",
|
|
"mocha_surface2": "#585b70",
|
|
"mocha_surface1": "#45475a",
|
|
"mocha_surface0": "#313244",
|
|
"mocha_base": "#1e1e2e",
|
|
"mocha_mantle": "#181825",
|
|
"mocha_crust": "#11111b",
|
|
"mocha_diffAddBg": "#1e2b22",
|
|
"mocha_diffDelBg": "#2b1e22",
|
|
"latte_rosewater": "#dc8a78",
|
|
"latte_flamingo": "#dd7878",
|
|
"latte_pink": "#ea76cb",
|
|
"latte_mauve": "#8839ef",
|
|
"latte_red": "#d20f39",
|
|
"latte_maroon": "#e64553",
|
|
"latte_peach": "#fe640b",
|
|
"latte_yellow": "#df8e1d",
|
|
"latte_green": "#40a02b",
|
|
"latte_teal": "#179299",
|
|
"latte_sky": "#04a5e5",
|
|
"latte_sapphire": "#209fb5",
|
|
"latte_blue": "#1e66f5",
|
|
"latte_lavender": "#7287fd",
|
|
"latte_text": "#4c4f69",
|
|
"latte_subtext1": "#5c5f77",
|
|
"latte_subtext0": "#6c6f85",
|
|
"latte_overlay2": "#7c7f93",
|
|
"latte_overlay1": "#8c8fa1",
|
|
"latte_overlay0": "#9ca0b0",
|
|
"latte_surface2": "#acb0be",
|
|
"latte_surface1": "#bcc0cc",
|
|
"latte_surface0": "#ccd0da",
|
|
"latte_base": "#eff1f5",
|
|
"latte_mantle": "#e6e9ef",
|
|
"latte_crust": "#dce0e8",
|
|
"latte_diffAddBg": "#e4f3e6",
|
|
"latte_diffDelBg": "#f9e1e6"
|
|
},
|
|
"theme": {
|
|
"primary": {
|
|
"dark": "mocha_mauve",
|
|
"light": "latte_mauve"
|
|
},
|
|
"secondary": {
|
|
"dark": "mocha_blue",
|
|
"light": "latte_blue"
|
|
},
|
|
"accent": {
|
|
"dark": "mocha_peach",
|
|
"light": "latte_peach"
|
|
},
|
|
"error": {
|
|
"dark": "mocha_red",
|
|
"light": "latte_red"
|
|
},
|
|
"warning": {
|
|
"dark": "mocha_yellow",
|
|
"light": "latte_yellow"
|
|
},
|
|
"success": {
|
|
"dark": "mocha_green",
|
|
"light": "latte_green"
|
|
},
|
|
"info": {
|
|
"dark": "mocha_sapphire",
|
|
"light": "latte_sapphire"
|
|
},
|
|
"text": {
|
|
"dark": "mocha_text",
|
|
"light": "latte_text"
|
|
},
|
|
"textMuted": {
|
|
"dark": "mocha_subtext0",
|
|
"light": "latte_subtext0"
|
|
},
|
|
"background": {
|
|
"dark": "mocha_base",
|
|
"light": "latte_base"
|
|
},
|
|
"backgroundPanel": {
|
|
"dark": "mocha_mantle",
|
|
"light": "latte_mantle"
|
|
},
|
|
"backgroundElement": {
|
|
"dark": "mocha_surface0",
|
|
"light": "latte_surface0"
|
|
},
|
|
"border": {
|
|
"dark": "mocha_surface1",
|
|
"light": "latte_surface1"
|
|
},
|
|
"borderActive": {
|
|
"dark": "mocha_mauve",
|
|
"light": "latte_mauve"
|
|
},
|
|
"borderSubtle": {
|
|
"dark": "mocha_surface0",
|
|
"light": "latte_surface0"
|
|
},
|
|
"diffAdded": {
|
|
"dark": "mocha_green",
|
|
"light": "latte_green"
|
|
},
|
|
"diffRemoved": {
|
|
"dark": "mocha_red",
|
|
"light": "latte_red"
|
|
},
|
|
"diffContext": {
|
|
"dark": "mocha_overlay0",
|
|
"light": "latte_overlay0"
|
|
},
|
|
"diffHunkHeader": {
|
|
"dark": "mocha_overlay1",
|
|
"light": "latte_overlay1"
|
|
},
|
|
"diffHighlightAdded": {
|
|
"dark": "mocha_green",
|
|
"light": "latte_green"
|
|
},
|
|
"diffHighlightRemoved": {
|
|
"dark": "mocha_red",
|
|
"light": "latte_red"
|
|
},
|
|
"diffAddedBg": {
|
|
"dark": "mocha_diffAddBg",
|
|
"light": "latte_diffAddBg"
|
|
},
|
|
"diffRemovedBg": {
|
|
"dark": "mocha_diffDelBg",
|
|
"light": "latte_diffDelBg"
|
|
},
|
|
"diffContextBg": {
|
|
"dark": "mocha_base",
|
|
"light": "latte_base"
|
|
},
|
|
"diffLineNumber": {
|
|
"dark": "mocha_overlay0",
|
|
"light": "latte_overlay0"
|
|
},
|
|
"diffAddedLineNumberBg": {
|
|
"dark": "mocha_diffAddBg",
|
|
"light": "latte_diffAddBg"
|
|
},
|
|
"diffRemovedLineNumberBg": {
|
|
"dark": "mocha_diffDelBg",
|
|
"light": "latte_diffDelBg"
|
|
},
|
|
"markdownText": {
|
|
"dark": "mocha_text",
|
|
"light": "latte_text"
|
|
},
|
|
"markdownHeading": {
|
|
"dark": "mocha_mauve",
|
|
"light": "latte_mauve"
|
|
},
|
|
"markdownLink": {
|
|
"dark": "mocha_sapphire",
|
|
"light": "latte_sapphire"
|
|
},
|
|
"markdownLinkText": {
|
|
"dark": "mocha_blue",
|
|
"light": "latte_blue"
|
|
},
|
|
"markdownCode": {
|
|
"dark": "mocha_green",
|
|
"light": "latte_green"
|
|
},
|
|
"markdownBlockQuote": {
|
|
"dark": "mocha_subtext0",
|
|
"light": "latte_subtext0"
|
|
},
|
|
"markdownEmph": {
|
|
"dark": "mocha_yellow",
|
|
"light": "latte_yellow"
|
|
},
|
|
"markdownStrong": {
|
|
"dark": "mocha_peach",
|
|
"light": "latte_peach"
|
|
},
|
|
"markdownHorizontalRule": {
|
|
"dark": "mocha_surface1",
|
|
"light": "latte_surface1"
|
|
},
|
|
"markdownListItem": {
|
|
"dark": "mocha_mauve",
|
|
"light": "latte_mauve"
|
|
},
|
|
"markdownListEnumeration": {
|
|
"dark": "mocha_mauve",
|
|
"light": "latte_mauve"
|
|
},
|
|
"markdownImage": {
|
|
"dark": "mocha_sapphire",
|
|
"light": "latte_sapphire"
|
|
},
|
|
"markdownImageText": {
|
|
"dark": "mocha_blue",
|
|
"light": "latte_blue"
|
|
},
|
|
"markdownCodeBlock": {
|
|
"dark": "mocha_text",
|
|
"light": "latte_text"
|
|
},
|
|
"syntaxComment": {
|
|
"dark": "mocha_overlay0",
|
|
"light": "latte_overlay0"
|
|
},
|
|
"syntaxKeyword": {
|
|
"dark": "mocha_mauve",
|
|
"light": "latte_mauve"
|
|
},
|
|
"syntaxFunction": {
|
|
"dark": "mocha_blue",
|
|
"light": "latte_blue"
|
|
},
|
|
"syntaxVariable": {
|
|
"dark": "mocha_text",
|
|
"light": "latte_text"
|
|
},
|
|
"syntaxString": {
|
|
"dark": "mocha_green",
|
|
"light": "latte_green"
|
|
},
|
|
"syntaxNumber": {
|
|
"dark": "mocha_peach",
|
|
"light": "latte_peach"
|
|
},
|
|
"syntaxType": {
|
|
"dark": "mocha_yellow",
|
|
"light": "latte_yellow"
|
|
},
|
|
"syntaxOperator": {
|
|
"dark": "mocha_sky",
|
|
"light": "latte_sky"
|
|
},
|
|
"syntaxPunctuation": {
|
|
"dark": "mocha_overlay2",
|
|
"light": "latte_overlay2"
|
|
}
|
|
}
|
|
}
|