whosydd / ayu-mirage-plus

This theme is basic on Ayu Mirage, just for fun! :)

Home Page:https://marketplace.visualstudio.com/items?itemName=GY.ayu-mirage-plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ayu Mirage Plus

This theme is basic on Ayu Mirage, just for fun! :)

Default

Custom

Add

  1. settings.json中配置ayu-mirage-plus.addTheme,可以配置多个
"ayu-mirage-plus.addTheme": [
    {
      "name": "red",
      "colors":{
        "themeColor": "#f00",
        "foreground": "#000000",
        "border": "#f00",
        "highlight": "#f00"
      }
    },
    {
      "name": "yellow",
      "colors":{
        "themeColor": "#ff0",
        "foreground": "#000000",
        "border": "#ff0",
        "highlight": "#ff0"
      }
    }
  ]
  1. 使用ayu-mirage-plus:add theme添加主题

add

Modify

  1. settings.json中配置ayu-mirage-plus.resetTheme,可以配置多个
"ayu-mirage-plus.resetTheme": [
    {
      "name": "red",
      "colors":{
        "themeColor": "#f00",
        "foreground": "#000000",
        "border": "#f00",
        "highlight": "#f00"
      }
    },
    {
      "name": "yellow",
      "colors":{
        "themeColor": "#ff0",
        "foreground": "#000000",
        "border": "#ff0",
        "highlight": "#ff0"
      }
    }
  ]
  1. 使用ayu-mirage-plus:reset theme修改主题

add

Remove

使用ayu-mirage-plus:remove theme删除主题

remove

Issues

由于该插件是针对源文件进行修改,所以每次添加主题以及删除主题接着重载窗口后,需要额外等待以下提示,重载窗口后即可使用配置的主题,说白了就是多重载几遍窗口,目前我还没找到解决方法。。。

When you push the button to reloading the window after add or remove theme, you need waiting for the following prompt, after reloading the window, you can use the configured theme. To put it bluntly, it means to reload the window several times. I haven't found a solution yet. . .

如果遇到其他问题,欢迎提交 issue

If you find other problems, please submit an issue

About

This theme is basic on Ayu Mirage, just for fun! :)

https://marketplace.visualstudio.com/items?itemName=GY.ayu-mirage-plus

License:MIT License


Languages

Language:TypeScript 81.4%Language:JavaScript 18.6%