Skip to content

Commit 5d2a826

Browse files
committed
feat: adding search menu panel
Signed-off-by: Pawel Psztyc <[email protected]>
1 parent a2a318d commit 5d2a826

File tree

6 files changed

+111
-150
lines changed

6 files changed

+111
-150
lines changed

appresources/themes/@advanced-rest-client/arc-electron-dark-theme/arc-electron-dark-theme.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ html {
148148
--arc-rail-menu-icon-selected-color: var(--primary-text-color);
149149
--arc-menu-title-background-color: var(--primary-background-color);
150150
--arc-menu-title-color: var(--primary-text-color);
151+
--search-menu-input-background-color: var(--primary-background-color);
151152

152153
--requests-list-history-group-header-background-color: var(--primary-background-color);
153154
--requests-list-item-history-group-header-color: rgba(255, 255, 255, 0.74);

appresources/themes/@advanced-rest-client/arc-electron-dark-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@advanced-rest-client/arc-electron-dark-theme",
33
"description": "Dark theme definition for Advanced REST Client",
4-
"version": "4.0.2",
4+
"version": "4.0.3",
55
"license": "Apache-2.0",
66
"main": "arc-electron-dark-theme.css",
77
"keywords": [

0 commit comments

Comments
 (0)