From 128cd86120764e4aabca58cc71dea2414f3487ce Mon Sep 17 00:00:00 2001 From: Ulugbek Abdullaev Date: Wed, 30 Sep 2020 21:54:35 +0200 Subject: [PATCH] * add custom icons for switchImplIntf * update changelog Co-authored-by: Max Lantas --- CHANGELOG.md | 5 +++++ assets/switch-impl-intf.dark.svg | 17 +++++++++++++++++ assets/switch-impl-intf.light.svg | 18 ++++++++++++++++++ package.json | 6 +++++- 4 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 assets/switch-impl-intf.dark.svg create mode 100644 assets/switch-impl-intf.light.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be4c0a86..697545139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 1.2.1 + +- Replace "Switch implementation/interface" navigator button with a custom icon + (#383) + ## 1.2.0 - Consistent binding operator highlighting in OCaml files (#365) diff --git a/assets/switch-impl-intf.dark.svg b/assets/switch-impl-intf.dark.svg new file mode 100644 index 000000000..7b133ca2e --- /dev/null +++ b/assets/switch-impl-intf.dark.svg @@ -0,0 +1,17 @@ + + + + background + + + + + + + Layer 1 + ml + mli + + + + diff --git a/assets/switch-impl-intf.light.svg b/assets/switch-impl-intf.light.svg new file mode 100644 index 000000000..f8eeb5263 --- /dev/null +++ b/assets/switch-impl-intf.light.svg @@ -0,0 +1,18 @@ + + + + + background + + + + + + + Layer 1 + ml + mli + + + + \ No newline at end of file diff --git a/package.json b/package.json index 55f4fb81e..b9c1d12c1 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,11 @@ { "command": "ocaml.switch-impl-intf", "category": "OCaml", - "title": "Switch implementation/interface" + "title": "Switch implementation/interface", + "icon": { + "light": "assets/switch-impl-intf.light.svg", + "dark": "assets/switch-impl-intf.dark.svg" + } } ], "keybindings": [