diff --git a/spyder/images/dark/replace_all.svg b/spyder/images/dark/replace_all.svg new file mode 100644 index 00000000000..e01348eb87d --- /dev/null +++ b/spyder/images/dark/replace_all.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/spyder/images/dark/replace_next.svg b/spyder/images/dark/replace_next.svg new file mode 100644 index 00000000000..b8ee06ba650 --- /dev/null +++ b/spyder/images/dark/replace_next.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/spyder/images/dark/replace_selection.svg b/spyder/images/dark/replace_selection.svg new file mode 100644 index 00000000000..c2a87aff895 --- /dev/null +++ b/spyder/images/dark/replace_selection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/spyder/images/light/replace_all.svg b/spyder/images/light/replace_all.svg new file mode 100644 index 00000000000..a86c04e8230 --- /dev/null +++ b/spyder/images/light/replace_all.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/spyder/images/light/replace_next.svg b/spyder/images/light/replace_next.svg new file mode 100644 index 00000000000..bb535fa1973 --- /dev/null +++ b/spyder/images/light/replace_next.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/spyder/images/light/replace_selection.svg b/spyder/images/light/replace_selection.svg new file mode 100644 index 00000000000..170ae69af4e --- /dev/null +++ b/spyder/images/light/replace_selection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/spyder/utils/icon_manager.py b/spyder/utils/icon_manager.py index b607097b1a8..f101c9e9202 100644 --- a/spyder/utils/icon_manager.py +++ b/spyder/utils/icon_manager.py @@ -178,9 +178,6 @@ def __init__(self): 'spyder': [('spyder.spyder-logo-background', 'spyder.spyder-logo-web', 'spyder.spyder-logo-snake'), {'options': [{'color': SpyderPalette.SPYDER_LOGO_BACKGROUND}, {'color': SpyderPalette.SPYDER_LOGO_WEB}, {'color': SpyderPalette.SPYDER_LOGO_SNAKE}]}], 'find': [('mdi.magnify',), {'color': self.MAIN_FG_COLOR}], 'replace': [('mdi.find-replace',), {'color': self.MAIN_FG_COLOR}], - 'replace_next': [('mdi6.arrow-right-bottom',), {'color': self.MAIN_FG_COLOR}], - 'replace_all': [('mdi.file-replace-outline',), {'color': self.MAIN_FG_COLOR}], - 'replace_selection': [('ph.rectangle-bold',), {'color': self.MAIN_FG_COLOR}], 'number_matches': [('mdi.pound-box-outline',), {'color': self.MAIN_FG_COLOR}], 'undo': [('mdi.undo',), {'color': self.MAIN_FG_COLOR}], 'redo': [('mdi.redo',), {'color': self.MAIN_FG_COLOR}],