Skip to content

Commit

Permalink
Add layout modes and menu bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Jan 27, 2022
1 parent a2e80bf commit ee85be1
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 3 deletions.
5 changes: 4 additions & 1 deletion dist/codicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@font-face {
font-family: "codicon";
font-display: block;
src: url("./codicon.ttf?25d9996be9045732a435010f1cac1330") format("truetype");
src: url("./codicon.ttf?c8db4d929c275be999e86c624427a6af") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -511,3 +511,6 @@
.codicon-layout-sidebar-left:before { content: "\ebf3" }
.codicon-layout-sidebar-right:before { content: "\ebf4" }
.codicon-layout-statusbar:before { content: "\ebf5" }
.codicon-layout-menubar:before { content: "\ebf6" }
.codicon-layout-centered:before { content: "\ebf7" }
.codicon-target:before { content: "\ebf8" }
3 changes: 3 additions & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ layers-dot,,EBD3
layers,,EBD2
layout-activitybar-left,,EBEC
layout-activitybar-right,,EBED
layout-centered,,EBF7
layout-menubar,,EBF6
layout-panel-center,,EBEF
layout-panel-justify,,EBF0
layout-panel-left,,EBEE
Expand Down Expand Up @@ -346,6 +348,7 @@ sync-ignored,,EB9F
sync,,EA77
table,,EBB7
tag,,EA66
target,,EBF8
tasklist,,EB67
telescope,,EB68
terminal-bash,,EBCA
Expand Down
24 changes: 24 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -1697,6 +1697,22 @@ <h1>codicon</h1>
<span class='label'>layout-activitybar-right</span>
<span class='description'></span>
</div>
<div class="icon" data-name="layout-centered" title="layout-centered">
<span class="inner">
<i class="codicon codicon-layout-centered" aria-hidden="true"></i>
</span>
<br>
<span class='label'>layout-centered</span>
<span class='description'></span>
</div>
<div class="icon" data-name="layout-menubar" title="layout-menubar">
<span class="inner">
<i class="codicon codicon-layout-menubar" aria-hidden="true"></i>
</span>
<br>
<span class='label'>layout-menubar</span>
<span class='description'></span>
</div>
<div class="icon" data-name="layout-panel-center" title="layout-panel-center">
<span class="inner">
<i class="codicon codicon-layout-panel-center" aria-hidden="true"></i>
Expand Down Expand Up @@ -2937,6 +2953,14 @@ <h1>codicon</h1>
<span class='label'>tag</span>
<span class='description'></span>
</div>
<div class="icon" data-name="target" title="target">
<span class="inner">
<i class="codicon codicon-target" aria-hidden="true"></i>
</span>
<br>
<span class='label'>target</span>
<span class='description'></span>
</div>
<div class="icon" data-name="tasklist" title="tasklist">
<span class="inner">
<i class="codicon codicon-tasklist" aria-hidden="true"></i>
Expand Down
2 changes: 1 addition & 1 deletion dist/codicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/codicon.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/layout-centered.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/layout-menubar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/target.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/template/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -486,5 +486,8 @@
"layout-panel": 60402,
"layout-sidebar-left": 60403,
"layout-sidebar-right": 60404,
"layout-statusbar": 60405
"layout-statusbar": 60405,
"layout-menubar": 60406,
"layout-centered": 60407,
"target": 60408
}

0 comments on commit ee85be1

Please sign in to comment.