Skip to content

Commit ee85be1

Browse files
author
Miguel Solorio
committed
Add layout modes and menu bar
1 parent a2e80bf commit ee85be1

9 files changed

+39
-3
lines changed

dist/codicon.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@font-face {
77
font-family: "codicon";
88
font-display: block;
9-
src: url("./codicon.ttf?25d9996be9045732a435010f1cac1330") format("truetype");
9+
src: url("./codicon.ttf?c8db4d929c275be999e86c624427a6af") format("truetype");
1010
}
1111

1212
.codicon[class*='codicon-'] {
@@ -511,3 +511,6 @@
511511
.codicon-layout-sidebar-left:before { content: "\ebf3" }
512512
.codicon-layout-sidebar-right:before { content: "\ebf4" }
513513
.codicon-layout-statusbar:before { content: "\ebf5" }
514+
.codicon-layout-menubar:before { content: "\ebf6" }
515+
.codicon-layout-centered:before { content: "\ebf7" }
516+
.codicon-target:before { content: "\ebf8" }

dist/codicon.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ layers-dot,,EBD3
191191
layers,,EBD2
192192
layout-activitybar-left,,EBEC
193193
layout-activitybar-right,,EBED
194+
layout-centered,,EBF7
195+
layout-menubar,,EBF6
194196
layout-panel-center,,EBEF
195197
layout-panel-justify,,EBF0
196198
layout-panel-left,,EBEE
@@ -346,6 +348,7 @@ sync-ignored,,EB9F
346348
sync,,EA77
347349
table,,EBB7
348350
tag,,EA66
351+
target,,EBF8
349352
tasklist,,EB67
350353
telescope,,EB68
351354
terminal-bash,,EBCA

dist/codicon.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,6 +1697,22 @@ <h1>codicon</h1>
16971697
<span class='label'>layout-activitybar-right</span>
16981698
<span class='description'></span>
16991699
</div>
1700+
<div class="icon" data-name="layout-centered" title="layout-centered">
1701+
<span class="inner">
1702+
<i class="codicon codicon-layout-centered" aria-hidden="true"></i>
1703+
</span>
1704+
<br>
1705+
<span class='label'>layout-centered</span>
1706+
<span class='description'></span>
1707+
</div>
1708+
<div class="icon" data-name="layout-menubar" title="layout-menubar">
1709+
<span class="inner">
1710+
<i class="codicon codicon-layout-menubar" aria-hidden="true"></i>
1711+
</span>
1712+
<br>
1713+
<span class='label'>layout-menubar</span>
1714+
<span class='description'></span>
1715+
</div>
17001716
<div class="icon" data-name="layout-panel-center" title="layout-panel-center">
17011717
<span class="inner">
17021718
<i class="codicon codicon-layout-panel-center" aria-hidden="true"></i>
@@ -2937,6 +2953,14 @@ <h1>codicon</h1>
29372953
<span class='label'>tag</span>
29382954
<span class='description'></span>
29392955
</div>
2956+
<div class="icon" data-name="target" title="target">
2957+
<span class="inner">
2958+
<i class="codicon codicon-target" aria-hidden="true"></i>
2959+
</span>
2960+
<br>
2961+
<span class='label'>target</span>
2962+
<span class='description'></span>
2963+
</div>
29402964
<div class="icon" data-name="tasklist" title="tasklist">
29412965
<span class="inner">
29422966
<i class="codicon codicon-tasklist" aria-hidden="true"></i>

dist/codicon.svg

Lines changed: 1 addition & 1 deletion
Loading

dist/codicon.ttf

416 Bytes
Binary file not shown.

src/icons/layout-centered.svg

Lines changed: 1 addition & 0 deletions
Loading

src/icons/layout-menubar.svg

Lines changed: 1 addition & 0 deletions
Loading

src/icons/target.svg

Lines changed: 1 addition & 0 deletions
Loading

src/template/mapping.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,5 +486,8 @@
486486
"layout-panel": 60402,
487487
"layout-sidebar-left": 60403,
488488
"layout-sidebar-right": 60404,
489-
"layout-statusbar": 60405
489+
"layout-statusbar": 60405,
490+
"layout-menubar": 60406,
491+
"layout-centered": 60407,
492+
"target": 60408
490493
}

0 commit comments

Comments
 (0)