Rename Selector -> Picker in theme
This commit is contained in:
parent
79fad42424
commit
a60c75e343
18 changed files with 32 additions and 32 deletions
|
@ -206,9 +206,9 @@ impl PickerDelegate for CommandPalette {
|
|||
let settings = cx.global::<Settings>();
|
||||
let theme = &settings.theme;
|
||||
let style = if selected {
|
||||
&theme.selector.active_item
|
||||
&theme.picker.active_item
|
||||
} else {
|
||||
&theme.selector.item
|
||||
&theme.picker.item
|
||||
};
|
||||
let key_style = &theme.command_palette.key;
|
||||
let keystroke_spacing = theme.command_palette.keystroke_spacing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue