aboutsummaryrefslogtreecommitdiff
path: root/subl3/Adaptive.sublime-theme
blob: 4872ecfbf83c026442e747b6f315d401856b59ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
    {
        "class": "sidebar_label",
        "font.bold": false,
        "font.size": 16,
        "font.face": "Inter",
        "offset": [20, 0]
    },
    {
        "class": "sidebar_tree",
        "row_padding": [10, 5],
        "indent": 20
    },
    {
        "class": "tab_label",
        "font.size": 14
    },
    {
        "class": "label_control",
        "font.size": 14,
        "font.face": "Inter",
        "content_margin": 5
    }
]