diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2020-05-08 19:37:41 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2020-05-08 19:37:41 +0200 |
| commit | 6c9130e407ab4a7d67588ba2cc47c39d0839cfe2 (patch) | |
| tree | 3cff6c218fc584fe9b9bff68b0bf899584a0c2f8 /subl3/Adaptive.sublime-theme | |
| parent | e691d655633cc43b6275aad2b16eadfe3842a719 (diff) | |
.
Diffstat (limited to 'subl3/Adaptive.sublime-theme')
| -rw-r--r-- | subl3/Adaptive.sublime-theme | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/subl3/Adaptive.sublime-theme b/subl3/Adaptive.sublime-theme new file mode 100644 index 0000000..bdd3a3a --- /dev/null +++ b/subl3/Adaptive.sublime-theme @@ -0,0 +1,24 @@ +[ + { + "class": "sidebar_label", + "font.bold": false, + "font.size": 16, + "font.face": "Droid Sans", + "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": "Droid Sans", + "content_margin": 5 + } +] |
