summaryrefslogtreecommitdiffstats
path: root/editor/icons/CodeFoldDownArrow.svg
Commit message (Collapse)AuthorAgeFilesLines
* Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-231-1/+1
|
* Reduce the total size of our SVGs by 15%VolTer2023-06-041-1/+1
|
* Fix code folding icon color not matching defined colorPhoenixFlame1012022-07-201-0/+1
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