Skip to content

Commit

Permalink
fix: removed unused color.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Jun 11, 2019
1 parent 0499bff commit 8c4cd6a
Show file tree
Hide file tree
Showing 9 changed files with 439 additions and 407 deletions.
357 changes: 178 additions & 179 deletions Meetio.json

Large diffs are not rendered by default.

17 changes: 8 additions & 9 deletions Meetio.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"extends": "Meetio.json",
"variables": {
"colorAccent": "#80cbc4",
"colorWhite": "#ffffff",
"colorBlack": "#455A64",
"colorDark": "#455A64",
"fontSizeSm": 11,
"fontSizeMd": 12,
"fontSizeLg": 14,
Expand All @@ -26,7 +25,7 @@
"panelControlBorderColor": "var(panelControlBackground)",
"panelControlBorderSize": 0,
"panelPathRowFontSize": "var(fontSizeSm)",
"panelPathRowColor": "color(var(colorBlack) l(+ 20%))",
"panelPathRowColor": "color(var(colorDark) l(+ 20%))",
"panelPathRowFontItalic": true,
"panelRowPadding": [
30,
Expand All @@ -37,7 +36,7 @@
"background",
1
],
"panelRowColor": "color(var(colorBlack) l(+ 20%))",
"panelRowColor": "color(var(colorDark) l(+ 20%))",
"panelRowSelectedBackground": [
"foreground",
0.1
Expand Down Expand Up @@ -72,7 +71,7 @@
"background",
1
],
"sidebarIconFolderColor": "color(var(colorBlack) l(+ 20%))",
"sidebarIconFolderColor": "color(var(colorDark) l(+ 20%))",
"sidebarIconFileColor": "#ffffff",
"sidebarIconFolderExpandedColor": "var(colorAccent)",
"sidebarHeadingFontSize": "var(fontSizeSm)",
Expand All @@ -82,7 +81,7 @@
3
],
"sidebarIndentOffset": 14,
"sidebarLabelColor": "color(var(colorBlack) l(+ 20%))",
"sidebarLabelColor": "color(var(colorDark) l(+ 20%))",
"sidebarLabelSelectedBackground": [
"foreground",
0.05
Expand All @@ -102,7 +101,7 @@
"background",
1
],
"statusbarLabelColor": "color(var(colorBlack) l(+ 20%))",
"statusbarLabelColor": "color(var(colorDark) l(+ 20%))",
"statusbarLabelBold": false,
"statusbarLabelFontSize": "var(fontSizeSm)",
"statusbarMargin": [
Expand Down Expand Up @@ -150,7 +149,7 @@
"background",
1
],
"titleBarColor": "color(var(colorBlack) l(+ 20%))",
"titleBarColor": "color(var(colorDark) l(+ 20%))",
"tooltipBackground": [
"foreground",
1
Expand All @@ -159,7 +158,7 @@
"background",
1
],
"gridLayoutBorderColor": "color(var(colorAccent) blenda(var(colorBlack) 30%))",
"gridLayoutBorderColor": "color(var(colorAccent) blenda(var(colorDark) 30%))",
"gridLayoutBorderSize": 2,
"vscIgnored": "color(var(sidebarLabelColor) a(0.5))",
"vscModified": "var(--bluish)",
Expand Down
70 changes: 35 additions & 35 deletions schemes/Meetio-Cobalt.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -496,41 +496,6 @@
"foreground": "var(white)",
"background": "color(var(yellow) alpha(0.9))"
},
{
"name": "[PHP] Inherited Class",
"scope": "entity.other.inherited-class.php",
"foreground": "var(yellow)"
},
{
"name": "[PHP] Storage",
"scope": "storage.modifier.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Extends",
"scope": "storage.modifier.extends.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Construct",
"scope": "support.function.construct.php",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Echo",
"scope": "embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php support.function.construct.php",
"foreground": "var(orange)"
},
{
"name": "[PHP] Var",
"scope": "support.function.var.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php keyword.control.exception.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php meta.catch.php keyword.control.exception.catch.php",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Block",
"scope": "embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php storage.modifier.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php storage.modifier.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php keyword.control.php",
"foreground": "var(magenta)"
},
{
"name": "[Python] Variables",
"scope": "source.python meta.function.parameters.python variable.parameter.python",
Expand Down Expand Up @@ -572,6 +537,41 @@
"scope": "source.python meta.statement.for.python keyword.control.flow.for.python, source.python meta.statement.if.python keyword.control.flow.conditional.python, source.python meta.statement.conditional.python keyword.control.flow.conditional.python, source.python keyword.control.flow.break.python, source.python keyword.control.flow.continue.python, source.python meta.statement.while.python keyword.control.flow.while.python, source.python keyword.control.flow.pass.python",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Inherited Class",
"scope": "entity.other.inherited-class.php",
"foreground": "var(yellow)"
},
{
"name": "[PHP] Storage",
"scope": "storage.modifier.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Extends",
"scope": "storage.modifier.extends.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Construct",
"scope": "support.function.construct.php",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Echo",
"scope": "embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php support.function.construct.php",
"foreground": "var(orange)"
},
{
"name": "[PHP] Var",
"scope": "support.function.var.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php keyword.control.exception.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php meta.catch.php keyword.control.exception.catch.php",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Block",
"scope": "embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php storage.modifier.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php storage.modifier.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php keyword.control.php",
"foreground": "var(magenta)"
},
{
"name": "[Yaml] Key",
"scope": "entity.name.tag.yaml",
Expand Down
70 changes: 35 additions & 35 deletions schemes/Meetio-Darker.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -496,41 +496,6 @@
"foreground": "var(white)",
"background": "color(var(yellow) alpha(0.9))"
},
{
"name": "[PHP] Inherited Class",
"scope": "entity.other.inherited-class.php",
"foreground": "var(yellow)"
},
{
"name": "[PHP] Storage",
"scope": "storage.modifier.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Extends",
"scope": "storage.modifier.extends.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Construct",
"scope": "support.function.construct.php",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Echo",
"scope": "embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php support.function.construct.php",
"foreground": "var(orange)"
},
{
"name": "[PHP] Var",
"scope": "support.function.var.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php keyword.control.exception.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php meta.catch.php keyword.control.exception.catch.php",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Block",
"scope": "embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php storage.modifier.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php storage.modifier.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php keyword.control.php",
"foreground": "var(magenta)"
},
{
"name": "[Python] Variables",
"scope": "source.python meta.function.parameters.python variable.parameter.python",
Expand Down Expand Up @@ -572,6 +537,41 @@
"scope": "source.python meta.statement.for.python keyword.control.flow.for.python, source.python meta.statement.if.python keyword.control.flow.conditional.python, source.python meta.statement.conditional.python keyword.control.flow.conditional.python, source.python keyword.control.flow.break.python, source.python keyword.control.flow.continue.python, source.python meta.statement.while.python keyword.control.flow.while.python, source.python keyword.control.flow.pass.python",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Inherited Class",
"scope": "entity.other.inherited-class.php",
"foreground": "var(yellow)"
},
{
"name": "[PHP] Storage",
"scope": "storage.modifier.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Extends",
"scope": "storage.modifier.extends.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Construct",
"scope": "support.function.construct.php",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Echo",
"scope": "embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php support.function.construct.php",
"foreground": "var(orange)"
},
{
"name": "[PHP] Var",
"scope": "support.function.var.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php keyword.control.exception.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php meta.catch.php keyword.control.exception.catch.php",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Block",
"scope": "embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php storage.modifier.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php storage.modifier.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php keyword.control.php",
"foreground": "var(magenta)"
},
{
"name": "[Yaml] Key",
"scope": "entity.name.tag.yaml",
Expand Down
90 changes: 55 additions & 35 deletions schemes/Meetio-Lighter.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,26 @@
"tags_foreground": "var(pink)"
},
"rules": [
{
"background": "#FFFFFFFF",
"foreground": "#7F7F7FFF",
"scope": "col_FFFFFFFF"
},
{
"background": "#80CBC4FF",
"foreground": "#333333FF",
"scope": "col_80CBC4FF"
},
{
"background": "#000000",
"foreground": "#ffffff",
"scope": "col_gutter"
},
{
"background": "#455A64FF",
"foreground": "#D4D4D4FF",
"scope": "col_455A64FF"
},
{
"name": "[CSS] String",
"scope": "source.css string",
Expand Down Expand Up @@ -496,41 +516,6 @@
"foreground": "var(white)",
"background": "color(var(yellow) alpha(0.9))"
},
{
"name": "[PHP] Inherited Class",
"scope": "entity.other.inherited-class.php",
"foreground": "var(yellow)"
},
{
"name": "[PHP] Storage",
"scope": "storage.modifier.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Extends",
"scope": "storage.modifier.extends.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Construct",
"scope": "support.function.construct.php",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Echo",
"scope": "embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php support.function.construct.php",
"foreground": "var(orange)"
},
{
"name": "[PHP] Var",
"scope": "support.function.var.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php keyword.control.exception.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php meta.catch.php keyword.control.exception.catch.php",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Block",
"scope": "embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php storage.modifier.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php storage.modifier.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php keyword.control.php",
"foreground": "var(magenta)"
},
{
"name": "[Python] Variables",
"scope": "source.python meta.function.parameters.python variable.parameter.python",
Expand Down Expand Up @@ -572,6 +557,41 @@
"scope": "source.python meta.statement.for.python keyword.control.flow.for.python, source.python meta.statement.if.python keyword.control.flow.conditional.python, source.python meta.statement.conditional.python keyword.control.flow.conditional.python, source.python keyword.control.flow.break.python, source.python keyword.control.flow.continue.python, source.python meta.statement.while.python keyword.control.flow.while.python, source.python keyword.control.flow.pass.python",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Inherited Class",
"scope": "entity.other.inherited-class.php",
"foreground": "var(yellow)"
},
{
"name": "[PHP] Storage",
"scope": "storage.modifier.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Extends",
"scope": "storage.modifier.extends.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Construct",
"scope": "support.function.construct.php",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Echo",
"scope": "embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php support.function.construct.php",
"foreground": "var(orange)"
},
{
"name": "[PHP] Var",
"scope": "support.function.var.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php keyword.control.exception.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php meta.catch.php keyword.control.exception.catch.php",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Block",
"scope": "embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php storage.modifier.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php storage.modifier.php, embedding.php text.html.basic meta.embedded.block.php source.php meta.class.php meta.block.php meta.function.php meta.block.php keyword.control.php",
"foreground": "var(magenta)"
},
{
"name": "[Yaml] Key",
"scope": "entity.name.tag.yaml",
Expand Down
Loading

0 comments on commit 8c4cd6a

Please sign in to comment.