Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Adding some configuration options to customize theme
Browse files Browse the repository at this point in the history
  • Loading branch information
douglas committed Jan 26, 2018
1 parent a0f1c34 commit cf37147
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions One Dark.sublime-theme
Expand Up @@ -1134,7 +1134,7 @@
{
"class": "icon_folder_loading",
"content_margin": [8, 8],
"layer0.texture": "Theme - One Dark/icons/tree_view_folder.png",
"layer0.texture": "Theme - One Dark/icons/tree_view_folder.png",
"layer0.opacity": 0.0
},
// Tree view - folder dup icon
Expand All @@ -1156,5 +1156,23 @@
"settings": ["!one_dark_native_title_bar"],
"bg": [43, 48, 59],
"fg": [167, 175, 190]
}
},
// Font Fira Light
{
"class": "sidebar_label",
"settings": ["one_dark_sidebar_font_fira_light"],
"font.face": "Fira Code Light"
},
// Font Fira
{
"class": "sidebar_label",
"settings": ["one_dark_sidebar_font_fira"],
"font.face": "Fira Code"
},
// Increase sidebar font size
{
"class": "sidebar_label",
"settings": ["one_dark_bigger_sidebar"],
"font.size": 14,
},
]

0 comments on commit cf37147

Please sign in to comment.