Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

56 lines (37 loc) · 1.49 KB

Change Log

All notable changes to the "monoeye" extension will be documented in this file.

0.1.6

  • Add markdown syntax by @eyemono in #14

0.1.5

  • ✨ add json file scope settings by @eyemono in #8
  • 👁️ adjustment background color when dragging editor by @eyemono in #9

0.1.4

  • Adjusted the opacity
  • Make secondary buttons more visible.
  • Make peek view more visible.
  • Clarification of the meaning of colors.
    • red: search result, parameter
    • orange: error, git removed
    • yellow: warning
    • green: success, git added, literal
    • cyan: function name
    • blue: type, class, interface name, git modified
    • purple: primary accent color

0.1.3

  • Fixed red color in terminal.

0.1.2

  • Slightly lowered the hue of blue.
    • Made it easier to see the distinction between blue and purple.
  • Change the color of the status bar in debug mode.

0.1.1

  • Make buttons more visible.
  • Made the blue color cooler.
  • Swapped red and orange.

0.1.0

  • Automatic theme generation from the color palette instead of manual theme generation.
    • With this change, the number of colors in the color palette has been reduced.
  • Significant changes have been made to the colors used in the editor and syntax highlighting.

0.0.2

  • Changed the orange color to a slightly lighter shade to make it more visually appealing.

0.0.1

  • Initial release