Skip to content

Commit

Permalink
fix: Remove app title bar style to fix high CPU issue
Browse files Browse the repository at this point in the history
Close #1180 #1190
  • Loading branch information
equinusocio committed Oct 19, 2017
1 parent 50a6b88 commit ddc7703
Show file tree
Hide file tree
Showing 13 changed files with 7,865 additions and 5,676 deletions.
135 changes: 135 additions & 0 deletions Material-Theme-Darker.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1910,6 +1910,15 @@
"layer1.opacity": 0.8
},

// Title Bar

// {
// "class": "title_bar",
// "settings": ["material_theme_accent_titlebar", "material_theme_accent_lime"],
// "bg": [124, 179, 66],
// "fg": [0, 0, 0]
// },

// Symlink folder icon

{
Expand Down Expand Up @@ -2327,6 +2336,15 @@
"layer1.opacity": 0.8
},

// Title Bar

// {
// "class": "title_bar",
// "settings": ["material_theme_accent_titlebar", "material_theme_accent_purple"],
// "bg": [171, 71, 188],
// "fg": [255, 255, 255]
// },

// Symlink folder icon

{
Expand Down Expand Up @@ -2744,6 +2762,15 @@
"layer1.opacity": 0.8
},

// Title Bar

// {
// "class": "title_bar",
// "settings": ["material_theme_accent_titlebar", "material_theme_accent_red"],
// "bg": [229, 115, 115],
// "fg": [0, 0, 0]
// },

// Symlink folder icon

{
Expand Down Expand Up @@ -3161,6 +3188,15 @@
"layer1.opacity": 0.8
},

// Title Bar

// {
// "class": "title_bar",
// "settings": ["material_theme_accent_titlebar", "material_theme_accent_orange"],
// "bg": [255, 112, 66],
// "fg": [0, 0, 0]
// },

// Symlink folder icon

{
Expand Down Expand Up @@ -3578,6 +3614,15 @@
"layer1.opacity": 0.8
},

// Title Bar

// {
// "class": "title_bar",
// "settings": ["material_theme_accent_titlebar", "material_theme_accent_yellow"],
// "bg": [255, 160, 0],
// "fg": [0, 0, 0]
// },

// Symlink folder icon

{
Expand Down Expand Up @@ -3995,6 +4040,15 @@
"layer1.opacity": 0.8
},

// Title Bar

// {
// "class": "title_bar",
// "settings": ["material_theme_accent_titlebar", "material_theme_accent_indigo"],
// "bg": [92, 107, 192],
// "fg": [255, 255, 255]
// },

// Symlink folder icon

{
Expand Down Expand Up @@ -4412,6 +4466,15 @@
"layer1.opacity": 0.8
},

// Title Bar

// {
// "class": "title_bar",
// "settings": ["material_theme_accent_titlebar", "material_theme_accent_pink"],
// "bg": [255, 64, 129],
// "fg": [255, 255, 255]
// },

// Symlink folder icon

{
Expand Down Expand Up @@ -4829,6 +4892,15 @@
"layer1.opacity": 0.8
},

// Title Bar

// {
// "class": "title_bar",
// "settings": ["material_theme_accent_titlebar", "material_theme_accent_blue"],
// "bg": [41, 121, 255],
// "fg": [255, 255, 255]
// },

// Symlink folder icon

{
Expand Down Expand Up @@ -5246,6 +5318,15 @@
"layer1.opacity": 0.8
},

// Title Bar

// {
// "class": "title_bar",
// "settings": ["material_theme_accent_titlebar", "material_theme_accent_cyan"],
// "bg": [0, 188, 212],
// "fg": [0, 0, 0]
// },

// Symlink folder icon

{
Expand Down Expand Up @@ -5663,6 +5744,15 @@
"layer1.opacity": 0.8
},

// Title Bar

// {
// "class": "title_bar",
// "settings": ["material_theme_accent_titlebar", "material_theme_accent_bright-teal"],
// "bg": [100, 255, 218],
// "fg": [0, 0, 0]
// },

// Symlink folder icon

{
Expand Down Expand Up @@ -6080,6 +6170,15 @@
"layer1.opacity": 0.8
},

// Title Bar

// {
// "class": "title_bar",
// "settings": ["material_theme_accent_titlebar", "material_theme_accent_acid-lime"],
// "bg": [198, 255, 0],
// "fg": [0, 0, 0]
// },

// Symlink folder icon

{
Expand Down Expand Up @@ -6497,6 +6596,15 @@
"layer1.opacity": 0.8
},

// Title Bar

// {
// "class": "title_bar",
// "settings": ["material_theme_accent_titlebar", "material_theme_accent_graphite"],
// "bg": [97, 97, 97],
// "fg": [255, 255, 255]
// },

// Symlink folder icon

{
Expand Down Expand Up @@ -6914,6 +7022,15 @@
"layer1.opacity": 0.8
},

// Title Bar

// {
// "class": "title_bar",
// "settings": ["material_theme_accent_titlebar", "material_theme_accent_brba"],
// "bg": [56, 142, 60],
// "fg": [255, 255, 255]
// },

// Symlink folder icon

{
Expand Down Expand Up @@ -7331,6 +7448,15 @@
"layer1.opacity": 0.8
},

// Title Bar

// {
// "class": "title_bar",
// "settings": ["material_theme_accent_titlebar", "material_theme_accent_sky"],
// "bg": [132, 255, 255],
// "fg": [0, 0, 0]
// },

// Symlink folder icon

{
Expand Down Expand Up @@ -7748,6 +7874,15 @@
"layer1.opacity": 0.8
},

// Title Bar

// {
// "class": "title_bar",
// "settings": ["material_theme_accent_titlebar", "material_theme_accent_tomato"],
// "bg": [244, 67, 54],
// "fg": [255, 255, 255]
// },

// Symlink folder icon

{
Expand Down
Loading

0 comments on commit ddc7703

Please sign in to comment.