Skip to content

Commit

Permalink
fix: remove link_color prop from ST4000
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Dec 15, 2020
1 parent 8d1ecb4 commit 3c0f499
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions GitHub-Theme.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -218,26 +218,6 @@
"parents": [{ "class": "window", "attributes": ["file_light"] }],
"fg": "var(sidebarHeadingFgLight)"
},
{
"class": "sidebar_button_control",
"layer0.texture": "GitHub Theme/textures/tree/sidebar-button.png",
"layer0.opacity": {
"target": 0.5,
"speed": 5.0,
"interpolation": "smoothstep"
},
"layer0.tint": "var(statusBarFg)",
"content_margin": [7, 7]
},
{
"class": "sidebar_button_control",
"attributes": ["hover"],
"layer0.opacity": {
"target": 1.0,
"speed": 5.0,
"interpolation": "smoothstep"
}
},
{
"class": "disclosure_button_control",
"content_margin": [0, 0, 0, 0]
Expand Down Expand Up @@ -357,10 +337,6 @@
"layer0.tint": ["foreground", 0.1],
"layer0.opacity": 1
},
{
"class": "quick_panel_path_label",
"link_color": "var(accent)"
},
{
"class": "panel_control",
"layer0.tint": "var(bg)",
Expand Down

0 comments on commit 3c0f499

Please sign in to comment.