Commit graph

558 commits

Author SHA1 Message Date
Mattia Astorino
9907cc8c67
Develop (#185)
* chore: Update meta and readme

* chore. Update README

* Refactor/linting - tslint-xo (#178)

* refactor(deps): added tslint, cleanup, and activationEvents modified

* refactor(lint): linting...

* refactor(changelog): changelo method refactor (should be tested)

* refactor(theme-icons):  linting and small refactor

* refactor(accents-setter): linting and small refactor

* chore(travis): added travis file

* fix(Lighter): Fix folders icon association

* chore: Clean test files

* fix(Icons): Add icon to .spec.ts files

* chore: Update git icon

* Update issue templates (#184)
2018-05-07 16:23:17 +02:00
Mattia Astorino
5f82aec20a
chore: Update commands labels 2018-04-30 11:42:05 +02:00
Mattia Astorino
e84da5985f
chore: Update security 2018-04-30 10:20:33 +02:00
Mattia Astorino
433f6978c4
chore: Update vsc tasks 2018-04-30 10:17:49 +02:00
Mattia Astorino
0486c1d9e0
chore: Update scripts 2018-04-30 10:12:53 +02:00
Alessio Occhipinti
1af7cf94e3 Feat/split commands (#177)
* feat(split-commands): splitting commands in package.json and rewrite

* chore(cleanup): removed useless function

* chore(old-conf): delete old configuration
2018-04-30 09:55:46 +02:00
Mattia Astorino
c4e1dbe106
fix: Fix rust file icon association 2018-04-25 21:53:19 +02:00
Mattia Astorino
e5590e7917
chore: Testing polymer icon 2018-04-25 10:28:19 +02:00
Mattia Astorino
04e7db8ee5
fix: Fix some icon colors and add haxe file icon 2018-04-25 10:17:02 +02:00
Mattia Astorino
4c851ea50e
fix: Fix ts icon color
Close #172
2018-04-25 09:58:39 +02:00
Mattia Astorino
8f06744fa8
chore: Update README 2018-04-25 09:50:31 +02:00
Mattia Astorino
25f020cbaf
chore: Update README 2018-04-25 09:49:50 +02:00
Mattia Astorino
19b4aab91c
chore: Update README 2018-04-25 09:48:40 +02:00
Mattia Astorino
a26ecdce05
chore: things 2018-04-24 22:11:23 +02:00
Mattia Astorino
74e0456512
fix: Fix titlebar contrast color 2018-04-24 12:58:40 +02:00
Mattia Astorino
c7f815f69f chore(release): 2.0.1 2018-04-23 23:47:19 +02:00
Mattia Astorino
f10cf31cb0
fix: Improve Ocean colors contrast 2018-04-23 23:43:03 +02:00
Mattia Astorino
43357cebe6
fix: Fix whitespace characters visibility
Close #167
2018-04-23 23:24:21 +02:00
Alessio Occhipinti
6992a38e1c fix(folder-accent): removed useless method and fix accent custom conf (#169) 2018-04-23 22:51:15 +02:00
Mattia Astorino
a75e66acb7
chore: Fix readme 2018-04-22 23:21:28 +02:00
Mattia Astorino
6e270d3dc0 chore(release): 2.0.0 2018-04-22 23:16:43 +02:00
Mattia Astorino
267173aed4 chore(release): 1.7.0 2018-04-22 23:16:01 +02:00
Mattia Astorino
9d34ca0c3e
chore: Update README 2018-04-22 23:15:38 +02:00
Mattia Astorino
445f487760
chore: Update banner color 2018-04-22 23:01:00 +02:00
Mattia Astorino
99ff53e958
chore: Update logo 2018-04-22 23:00:29 +02:00
Mattia Astorino
36333adb49
feat: New variants available: Ocean and Ocean High Contrast 2018-04-22 22:56:26 +02:00
Mattia Astorino
014b76db5d
feat: A lot of new file icons and some old icons fixed 2018-04-22 22:17:24 +02:00
Mattia Astorino
279d73b440
chore: Fix some file icons 2018-04-22 13:02:08 +02:00
Mattia Astorino
ecb9dbe9e6
chore: Update Ocean 2018-04-22 12:26:47 +02:00
Mattia Astorino
a3b6e6284e
wip: Add Ocean variant 2018-04-22 11:27:31 +02:00
Alessio Occhipinti
974ce25a6d fix(changelog-command): fixing ext name for markdown (#164) 2018-04-22 11:27:00 +02:00
Mattia Astorino
93b710945f
Merge pull request #163 from LasaleFamine/develop 2018-04-21 21:42:15 +02:00
LasaleFamine
c9bfbd5e18 chore(yarn.lock): added yarn.lock 2018-04-21 18:22:47 +02:00
LasaleFamine
9c3034af03 chore(adpat-icons): removed adapt icons command 2018-04-21 18:22:34 +02:00
LasaleFamine
5795b30ee6 chore(cleanup): removed theme-variant 2018-04-21 18:17:52 +02:00
LasaleFamine
5d8bfa7f2f fix(update-icons): set icons when choose or activate material theme 2018-04-21 18:17:20 +02:00
LasaleFamine
218bf2f72c chore(get-theme-id): replaced theme settings func with vscode func 2018-04-21 18:16:47 +02:00
LasaleFamine
3d111910c7 fix(update-icons): added command for update icons 2018-04-21 18:16:16 +02:00
LasaleFamine
a261f64673 chore(theme-settings): removed theme-settings custom func 2018-04-21 18:14:17 +02:00
Alessio Occhipinti
00c85e736c Fix/adapt icons command (#162)
* fix(adapt-icons): added new interface and method for vsc conf theme

* fix(adapt-icons): getting theme name from vsc theme settings

* chore(cleanup): removed useless interface property

* chore(cleanup): temporary commented on useless script (for build sake)

* chore(postintall): fixing tsc build after first install (for gulp sake)
2018-04-21 13:57:08 +02:00
Alessio Occhipinti
761f426200 fix(build): first build icons folder (#161)
* fix(build): first build icons folder

Creating using mkdir (Windows should work)

* chore(script): fixing script for deletion
2018-04-20 23:09:08 +02:00
Mattia Astorino
ba13023005
chore: Update README 2018-04-20 22:57:55 +02:00
Mattia Astorino
0a59805291
chore: test 2018-04-20 22:18:31 +02:00
Mattia Astorino
7cff393ca0
chore: Update README 2018-04-20 21:59:55 +02:00
Mattia Astorino
dcef9e36aa
chore: Update gitignore 2018-04-20 21:31:15 +02:00
Mattia Astorino
f9fe667603
chore: dd partials 2018-04-20 21:30:38 +02:00
Mattia Astorino
72282c61b4
chore: Update files 2018-04-20 21:29:02 +02:00
Mattia Astorino
09b8fc373d
chore: Remove mac files 2018-04-20 20:08:38 +02:00
Mattia Astorino
2f4f56f40d
unlock files 2018-04-20 20:07:36 +02:00
Mattia Astorino
f6f7fac3cf
clean 2018-04-20 20:06:53 +02:00