Skip to content

Commit

Permalink
Added disabled theme attribute (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmjadHD authored Jan 27, 2022
1 parent 35a6896 commit 178db65
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@
"trigger": "pressed",
"kind": ["snippet", "a", "Attribute"],
},
{
"trigger": "disabled",
"kind": ["snippet", "a", "Attribute"],
},
{
"trigger": "confirm",
"kind": ["snippet", "a", "Attribute"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@
"contents": "\"pressed\"",
"kind": ["snippet", "a", "Attribute"],
},
{
"trigger": "disabled",
"contents": "\"disabled\"",
"kind": ["snippet", "a", "Attribute"],
},
{
"trigger": "confirm",
"contents": "\"confirm\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ variables:
| (?:left|right)(?:_overhang|_of_(?:selected|hover))? # tab_control
| panel_visible # status_bar
| dark | horizontal # stat_bar_control
| pressed | confirm | highlighted # button_control
| pressed | disabled | confirm | highlighted # button_control
| left | right # icon_button_control
| h?scrollable # scroll_area_control
| ignored | untracked | modified | missing | added | staged | deleted | unmerged # file_system_entry & vcs_status_badge
Expand Down

0 comments on commit 178db65

Please sign in to comment.