Skip to content

Releases: dempfi/ayu

🎨 βš™οΈ New option to use ST default font

25 Jul 10:37
Compare
Choose a tag to compare

Thanks to @ticky you now can use default Sublime's font with following option

  "ui_font_default": true

🎨 πŸ’„ Improved color contrast

13 Jul 05:01
Compare
Choose a tag to compare
2.2.1

Improved colors contrast

🎨 πŸ’„ Crossplatform scrollbars... finally 😊

03 Feb 19:17
Compare
Choose a tag to compare

For macOS users with touchpad scrollbars will look almost the same with a little improvements.

But big changes are prepared for Windows/Linux users. Now scrollbars are finally usable. They are wider and easier to click and drug.

2.1.1

18 Dec 17:54
Compare
Choose a tag to compare
  • Fix for scrollbar issues for Windows users

2.1.0

18 Dec 02:35
Compare
Choose a tag to compare
  • Wider scrollbars. Activate with option ui_wide_scrollbars
  • Add support for Source Code Pro as UI font

2.0.3

16 Dec 01:40
Compare
Choose a tag to compare
  • Support highlight_modified_tabs setting
  • Add switch panel button icon

Bugfix for ST2 and search panel colors

13 Nov 21:59
Compare
Choose a tag to compare
  • Fix issue with Sublime Text 2
  • Fix colors for search icons

Mirage theme and bunch of fixes

03 Nov 22:29
Compare
Choose a tag to compare
  • 🎨 πŸ’„ [NEW] Mirage theme πŸ‘»
    activate with

      "theme": "ayu-mirage.sublime-theme",
      "color_scheme": "Packages/ayu/ayu-mirage.tmTheme",
  • [NEW] build system

  • [NEW] Reduced most of the assets

  • Renamed ayu-dark
    use following settings for dark theme:

      "theme": "ayu-dark.sublime-theme",
      "color_scheme": "Packages/ayu/ayu-dark.tmTheme",
  • Fix for issue with cut tab labels

  • Fix for issue with sidebar labels

Gray close icon on active tab

15 Oct 11:31
Compare
Choose a tag to compare
  • Gray close icon on active tab

Add option for bigger tabs

13 Oct 21:47
Compare
Choose a tag to compare
  • Add option for bigger tabs β€” "ui_big_tabs"