Skip to content

Commit

Permalink
feat: Now the minimap viewport use the current accent color
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Oct 10, 2016
1 parent a20f932 commit 0aa5b69
Show file tree
Hide file tree
Showing 6 changed files with 371 additions and 3 deletions.
120 changes: 120 additions & 0 deletions Material-Theme-Darker.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1754,6 +1754,14 @@
"layer0.texture": "Material Theme/assets/accent-lime/find_reverse--hover.png",
},

// Minimap

{
"class": "minimap_control",
"settings": ["always_show_minimap_viewport","material_theme_accent_lime"],
"viewport_color": [124, 179, 66, 80]
},

// Purple Accent Color
// ===========================================================================

Expand Down Expand Up @@ -2062,6 +2070,14 @@
"layer0.texture": "Material Theme/assets/accent-purple/find_reverse--hover.png",
},

// Minimap

{
"class": "minimap_control",
"settings": ["always_show_minimap_viewport","material_theme_accent_purple"],
"viewport_color": [171, 71, 188, 80]
},

// Red Accent Color
// ===========================================================================

Expand Down Expand Up @@ -2370,6 +2386,14 @@
"layer0.texture": "Material Theme/assets/accent-red/find_reverse--hover.png",
},

// Minimap

{
"class": "minimap_control",
"settings": ["always_show_minimap_viewport","material_theme_accent_red"],
"viewport_color": [229, 115, 115, 80]
},

// Orange Accent Color
// ===========================================================================

Expand Down Expand Up @@ -2678,6 +2702,14 @@
"layer0.texture": "Material Theme/assets/accent-orange/find_reverse--hover.png",
},

// Minimap

{
"class": "minimap_control",
"settings": ["always_show_minimap_viewport","material_theme_accent_orange"],
"viewport_color": [255, 112, 66, 80]
},

// Yellow Accent Color
// ===========================================================================

Expand Down Expand Up @@ -2986,6 +3018,14 @@
"layer0.texture": "Material Theme/assets/accent-yellow/find_reverse--hover.png",
},

// Minimap

{
"class": "minimap_control",
"settings": ["always_show_minimap_viewport","material_theme_accent_yellow"],
"viewport_color": [255, 160, 0, 80]
},

// Indigo Accent Color
// ===========================================================================

Expand Down Expand Up @@ -3294,6 +3334,14 @@
"layer0.texture": "Material Theme/assets/accent-indigo/find_reverse--hover.png",
},

// Minimap

{
"class": "minimap_control",
"settings": ["always_show_minimap_viewport","material_theme_accent_indigo"],
"viewport_color": [92, 107, 192, 80]
},

// Pink Accent Color
// ===========================================================================

Expand Down Expand Up @@ -3602,6 +3650,14 @@
"layer0.texture": "Material Theme/assets/accent-pink/find_reverse--hover.png",
},

// Minimap

{
"class": "minimap_control",
"settings": ["always_show_minimap_viewport","material_theme_accent_pink"],
"viewport_color": [255, 64, 129, 80]
},

// Blue Accent Color
// ===========================================================================

Expand Down Expand Up @@ -3910,6 +3966,14 @@
"layer0.texture": "Material Theme/assets/accent-blue/find_reverse--hover.png",
},

// Minimap

{
"class": "minimap_control",
"settings": ["always_show_minimap_viewport","material_theme_accent_blue"],
"viewport_color": [41, 121, 255, 80]
},

// Cyan Accent Color
// ===========================================================================

Expand Down Expand Up @@ -4218,6 +4282,14 @@
"layer0.texture": "Material Theme/assets/accent-cyan/find_reverse--hover.png",
},

// Minimap

{
"class": "minimap_control",
"settings": ["always_show_minimap_viewport","material_theme_accent_cyan"],
"viewport_color": [0, 188, 212, 80]
},

// Bright Teal Accent Color
// ===========================================================================

Expand Down Expand Up @@ -4526,6 +4598,14 @@
"layer0.texture": "Material Theme/assets/accent-bright-teal/find_reverse--hover.png",
},

// Minimap

{
"class": "minimap_control",
"settings": ["always_show_minimap_viewport","material_theme_accent_bright-teal"],
"viewport_color": [100, 255, 218, 80]
},

// Acid Lime Accent Color
// ===========================================================================

Expand Down Expand Up @@ -4834,6 +4914,14 @@
"layer0.texture": "Material Theme/assets/accent-acid-lime/find_reverse--hover.png",
},

// Minimap

{
"class": "minimap_control",
"settings": ["always_show_minimap_viewport","material_theme_accent_acid-lime"],
"viewport_color": [198, 255, 0, 80]
},

// Graphite Accent Color
// ===========================================================================

Expand Down Expand Up @@ -5142,6 +5230,14 @@
"layer0.texture": "Material Theme/assets/accent-graphite/find_reverse--hover.png",
},

// Minimap

{
"class": "minimap_control",
"settings": ["always_show_minimap_viewport","material_theme_accent_graphite"],
"viewport_color": [97, 97, 97, 80]
},

// Breaking Bad Accent Color
// ===========================================================================

Expand Down Expand Up @@ -5450,6 +5546,14 @@
"layer0.texture": "Material Theme/assets/accent-brba/find_reverse--hover.png",
},

// Minimap

{
"class": "minimap_control",
"settings": ["always_show_minimap_viewport","material_theme_accent_brba"],
"viewport_color": [56, 142, 60, 80]
},

// Sky Accent Color
// ===========================================================================

Expand Down Expand Up @@ -5758,6 +5862,14 @@
"layer0.texture": "Material Theme/assets/accent-sky/find_reverse--hover.png",
},

// Minimap

{
"class": "minimap_control",
"settings": ["always_show_minimap_viewport","material_theme_accent_sky"],
"viewport_color": [132, 255, 255, 80]
},

// Tomato Accent Color
// ===========================================================================

Expand Down Expand Up @@ -6066,6 +6178,14 @@
"layer0.texture": "Material Theme/assets/accent-tomato/find_reverse--hover.png",
},

// Minimap

{
"class": "minimap_control",
"settings": ["always_show_minimap_viewport","material_theme_accent_tomato"],
"viewport_color": [244, 67, 54, 80]
},



// @ THEME OPTIONS
Expand Down
Loading

0 comments on commit 0aa5b69

Please sign in to comment.