Skip to content

Commit

Permalink
feat: Add "material_theme_contrast_fileicon" option
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Sep 28, 2016
1 parent ffd375f commit 50fdb53
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .src/themes/commons/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,12 @@
"class": "panel_control",
"settings": ["material_theme_compact_panel"],
"content_margin": [0, 0, 0, 0],
},

// File icon contrast

{
"class": "icon_file_type",
"settings": ["material_theme_contrast_fileicon"],
"layer0.opacity": 1.0
}
1 change: 1 addition & 0 deletions .src/themes/default/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
"layer0.opacity": 0.6,
"content_margin": [9, 9]
},

{
"class": "icon_file_type",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
Expand Down
8 changes: 8 additions & 0 deletions Material-Theme-Darker.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -6355,6 +6355,14 @@
"class": "panel_control",
"settings": ["material_theme_compact_panel"],
"content_margin": [0, 0, 0, 0],
},

// File icon contrast

{
"class": "icon_file_type",
"settings": ["material_theme_contrast_fileicon"],
"layer0.opacity": 1.0
}

//
Expand Down
8 changes: 8 additions & 0 deletions Material-Theme-Lighter.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -6361,6 +6361,14 @@
"class": "panel_control",
"settings": ["material_theme_compact_panel"],
"content_margin": [0, 0, 0, 0],
},

// File icon contrast

{
"class": "icon_file_type",
"settings": ["material_theme_contrast_fileicon"],
"layer0.opacity": 1.0
}

//
Expand Down
9 changes: 9 additions & 0 deletions Material-Theme.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@
"layer0.opacity": 0.6,
"content_margin": [9, 9]
},

{
"class": "icon_file_type",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
Expand Down Expand Up @@ -6372,6 +6373,14 @@
"class": "panel_control",
"settings": ["material_theme_compact_panel"],
"content_margin": [0, 0, 0, 0],
},

// File icon contrast

{
"class": "icon_file_type",
"settings": ["material_theme_contrast_fileicon"],
"layer0.opacity": 1.0
}

//
Expand Down
1 change: 1 addition & 0 deletions mt_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
'Sidebar',
[
'material_theme_disable_fileicons',
'material_theme_contrast_fileicon',
'material_theme_disable_folder_animation',
'material_theme_compact_sidebar',
'material_theme_disable_tree_indicator',
Expand Down

0 comments on commit 50fdb53

Please sign in to comment.