Skip to content

Commit

Permalink
feat: updated color modifier in sidebar.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Dec 31, 2018
1 parent b133ce9 commit cece7c5
Show file tree
Hide file tree
Showing 21 changed files with 237 additions and 1,296 deletions.
468 changes: 234 additions & 234 deletions Meetio.sublime-theme

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/themes/default/dialogs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"class": "dialog",
"layer0.tint": ["background", 1.0],
"layer0.tint": ["background", 0.94],
"layer0.opacity": 1.0
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/themes/default/vsc_sidebar_diff.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"class": "vcs_status_badge",
"parents": [{"class": "file_system_entry", "attributes": ["modified"]}],
"layer0.tint": "hsl(276, 68%, 75%)",
"layer0.tint": "hsl(7, 45%, 56%)",
"layer0.opacity": 1.0,
"content_margin": 6
},
Expand Down Expand Up @@ -47,7 +47,7 @@
{
"class": "sidebar_label",
"parents": [{"class": "file_system_entry", "attributes": ["modified"]}],
"color": "hsl(276, 68%, 75%)"
"color": "hsl(7, 45%, 56%)"
},
{
"class": "sidebar_label",
Expand Down
21 changes: 0 additions & 21 deletions src/themes/light/autocomplete.json

This file was deleted.

188 changes: 0 additions & 188 deletions src/themes/light/buttons.json

This file was deleted.

21 changes: 0 additions & 21 deletions src/themes/light/code_folding.json

This file was deleted.

18 changes: 0 additions & 18 deletions src/themes/light/dialogs.json

This file was deleted.

67 changes: 0 additions & 67 deletions src/themes/light/folder_files_icons.json

This file was deleted.

35 changes: 0 additions & 35 deletions src/themes/light/inputs.json

This file was deleted.

Loading

0 comments on commit cece7c5

Please sign in to comment.