Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

NEW!! 릴리즈 2.13.0 이상

컬러피커의 컬러팔레트를 설정합니다.

원본

기본설정설정1설정2

설정방법

'editor.colorSet.mobile'의 경우 4가지 색상설정이 가능하고, 'editor.colorSet.desktop'의 경우 7가지 색상설정이 가능합니다.

지정된 갯수보다 적은 색상을 설정할 경우 빈칸으로 표시됩니다.

색상은 rgb("rgb(255, 0, 0)"), hex("#FF0000"), preset color("red") 형태로 지정이 가능합니다.

{
    'editor.colorSet.mobile': ['#FF0000', '#FFFF00', '#008000', '#0000FF'],
    'editor.colorSet.desktop': ['#FF0000', '#FFA500', '#FFFF00', '#008000', '#0000FF', '#4B0082', '#800080']
}


  • No labels