Fix image directory icon in logo-ls
This commit is contained in:
parent
c28b175495
commit
0641bfa2c8
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ index e9d739f..5c7df89 100644
|
||||||
"ruleset": Icon_Set["visualstudio"],
|
"ruleset": Icon_Set["visualstudio"],
|
||||||
"sln": Icon_Set["visualstudio"],
|
"sln": Icon_Set["visualstudio"],
|
||||||
diff --git a/assets/iconsMap.go b/assets/iconsMap.go
|
diff --git a/assets/iconsMap.go b/assets/iconsMap.go
|
||||||
index 7655c48..eb9794f 100644
|
index 7655c48..f534106 100644
|
||||||
--- a/assets/iconsMap.go
|
--- a/assets/iconsMap.go
|
||||||
+++ b/assets/iconsMap.go
|
+++ b/assets/iconsMap.go
|
||||||
@@ -28,332 +28,332 @@ func (i *Icon_Info) MakeExe() {
|
@@ -28,332 +28,332 @@ func (i *Icon_Info) MakeExe() {
|
||||||
|
@ -651,8 +651,8 @@ index 7655c48..eb9794f 100644
|
||||||
+ "dir-upload": {i: "\U000f0259", c: [3]uint8{250, 111, 66}}, // dir-upload
|
+ "dir-upload": {i: "\U000f0259", c: [3]uint8{250, 111, 66}}, // dir-upload
|
||||||
+ "dir-download": {i: "\U000f024d", c: [3]uint8{76, 175, 80}}, // dir-download
|
+ "dir-download": {i: "\U000f024d", c: [3]uint8{76, 175, 80}}, // dir-download
|
||||||
+ "dir-secure": {i: "\U000f0250", c: [3]uint8{249, 169, 60}}, // dir-secure
|
+ "dir-secure": {i: "\U000f0250", c: [3]uint8{249, 169, 60}}, // dir-secure
|
||||||
+ "dir-images": {i: "\uf74e", c: [3]uint8{43, 150, 137}}, // dir-images
|
+ "dir-images": {i: "\U000f024f", c: [3]uint8{43, 150, 137}}, // dir-images
|
||||||
+ "dir-environment": {i: "\uf74e", c: [3]uint8{102, 187, 106}}, // dir-environment
|
+ "dir-environment": {i: "\U000f024f", c: [3]uint8{102, 187, 106}}, // dir-environment
|
||||||
}
|
}
|
||||||
|
|
||||||
// default icons in case nothing can be found
|
// default icons in case nothing can be found
|
||||||
|
|
Loading…
Reference in a new issue