how to make scroll bar indicator more clear and easy to see?

后端 未结 4 1605
粉色の甜心
粉色の甜心 2020-12-28 17:56

Using Submine test 3, build 3083 on windows 7.
Currently using Dawn.tm theme, selected from Preferences->Color themes

The only problem

4条回答
  •  無奈伤痛
    2020-12-28 18:16

    You can customize you sublime text in a better way. Install a package through package control name Seti_UI. and customize your sublime. You can customize all of the Interface using Seti_UI. I customized my Sublime Text and have the following settings.

    You can do it by your own. Go to -> Preferences -> Settings -> User defined settings and after installing the above mentioned Package.

    "theme": "Seti.sublime-theme",
    "caret_extra_width": 2,                 //  to have a wider/thicker caret
    "caret_extra_bottom": 3,                //  to make the caret = to the line height (the theme currently support 0,3,5)
    "caret_extra_top": 3,
    "highlight_line": true,
    "Seti_tabs_small": true,
    "Seti_no_under_bar":true,
    "Seti_yellow_tabclose": true,
    "Seti_indigo_scrollbar": true,
    "Seti_SB_med": true,
    "Seti_sb_big_padding": true,
    "Seti_bold_slctdfile_labels": true,
    "Seti_sidebar_font_size_14": true,
    "Seti_yellow_map": true,
    "Seti_accent_lime": true,
    "Seti_ClosedFolder_anim": true,
    "Seti_teal_statusbar": true,
    "Seti_panel_nrml": true,
    "Seti_dark_fold_button": true,
    "Seti_ClosedFolder_dots": true,
    "Seti_sidebar_font_Fira": true,
    "Seti_sidebar_font_Hack": true,
    "Seti_bold_heading":true,              // make heading font in bold
    "Seti_no_heading":true,                // remove the "folder,group 1,etc.."
    "Seti_top_heading_big":true,           // sidebar top header img big
    "Seti_top_heading_small":true,         // sidebar top header img small
    "Seti_top_heading_anim" :true,          // sidebar top header img animate on hover
    "Seti_alt_tree_row":true,      
    

提交回复
热议问题