Update to latest seti-ui icon theme

This commit is contained in:
Aex 2021-11-03 18:03:27 +00:00 committed by GitHub
parent 9291d82351
commit 30d286606d
3 changed files with 16 additions and 6 deletions

View file

@ -6,7 +6,7 @@
"git": { "git": {
"name": "seti-ui", "name": "seti-ui",
"repositoryUrl": "https://github.com/jesseweed/seti-ui", "repositoryUrl": "https://github.com/jesseweed/seti-ui",
"commitHash": "8eacb11357be8b79868246f972702b6b2460e9ac" "commitHash": "bc194faed12b10692807f47b97f0ff963e4c9f24"
} }
}, },
"version": "0.1.0" "version": "0.1.0"

View file

@ -1513,20 +1513,28 @@
"fontCharacter": "\\E0A6", "fontCharacter": "\\E0A6",
"fontColor": "#a074c4" "fontColor": "#a074c4"
}, },
"_zip_light": { "_zig_light": {
"fontCharacter": "\\E0A7", "fontCharacter": "\\E0A7",
"fontColor": "#cc6d2e"
},
"_zig": {
"fontCharacter": "\\E0A7",
"fontColor": "#e37933"
},
"_zip_light": {
"fontCharacter": "\\E0A8",
"fontColor": "#b8383d" "fontColor": "#b8383d"
}, },
"_zip": { "_zip": {
"fontCharacter": "\\E0A7", "fontCharacter": "\\E0A8",
"fontColor": "#cc3e44" "fontColor": "#cc3e44"
}, },
"_zip_1_light": { "_zip_1_light": {
"fontCharacter": "\\E0A7", "fontCharacter": "\\E0A8",
"fontColor": "#627379" "fontColor": "#627379"
}, },
"_zip_1": { "_zip_1": {
"fontCharacter": "\\E0A7", "fontCharacter": "\\E0A8",
"fontColor": "#6d8086" "fontColor": "#6d8086"
} }
}, },
@ -1690,6 +1698,7 @@
"wasm": "_wasm", "wasm": "_wasm",
"wat": "_wat", "wat": "_wat",
"pro": "_prolog", "pro": "_prolog",
"zig": "_zig",
"jar": "_zip", "jar": "_zip",
"zip": "_zip_1", "zip": "_zip_1",
"wgt": "_wgt", "wgt": "_wgt",
@ -2068,6 +2077,7 @@
"wasm": "_wasm_light", "wasm": "_wasm_light",
"wat": "_wat_light", "wat": "_wat_light",
"pro": "_prolog_light", "pro": "_prolog_light",
"zig": "_zig_light",
"jar": "_zip_light", "jar": "_zip_light",
"zip": "_zip_1_light", "zip": "_zip_1_light",
"wgt": "_wgt_light", "wgt": "_wgt_light",
@ -2284,5 +2294,5 @@
"npm-debug.log": "_npm_ignored_light" "npm-debug.log": "_npm_ignored_light"
} }
}, },
"version": "https://github.com/jesseweed/seti-ui/commit/8eacb11357be8b79868246f972702b6b2460e9ac" "version": "https://github.com/jesseweed/seti-ui/commit/bc194faed12b10692807f47b97f0ff963e4c9f24"
} }