Skip to content

Commit

Permalink
github-deploy-action-command_palette
Browse files Browse the repository at this point in the history
  • Loading branch information
github-deploy-action committed Jul 10, 2024
1 parent 9ec89d0 commit 870ee92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 1 addition & 3 deletions command_palette/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
</div>
</div>
</body>
<ninja-keys id="ninja-keys" placeholder="My custom placeholder">
<slot name="footer">Must use a custom footer or empty to hide</slot>
</ninja-keys>
<ninja-keys id="ninja-keys" placeholder="Find Action"></ninja-keys>

<script>

Expand Down
10 changes: 10 additions & 0 deletions command_palette/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2364,3 +2364,13 @@ svg.expandable path {
.em {
font-style: italic;
}

ninja-keys {
--ninja-text-color: var(--light-text-color);
--ninja-accent-color: var(--selection-shadow-color);
--ninja-secondary-background-color: #efe7d6;
--ninja-selected-background: var(--light-page-color);
--ninja-secondary-text-color: var(--light-text-color); /* Pick another light color */
--ninja-modal-background: #fffcf3;
--ninja-placeholder-color: var(--light-text-color);
}

0 comments on commit 870ee92

Please sign in to comment.