ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

color​To​Val

by yh418807968 ALL

将颜色的16进制表示转换为对应的变量名

Details

Installs

  • Total 399
  • Win 288
  • Mac 72
  • Linux 39
May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

colorToVal

一个输入颜色的16进制可转为对应变量的Sublime Text 3自动完成插件。

插件效果:(colorToVal)

效果演示图

安装(github)

配置参数

参数配置默认文件:Sublime Text -> Preferences -> Package Settings -> colorToVal -> setting-Default

  • exts - 启用此插件的文件类型。默认为:[“.css”, “.scss”, “.less”, “.sass”, “.styl”]。
  • data - 用户自定义的数据。默认举例为: “data”:{

    "$c-bg1":"#dadada",
        "$c-night":"#000",
        "$c-bg2-night":"#000",
        "$c-bg3":"#fff",
    

    }。 用户在setting-User中设置数据后,将覆盖此数据。

用户参数配置文件:Sublime Text -> Preferences -> Package Settings -> colorToVal -> setting-User { “data”:{ //your data here
} } 注:key变量名为,value为16进制色值,一个16进制色值可对应多个变量。

使用

输入16进制色值(可省略#),以字母t为触发快捷键,找到对应的变量,按enter键替换。详情见动图colorToVal.gif

@ youhong SOHU SNS FE-Group