diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2021-10-23 21:15:03 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2021-10-23 21:15:03 +0200 |
| commit | f4b1af3b990e9d724f49ecc4f735e48c6884b6e4 (patch) | |
| tree | c808e12bedbb30cf2ac4a49e6a0f2b9705d242e0 /sublime-text/Adaptive.sublime-theme | |
| parent | fa5dd5f3c014a250b1748c340255d8b4d0b7d773 (diff) | |
.
Diffstat (limited to 'sublime-text/Adaptive.sublime-theme')
| -rw-r--r-- | sublime-text/Adaptive.sublime-theme | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sublime-text/Adaptive.sublime-theme b/sublime-text/Adaptive.sublime-theme new file mode 100644 index 0000000..4872ecf --- /dev/null +++ b/sublime-text/Adaptive.sublime-theme @@ -0,0 +1,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 + } +] |
