티스토리 뷰

\Sublime Text Build 3176 x64\Data\Packages\user 폴더             // 포터블 경로

혹은

Preferences > Browse Packages 메뉴 -> 탐색기 User폴더


Default.sublime-theme 라는 새 파일을 만들고 위 경로에 저장해보십시요                                     // 확장자가 .sublime-theme




[

{

"class": "sidebar_container",

// $base02: #073642 

"layer0.tint": [115, 115, 115],

"layer0.opacity": 1.0,

"layer0.draw_center": false,

"layer0.inner_margin": [0, 0, 1, 0],

"content_margin": [0, 0, 1, 0]

},

{

"class": "sidebar_tree",

"row_padding": [8, 3],

"indent": 12,

"indent_offset": 17,

"indent_top_level": false,

// $base2: #eee8d5 

"layer0.tint": [39,40,34], // Background color

"layer0.opacity": 1.0,

"dark_content": false

},

{

"class": "sidebar_heading",

// $base1: #93a1a1 

"color": [204,204,204], // Font color

"font.bold": true,

// $base3: #fdf6e3 

"shadow_color": [204,204,204],

"shadow_offset": [0, 1]

},

{

"class": "sidebar_heading",

"parents":

[

{ "class": "tree_row", "attributes": ["selected"] }

],


    "shadow_color": [160, 174, 192]

},

{

    "class": "sidebar_label",

    // $base01:    #586e75         

    "color": [204, 204, 204],

    "font.bold": false

    // , "shadow_color": [250, 250, 250], "shadow_offset": [0, 0]

},

{

    "class": "sidebar_label",

    "parents": [{"class": "tree_row", "attributes": ["selected"]}],

    // $base01:    #586e75         

    "color": [0, 92, 230]

    // , "shadow_color": [60, 60, 60], "shadow_offset": [0, 1]

},


{

    "class": "sidebar_label",

    "parents": [{"class": "tree_row", "attributes": ["expandable"]}],

    "settings": ["bold_folder_labels"],

    "font.bold": true

}

]



[참조] 잘안되는 경우 Package Control.cache 디렉토리에 파일들을 삭제후 재실행해보세요~~



Default.sublime-theme




[이외 참조 사항] 서브라임텍스트 단축키 설정

Preferences 탭 → Key Bindings - User 항목을 열어 다음의 코드를 추가해줍니다.


{


"keys": ["ctrl+shift+f"],

"command": "reindent",

"args": {"single_line": false}



내용추가중입니다~~~~

댓글