Skip to content

Commit

Permalink
fix: Remove "material_theme_contrast_fileicon" setting (not working ATM)
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Oct 4, 2016
1 parent 409511f commit 8b2b7c8
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 55 deletions.
17 changes: 4 additions & 13 deletions .src/themes/commons/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@
"font.bold": true
},

// Filetype icons in sidebar

{
"class": "icon_file_type",
"settings": ["material_theme_disable_fileicons"],
"layer0.opacity": 0,
"content_margin": [0, 0]
},


// Folder animation

{
Expand Down Expand Up @@ -288,10 +278,11 @@
"content_margin": [0, 0, 0, 0],
},

// File icon contrast
// Filetype icons in sidebar

{
"class": "icon_file_type",
"settings": ["material_theme_contrast_fileicon"],
"layer0.opacity": 1.0
"settings": ["material_theme_disable_fileicons"],
"layer0.opacity": 0,
"content_margin": [0, 0]
}
17 changes: 4 additions & 13 deletions Material-Theme-Darker.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -6110,16 +6110,6 @@
"font.bold": true
},

// Filetype icons in sidebar

{
"class": "icon_file_type",
"settings": ["material_theme_disable_fileicons"],
"layer0.opacity": 0,
"content_margin": [0, 0]
},


// Folder animation

{
Expand Down Expand Up @@ -6357,12 +6347,13 @@
"content_margin": [0, 0, 0, 0],
},

// File icon contrast
// Filetype icons in sidebar

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

//
Expand Down
17 changes: 4 additions & 13 deletions Material-Theme-Lighter.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -6116,16 +6116,6 @@
"font.bold": true
},

// Filetype icons in sidebar

{
"class": "icon_file_type",
"settings": ["material_theme_disable_fileicons"],
"layer0.opacity": 0,
"content_margin": [0, 0]
},


// Folder animation

{
Expand Down Expand Up @@ -6363,12 +6353,13 @@
"content_margin": [0, 0, 0, 0],
},

// File icon contrast
// Filetype icons in sidebar

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

//
Expand Down
17 changes: 4 additions & 13 deletions Material-Theme.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -6128,16 +6128,6 @@
"font.bold": true
},

// Filetype icons in sidebar

{
"class": "icon_file_type",
"settings": ["material_theme_disable_fileicons"],
"layer0.opacity": 0,
"content_margin": [0, 0]
},


// Folder animation

{
Expand Down Expand Up @@ -6375,12 +6365,13 @@
"content_margin": [0, 0, 0, 0],
},

// File icon contrast
// Filetype icons in sidebar

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

//
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@ Check the video review by **LevelUpTuts**
## Support on Beerpay
Hey dude! Help me out for a couple of :beers:!

[![Beerpay](https://beerpay.io/equinusocio/material-theme/badge.svg?style=beer-square)](https://beerpay.io/equinusocio/material-theme) [![Beerpay](https://beerpay.io/equinusocio/material-theme/make-wish.svg?style=flat-square)](https://beerpay.io/equinusocio/material-theme?focus=wish)
[![Beerpay](https://beerpay.io/equinusocio/material-theme/badge.svg?style=beer-square)](https://beerpay.io/equinusocio/material-theme) [![Beerpay](https://beerpay.io/equinusocio/material-theme/make-wish.svg?style=flat-square)](https://beerpay.io/equinusocio/material-theme?focus=wish)
1 change: 0 additions & 1 deletion messages/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ You can also manually activate this theme by adding these lines to your user set
"material_theme_compact_sidebar" : true , // Set compact side bar
"material_theme_contrast_mode" : true , // Enable sidebar and panels contrast mode
"material_theme_disable_fileicons" : true , // Hide sidebar file type icons
"material_theme_contrast_fileicon" : true , // Bright file icons
"material_theme_disable_folder_animation" : true , // Disable folder animation
"material_theme_disable_tree_indicator" : true , // Disable sidebar file indicator
"material_theme_panel_separator" : true , // Show bottom panel separator
Expand Down
1 change: 0 additions & 1 deletion mt_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
'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 8b2b7c8

Please sign in to comment.