From dd8cee4b5023025f68bfa578a1ebfac3741d71e9 Mon Sep 17 00:00:00 2001 From: PhoenixFlame101 Date: Wed, 23 Feb 2022 16:42:09 +0530 Subject: Fix code folding icon color not matching defined color Caused by reusing icons from the main editor in the code editor. These icons were converted based on the main editor theme and not the code editor theme. - Create new icons for use specifically in the code editor - Add these icons to the exceptions when converting dark theme icons to light theme automatically - Change the default value of the code folding color to match previous color - Code folding icon is now pure white by default to correctly match the color defined in settings --- editor/icons/CodeFoldDownArrow.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 editor/icons/CodeFoldDownArrow.svg (limited to 'editor/icons/CodeFoldDownArrow.svg') diff --git a/editor/icons/CodeFoldDownArrow.svg b/editor/icons/CodeFoldDownArrow.svg new file mode 100644 index 0000000000..0024a1256b --- /dev/null +++ b/editor/icons/CodeFoldDownArrow.svg @@ -0,0 +1 @@ + -- cgit v1.2.3